Displaying 1 result from an estimated 1 matches for "theirpag".
Did you mean:
theirtag
2006 Apr 15
0
ssl_requirement, https, webrick and ruby
...to edit my script/server to
start a ssl-enabled webrick instead of the default one. But I can''t
get it done because of a failure with the openssl library.
So now I am struggling with Rails and Webrick to get them speaking
HTTPS. Seems like webrick supports it (at least it is advertised on
theirpage), but when I try
require ''webrick/https''
I get the following error:
LoadError: no such file to load -- openssl
Seems like the openssl library should have been installed with Ruby,
but it wasn''t. This seems to be a known bug (I found a bug report on
the rubyforge Ruby...