Comment #8 on issue 1104 by [email protected]: gnt-backup SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small
https://code.google.com/p/ganeti/issues/detail?id=1104

Because of logjam attack(https://weakdh.org/) - there must be generated dh params file:

On master node:
openssl dhparam -out dhparams.pem 2048
and then added to server.pem on master node:
cat dhparams.pem >> /var/lib/ganeti/server.pem

And then duplicate it to every node.
Restart was not needed, but i restarted cluster too to confirmation.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to