SerpicoProject / Serpico

SimplE RePort wrIting and COllaboration tool
Other
1.09k stars 369 forks source link

Can't access 127.0.0.1:8443 #600

Open just-another-gituser opened 4 years ago

just-another-gituser commented 4 years ago

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 commented 4 years ago

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

BuffaloWill commented 4 years ago

@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 commented 4 years ago

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

Nigel2x4 commented 4 years ago

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.