RailsCasts Pro episodes are now free!

Learn more or hide this

chomp-'s Profile

GitHub User: chomp-

Comments by chomp-

Avatar

Anyone tried this setup with SSL? I'm getting pretty tripped up with this config.

I added:

ruby
    "ssl" => {"port" => 8443, 
      "SSLCertificateFile" => "/etc/nginx/server.crt",
      "SSLCertificateKeyFile" =>  "/etc/nginx/server.key"}

To the trinidad config block.

However trinidad continues to looks for the keystore file instead of using the certs.