I recently installed Thin on our server. Now my customer asked me to implemet SSL on my whole application. So i've searched the web for a guide to implement SSL. I've found this, which seems to be very easy. I got my certificate and the key and i started up the server as shown. The Server starts up without any problems, but when somebody tries to connect i get this error message:
terminate called after throwing an instance of 'std::runtime_error' what(): Encryption not available on this event-machine Aborted
The Server stops and the browser shows a "Connection reset" Page. I looked around and some people say that this has something to do with the libssl not being installed, so i looked inside the /usr - Folder and there she is.
Then i searched for other Solutions, but most of them seem to require Apache or Nginx, which is not an Option, sadly.
Any Ideas how to get Thin to work with SSL?
More Info to the System:
VHost Debian 6 x64 Rails 3.2.8 Ruby 1.8.7 Thin 1.4.1