pski
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by pski-
im at the point i need to *mount, but not sure how to do that with fstab.. all the instruction assume i already know how to use it
-
[2015-05-13 18:08:22 +0000] info [backup] *********** NOTICE *********** You have enabled BACKUPMOUNT in the /var/cpanel/backups/config file, but there is no mount point that matches /backup in t...
-
Additional Information: i followed these directions:
-
ok i have update.. after running command: /usr/local/cpanel/bin/backup i got this: [2015-05-13 17:04:49 +0000] info [backup] *********** NOTICE *********** You have enabled BACKUPMOUNT in th...
-
I am as new to this as many, i assume you purchased an wildcard SSL for your vps?, this would be for the primary domain on the server. and with the most recent changes with TLS 1.0 not being allowe...
-
oh ok, well what exactly if the scann saying? Is there a port it is detecting an un secure connection on? Check if that port is open, and then either disable/drop it. given it is not your secure po...
-
Cpanel Web Services, does you/your client NEED FTP service? if its just for a development stand point, it is easier to simple drop those ports and turn off that service within the sever. I did the ...
-
Port 465 was for mail. Even through I turned off the service the ports are still open. Cipher List: ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-SSLv3:-TLSv1:-EXP Protocols List: SSLv23:!SSLv2:!SSLv3
-
I passed PCI today, on 3 different domains, my solution in this case was an edited cipher list as well, i added port 465 to DROP any incoming connection, I also have Mailserver and FTP server disab...
-
using the following command, i am supposed to be able to see if the handshake occurs and the certificate is accepted. openssl s_client -connect google.com:443 -ssl2 ssl2 failed as expected ssl ha...