• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. J

    Clean URL drupal 7.4 plesk 12

    If add from "extra nginx directives" in panel only the line: rewrite ^/(.*)$ /index.php?q=$1; I can save it, but when I load in my browser the domain it say: "Page not found". Then I must delete the line "rewrite ^/(.*)$ /index.php?q=$1;" I will don't like modify the...
  2. J

    Clean URL drupal 7.4 plesk 12

    Thanks abdi. If I use without @drupal in vhost_nginx.conf an error appears because "location /" exits on nginx.conf (and this file can NOT MODIFY BECAUSE IT WAS GENERATED AUTOMATICALLY).
  3. J

    Clean URL drupal 7.4 plesk 12

    Thanks abdi. I tested with vhost_nginx.conf: location @drupal { rewrite ^(.*)$ /index.php?q=$1 last; } But it not worked.
  4. J

    Clean URL drupal 7.4 plesk 12

    Hi. My server is a debian 7 64 bits with plesk 12 last update. A customer installed drupal 7.4 from plesk panel successful. However from Drupal/Configuration admin panel can not enable "Clean url". Clean test url failed too: "The clean URL test failed" .htaccess was ok . I tried set...
  5. J

    Can't increase phpmyadmin max upload/import file size

    Hi Charalampidis Can you tell how solved it? Thanks.
  6. J

    SSL POODLE / SSLv3 bug

    Hi cmaxwell! I use postfix. With main.cf like this: smtpd_tls_protocols=!SSLv2,!SSLv3 smtp_tls_protocols=!SSLv2,!SSLv3 smtpd_tls_mandatory_protocols=!SSLv2,!SSLv3 It works and client can send perfectilly for 465.
  7. J

    SSL POODLE / SSLv3 bug

    Solved! Hi guys! Finally solved courier-imap issues with: **************************************** TLS_PROTOCOL=TLS1 TLS_CIPHER_LIST="ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS"...
  8. J

    SSL POODLE / SSLv3 bug

    Hi UFHH01. TLS_CIPHER_LIST="-ALL:+TLSv1:+TLSv1.1:+TLSv1.2" not work. I tried too: nano /etc/courier/pop3d-ssl POP3DSSLSTART=YES POP3_STARTTLS=YES POP3_TLS_REQUIRED=1 TLS_PROTOCOL=TLS1 TLS_STARTTLS_PROTOCOL=TLS1 TLS_CIPHER_LIST="ALL:!SSLv2:!SSLv3:!ADH:!NULL:!EXPORT:!DES:!LOW:mad:STRENGTH" But...
  9. J

    SSL POODLE / SSLv3 bug

    Hi UHHH01 ! In my plesk linux 11.09 debian wheezy 32 bits, Apache+Nginx+Postfix smtps with SSLv2 y SSLv3 disabled and forced TLS, works ok doing the steps on KB123160. However courier-imap pop3s imaps not work with TLS_CIPHER_LIST="ALL:!SSLv2:!SSLv3:!ADH:!NULL:!EXPORT:!DES:!LOW:@STRENGTH"...
  10. J

    SSL POODLE / SSLv3 bug

    Hi IgorG. My ticket is: Parallels #1967874 And this is their solution: ------------------------------------------------------------------------------------------------------------------------------------------------------------------ Hello, I believe you have followed all the steps mentioned...
  11. J

    SSL POODLE / SSLv3 bug

    Hi cmaxwell. Me too have in my plesk 11.09 debian wheezy CIPHER error with force TLS like KB123160 Oct 20 16:05:53 pop3d-ssl: couriertls: connect: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher I had to come back pop3s and imaps to SSL because with TLS mail clients can not...
Back
Top