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

Can't access 127.0.0.1:8443 #600

Open
just-another-gituser opened this issue Mar 11, 2020 · 4 comments
Open

Can't access 127.0.0.1:8443 #600

just-another-gituser opened this issue Mar 11, 2020 · 4 comments

Comments

@just-another-gituser
Copy link

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?

@SaraVeterini
Copy link

Same problem for me, I installed last version in Kali. For me the connection is in CLOSE_WAIT state. Can someone help?

@BuffaloWill
Copy link
Contributor

@just-another-gituser @SaraVeterini I will look into this. In the mean time, can you use docker? This should get you up and running in Kali quickly: https://github.com/SerpicoProject/Serpico/wiki/Running-Serpico-From-Docker

@just-another-gituser
Copy link
Author

@BuffaloWill I moved over to docker as it was the only way I could use Serpico. Thanks

@Nigel2x4
Copy link

Nigel2x4 commented Apr 2, 2020

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants