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
{{ message }}
This repository has been archived by the owner on May 3, 2020. It is now read-only.
Switching to docker did not work for me. A fix for me was downgrading the ruby verison from 2.6.3 to 2.3.3, because an older version using that had no issues. After that, it was reachable again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug
I am unable to access the web interface after attempting a fresh dev install
I installed the version of ruby shown in .ruby-version, not as per the wiki.
ruby serpico.rb
/home//.rvm/gems/ruby-2.6.3/gems/data_objects-0.10.17/lib/data_objects/pooling.rb:149: warning: constant ::Fixnum is deprecated
|+| [11/03/2020 13:57] Using Serpico only logging .. : SERVER_LOG
|+| [11/03/2020 13:57] Sending Webrick logging to /dev/null..
The port is showing as open:
netstat -an | grep ':8443'
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN
but the web page doesn't load in firefox or when sending a curl request:
curl https://127.0.0.1:8443
curl: (28) Operation timed out after 300519 milliseconds with 0 out of 0 bytes received
Am I missing something?
The text was updated successfully, but these errors were encountered: