Host your own Secure Galaxy with Let’s Encrypt, MongoDB and Meteor Up (mup).
Tim Brandin
303

Hi Tim — I tried to follow your guide and it works great. Thanks!!

The only problem I had was this line in the loadbalancer:

ssl_ciphers ‘EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH’;

This caused nginx to crash with this error:

nginx: [emerg] SSL_CTX_set_cipher_list(“‘EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH’”) failed (SSL: error:140E6118:SSL routines:SSL_CIPHER_PROCESS_RULESTR:invalid command error:140E6118:SSL routines:SSL_CIPHER_PROCESS_RULESTR:invalid command)

When I comment it out then the loadbalancer seems to work fine — but I am not sure what I just disabled — or if I need something different ssl_ciphers setting.