在Windows中使用Puma over ssl运行Rails应用程序

时间:2017-06-12 23:16:31

标签: ruby-on-rails windows ssl puma

我正在尝试使用Puma over Windows ServerR2中的ssl运行我的rails应用程序。我按照this question的回答。我已经使用SSL目录安装了puma,并使用

运行puma
>puma -b 'ssl://127.0.0.1:3000?cert=C:\Sites\server.crt&&key=C:Sites\server.key' -e development -S puma -C config\puma.rb

另外,我使用this link创建了证书和密钥。但我收到了错误

C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/puma-2.15.3/lib/puma/binder.rb:131:in `check': SSL not available in this build (StandardError)

1 个答案:

答案 0 :(得分:0)

在Rails 5.2.3和puma 3.12中工作得很好

sr_io