Plesk: Logjam TLS / Diffie-Hellman SSL Fix

Plesk: Logjam TLS / Diffie-Hellman SSL Fix

Unter Plesk bin ich so eben am verzweifeln. Eigentlich schon seit mehreren Tagen.
Dieser Fix von Plesk behebt Pootle und Logjam. Bei mir verursacht er aber das Problem, das immer nur eines gefixxt ist nicht beides.

Update: Das Script wurd gefixxt und klappt nun einwandfrei.

Um zum Bsp. nur Logjam zu fixxen, also Diffie-Hellman muss man dann den Parameter dh beifügen.

wget http://kb.odin.com/Attachments/kcs-51784/SSLfix.zip
unzip SSLfix.zip
chmod +x SSLfix.sh

Ausgabe sieht dann so aus:
~# ./SSLfix.sh dh

Processing the Diffie-Hellman vulnerability...
---> Fix SSL configuration for apache web server...
---> Fix SSL configuration for nginx web server...
---> Fix SSL configuration for postfix mail server...
---> Fix SSL accessible protocols for courier-imap mail server
./SSLfix.sh: 1: ./SSLfix.sh: imapd: not found
---> Fix SSL accessible protocols for dovecot mail server
---> Disable SSLv3 for FTP service
---> Fix Plesk Panel web service
---> Disable SSLv3 in Qmail MTA
~# ./SSLfix.sh v3

Processing the SSLv3 POODLE vulnerability...
---> Fix SSL configuration for apache web server...
---> Fix SSL configuration for nginx web server...
---> Fix SSL configuration for postfix mail server...
---> Fix SSL accessible protocols for courier-imap mail server
---> Fix SSL accessible protocols for dovecot mail server
---> Disable SSLv3 for FTP service
---> Fix Plesk Panel web service
---> Disable SSLv3 in Qmail MTA

Übrigens testbar unter: https://www.ssllabs.com/ssltest/.