dre*_*ell 5 ruby ssl ruby-on-rails thin
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:
thin start -p 80 & thin start -p 443 --ssl --ssl-key-file ./.ssl/sslkey.key --ssl-cert-file ./.ssl/sslcert.cert &
从技术上讲这是可行的-访问我网站的http版本会将其重定向到https版本。但是,当我访问该站点时,Chrome和Safari都会提示我从本地钥匙串中“选择证书”以对服务器进行验证。
此行为是不希望的。如何以不显示此对话框的方式设置SSL精简?
| 归档时间: | 
 | 
| 查看次数: | 1877 次 | 
| 最近记录: |