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 was archived by the owner on May 3, 2020. It is now read-only.
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?