I am trying to run Rails development server over HTTPS
using a Self-Signed SSL Certificate. But when I start the rails server using:
rails s -b "ssl://0.0.0.0:8080?key=localhost.key&cert=localhost.crt"
It is giving me following error:
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)
I am using ruby 2.3.3p222 (2016-11-21 revision 56859) [i386-mingw32]