Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pixelpadre

Pages: 1 2 [3] 4 5 6
31
SSL / Duplicate owner certificates
« on: August 11, 2019, 04:55:13 PM »
Duplicate certificates are creating non trusted 2nd certificate.  Upon checking ssllabs.com I noticed that all of my domains on 2 different servers are getting a red flag due to duplicate owners as explained to me by letsencrypt forum.  Why do we have .bundle and .cert if one has the same info as the other?  I tried deleting .cert and apache would not restart.

whats the deal?

32
Information / Cannot add new cert
« on: August 11, 2019, 01:46:19 PM »
I am having a big problem with 2 different CWP web panels.  Both will not allow me to issue new certificates due to "domain does not point to this server".  Oddly, I can click on renew now button and the cert will renew.

Its driving me crazy.  ALL of my domains across 2 different cwp panels are giving the same error with ssl checkers. See for yourself.

https://www.digicert.com/help/   Try checking one of my domains.  lakeservers.com

Even the hostname has a problem.  You can check that one also.  server.foreveryours.us

Please help.

33
SSL / Cannot add new cert
« on: August 11, 2019, 12:36:03 PM »
Yesterday my website cert stopped working.  So I deleted it.  Then I tried to install a new cert.  Of course I am getting the error in the upper right corner saying Error! DNS of your domain does not point to this server or you have htaccess restrictions.

Domain does point to the server and there is no htaccess file.

So what can be the problem?

34
SSL / vhost config for non ssl
« on: August 10, 2019, 11:16:24 PM »
I need to have one of my sites....Iran....use http only.  I deleted the certificate but the vhost has this

<IfModule mod_setenvif.c>
      SetEnvIf X-Forwarded-Proto "^https$" HTTPS=on
   </IfModule>

Do I need to delete this?

35
SSL / SSL certificates in IRAN Blocked
« on: August 10, 2019, 07:43:46 PM »
After spending a day trying to figure out why my website was not visible from within Iran, I finally figured it out.  My website was timing out every single time.  Then I noticed in Firefox status bar that my sites were crashing during the TLS handshake phase.  I did all kinds of research trying to see if the browser had a default time setting for the TLS handshake.  I could not find anything.

But then it occurred to me that maybe I could bypass the TLS handshake by doing a simple http request.  Sure enough!  Iran is blocking all https requests from within Iran.  In other words, encryption of the website is not possible from within iran.  This is a sure fire way for the Iranian government to spy on their citizens.

I didnt know why I wasnt getting any emails from within Iran for the past 6-12 months but now I know.  Pass the word around.

36
CentOS-WebPanel Bugs / backup dates show May not july
« on: July 14, 2019, 04:19:02 PM »
public html backup dates are crazy.  All of my public html dates are May.  However, mysql shows todays date.

Am I missing something?

37
Information / IP Access restriction
« on: June 17, 2019, 11:50:06 PM »
My house ip changes whenever we lose power.  I know there is a file to restrict logins to one or more ip addresses. 

Is it possible to restrict to a range since my house ip doesnt change by much.?

38
CentOS 7 Problems / su ssh login with private key Filezilla
« on: June 13, 2019, 04:05:10 PM »
Very strange, maybe normal but I dont know

Case #1

Filezilla login with private key as su1 with :

Filezilla remote directory: /home/non-su2/public_html

produces connection in nonsuperuser public directory with no up directory possible

Case #2

Filezilla login with private key as su1 with :

Filezilla remote directory: /home/su1

produces connection in su1 directory with no up directory or even lateral directory to /home/non-su2/public_html

Is this what we should expect?  Two different logins with the same credentials gives two different access permissions based on a setting in Filezilla remote directory. hmmmm


39
Information / ssh disable root login
« on: June 12, 2019, 08:39:37 PM »
I am a little confused about this whole root login no-no business.

If ssh config is set to NO for allowrootlogin then how do we login?

I created a su but the new su does not have root access if I try to see the root directory.

Right now, I login to shell using putty.  I use the root user and private key generated from putty.  And that works fine.  But everyone is saying using root is not a good idea.  So what do I do?

When I try using putty with a new su and the private key, it says server refused our key, please type in password.  So I type in the password and I am in.  But with no root access.


40
CentOS-WebPanel Bugs / Update script throws error
« on: May 13, 2019, 04:40:13 PM »
Is there any other way to update cwp?  Script has a problem

######################
Update Server Packages
######################
PHP Warning:  file_get_contents(http://centos-webpanel.com/webpanel/versions/el7                                                                                                                     .txt): failed to open stream: Connection timed out in /usr/local/cwpsrv/htdocs/r                                                                                                                     esources/admin/include/cron.php on line 0
PHP Notice:  Undefined offset:1 in /usr/local/cwpsrv/htdocs/resources/admin/incl                                                                                                                     ude/cron.php on line 0
PHP Warning:  file_get_contents(http://...@gmail.com&version=0.9.8.750&u=1&d=9&s                                                                                                                     =1): failed to open stream: Connection timed out in /usr/local/cwpsrv/htdocs/res                                                                                                                     ources/admin/include/cron.php on line 0

41
Information / Mariadb inport errors
« on: May 12, 2019, 06:58:52 PM »
Im having a hard time with one website on my new install.

First it was a problem with followsymlinks that I think I fixed by modifying the single vhost file.

But now I exported dbase from older version cwp.  When I import I get syntax errors from mariadb.

I cant get past the top of the file

-- phpMyAdmin SQL Dump
-- version 4.6.6
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: May 12, 2019 at 06:49 PM
-- Server version: 10.1.22-MariaDB
-- PHP Version: 7.0.24

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

42
MySQL / NO_AUTO_VALUE_ON_ZERO error on import
« on: May 12, 2019, 03:49:46 PM »
Im importing database from old cwp to new cwp.  I get an error but import appears to be successful. Can I ignore the error?

Mysql error:
phpMyAdmin SQL Dump SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'phpMyAdmin SQL Dump

43
MySQL / Roundcube error Connection failed
« on: May 12, 2019, 01:18:26 PM »
Is it possible that the reason is as simple as mysql vs mysqli?

If I cant get this figured out is there a way to uninstall and reinstall roundcube with reinstalling cwp?

44
Apache / .htaccess: Option FollowSymlinks not allowed here
« on: May 12, 2019, 12:59:54 AM »
So, I did a new install and transferred everything over from my old CWP to my new CWP.  One site works fine on the old CWP but the new CWP I get this error.

.htaccess: Option FollowSymlinks not allowed here

I presume there is a difference in the apache configuration between the old and the new.

Any ideas.

Found it

http://wiki.centos-webpanel.com/options-followsymlinks-not-allowed

45
SSL / Deleted CSR file
« on: May 06, 2019, 04:30:06 PM »
I think I made a mistake and deleted a single CSR file in my certs directory.  What can I do.  New certificates are acting strangely.

IE common names dont match.

Pages: 1 2 [3] 4 5 6