Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.
This repository was archived by the owner on May 3, 2020. It is now read-only.

Can't access 127.0.0.1:8443 #600

@just-another-gituser

Description

@just-another-gituser

Bug

I am unable to access the web interface after attempting a fresh dev install

  1. Installed as per https://github.com/SerpicoProject/Serpico/wiki/Developer-Build
  2. ruby serpico.rb
  3. Tried loading the web page

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions