Chrome asks to “Select a Certificate” for SSL on my Rails app using thin

后端 未结 1 540
一整个雨季
一整个雨季 2021-01-18 21:29

I have a Rails app that is configured to only use SSL. I also have free SSL certificates from StartSSL.

I use thin as my web server with this command:



        
相关标签:
1条回答
  • 2021-01-18 21:51

    As joelmaranho points out, this appears to be a thin issue. At the time of his writing, the solution, --ssl-disable-verify, was not yet available in thin, but is is now.

    Solution: start thin with --ssl-disable-verify.

    0 讨论(0)
提交回复
热议问题