Reputation: 67
I have one Trusted Certificate (.pfx extension) and I generate the .crt and .key files to use with Thin Server.
When I access the server the certificate don't work, still untrusted by chrome, I followed the instructions to use --ssl-cert-file and --ssl-key-file with thin server, what I'm doing wrong?
Sorry my bad english :/
Upvotes: 1
Views: 439
Reputation: 2781
Check thin version, in older version this was the issue https://github.com/macournoyer/thin/issues/244 Chrome asks to "Select a Certificate" for SSL on my Rails app using thin
They have resolved it in new version https://rubygems.org/gems/thin/versions/2.0.0.pre
Upvotes: 1