if you are getting the below error in your server when running thin start --ssl
4656162240:error:1408F09C:SSL routines:ssl3_get_record:http request:ssl/record/ssl3_record.c:322:
then try changing gem 'thin' to gem 'thin', group: :development in your gemfile
deleting gemfile.lock and running bundle install
then start your server up again
if you are getting the below error in your server when running
thin start --ssl4656162240:error:1408F09C:SSL routines:ssl3_get_record:http request:ssl/record/ssl3_record.c:322:then try changing
gem 'thin'togem 'thin', group: :developmentin your gemfiledeleting gemfile.lock and running
bundle installthen start your server up again