You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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'
togem 'thin', group: :development
in your gemfiledeleting gemfile.lock and running
bundle install
then start your server up again
The text was updated successfully, but these errors were encountered: