• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Search results

  1. A

    Issue Disable TLSv1.0 To Comply with PCI

    The command find /etc/apache2 -type f -name "*.conf" -exec grep --color -Hni "ssl_protocols" {} \; doesn't return anything looking here shows me this: root@vel:/home/aleksandar# vim /etc/apache2/mods-available/ssl.conf # SSL Cipher Suite: # List the ciphers that the client is...
  2. A

    Issue Disable TLSv1.0 To Comply with PCI

    Yes, I made it to this part: # grep SSLCipher /etc/httpd/conf.d/ssl.conf SSLCipherSuite...
  3. A

    Issue Disable TLSv1.0 To Comply with PCI

    So, I tried a number of different articles on disabling TLSv1.0, however Comodo's PCI scanner still detects it. How do I get rid of it? Currently, I get this response when I run /usr/local/psa/bin/server_pref -s | grep ssl-protocols root@vel:~# /usr/local/psa/bin/server_pref -s | grep...
  4. A

    Question ServerShield Cloudflare Login

    Yes, I am using the plugin, but I would like to log in to CloudFlare itself, so I can configure SSL there.
  5. A

    Question ServerShield Cloudflare Login

    So, ServerShield deploys my websites on cloudflare, and then what? How do I actually log in to the CloudFlare account it creates, so I can manage my websites there? ServerShield has almost no management options itself.
  6. A

    Issue Schedule backups executing at a different time

    1. Cron is fine. 2. There is no stuck process. This article Why a scheduled backup is not created at the requested time helped. Thanks. OK, so I am confused again... 1. I execute the query to empty the value of 'last' backup time... 2. I expect the backup process to start. 3. Backup time...
  7. A

    Issue Schedule backups executing at a different time

    So, I have scheduled my backup to execute everyday on 12:00 PM... Plesk executes it at 03:03PM.... The server clock and the hwclock show the correct time.... What might be the cause?
  8. A

    Resolved Nginx can't bind to 192.168.1.1:80....

    Nevermind... Problem solved! It was an issue with the network interface itself.
  9. A

    Resolved Nginx can't bind to 192.168.1.1:80....

    Here is the exact error message Invalid nginx configuration: nginx: [emerg] bind() to 192.168.1.1:80 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failedUnable to use the current nginx configuration file and to rollback to the previous...
  10. A

    Resolved Nginx can't bind to 192.168.1.1:80....

    So, my Plesk server has 2 IP's... One external and shared - 95.xxxxxxxxxx One internal for communication with the backup server - 192.168.1.1 Today I tried to change NGINX configuration for a website and I get an error - "Nginx failed to bind to IP 192.168.1.1:80"... Why is Nginx trying to...
  11. A

    Issue Can't connect to server over SSH

    IPTables. I am not sure if Plesk's FW is enabled or not, as I cannot find the settings for the firewall in Plesk's interface. I have Plesk Web Admin Edition, maybe that's the reason ? I don't have access to all the settings, maybe ?
  12. A

    Issue Can't connect to server over SSH

    No, the server is not behind another firewall. I think I have messed up (maybe) the settings of the server firewall. Is there a way to change the firewall settings from within PLESK ? I looked for such a setting in the interface, but couldn't find it under "security".
  13. A

    Issue Can't connect to server over SSH

    Says it's "Filtered"
  14. A

    Issue Can't connect to server over SSH

    Yes, I have full access to the Plesk admin interface.
  15. A

    Issue Can't connect to server over SSH

    I can't connect to my Plesk server over ssh. I get a connection refused error. Without SSH access I am not sure how to troubleshoot the error. Please help.
  16. A

    Question Second Plesk Server Domain - how to set up

    Thank you very much! This is exactly what I am looking for. EDIT: HORRIBLE PATCH!!!!!!! THINGS TOTALLY BROKE! 1. When I type HTTP://myDomain.com:8443 it redirects to HTTPS://HOSTNAME(without.COM):8443, which obviously doesn't work! 2. When I type https://myMainDomain.com:8443 I get a...
  17. A

    Question Second Plesk Server Domain - how to set up

    I am going to sell hosting to my international customers under a different domain name. My question is how do I set it up properly in Plesk ? Ideally, I would like mySecondDomain.com:8443 to open Plesk just like myMainDomain.com:8443 does, but if this is impossible, how do I go about...
Back
Top