我正在尝试HTTPS
使用自签名 SSL 证书运行 Rails 开发服务器。但是当我使用以下命令启动 rails 服务器时:
rails s -b "ssl://0.0.0.0:8080?key=localhost.key&cert=localhost.crt"
它给了我以下错误:
C:/Ruby23/lib/ruby/gems/2.3.0/gems/puma-3.11.0/lib/puma/binder.rb:149:in `check': SSL not available in this build (StandardError)
我正在使用 ruby 2.3.3p222(2016-11-21 修订版 56859)[i386-mingw32]