Followers

Tuesday 13 June 2017

Running Rails App using Puma over ssl in windows

Source: stackoverflow.com --- Monday, June 12, 2017
I am trying to run my rails application using Puma over ssl in Windows ServerR2. I followed an answer of this question . I have installed puma with the SSL directory and I run puma using >puma -b 'http://ift.tt/2sh73KA' -e development -S puma -C config\puma.rb Also, I have created the cert and key, using this link . But I get the error 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) ...



from Windows http://ift.tt/2s4eBOr

1 comment:

  1. Hello, do you can resolve your problem? I have the same problem and now I am creating a virtual machine for install Ubuntu and try again.

    ReplyDelete