Open Rocks333 opened 8 years ago
Which Server Configuration are you trying to connect to? If you're setting a custom password in ob.cfg, make sure you're not using the 'default' server configuration, since it might not have the correct creds stored. Your best bet is to create a new configuration, filling in the details (including creds) to match your server.
Of course I created new. I had to enter the IP of the server (it's separate) and username and password that I set in the ob.cfg
i left the default ports though
What else I could check as a potential reason?
I'm not really sure. If you run a basic web server on your server, are you able to connect to it?
python -m SimpleHTTPServer 8000
Then from a browser on your client machine, try accessing <your-server-ip>:8000
. If you connect successfully, it should return a directory listing.
Nope, OB is the only thing I have there. All I know is I can ssh just fine.
How come OB doesn't even give the reason for not connecting?
Is there a way to access my store from outside to see if it's even visible? Is there a way to get the guid without being able to connect to it with the client?
On the server machine can you see if the ports are listening?
netstat -an
See if the 18467 and 18466 and other OB ports are even listening.
here it is
udp 0 0 0.0.0.0:18467 0.0.0.0: tcp 0 0 0.0.0.0:18466 0.0.0.0:\ LISTEN
If you do his what do you get?
telnet localhost 18467
ob-server and ob-client are on different computers i ssh@ip to it since i'm on linux on both ends
ssh works just fine
it's only the ob-client that keeps haning on "connecting...." forever without saying anything
I'm saying make sure those ports are even listening on your ssh machine.
well looks like they are: udp 0 0 0.0.0.0:18467 0.0.0.0: tcp 0 0 0.0.0.0:18466 0.0.0.0:\ LISTEN
A little more info
If the server at the VPS is stopped, it denies the connection right away and says can't connect if it's started it hangs on "connecting.." forever
so it's seeing the server somehow.....
edit:
here is what netstat says
tcp 476 0 VPSIP:18470 CLIENTIP:29499 ESTABLISHED
tcp6 0 0 :::22 :::* LISTEN
udp 214656 0 0.0.0.0:18467 0.0.0.0:*
so they are connected but the client hangs on "connecting...."
well I'll be trying on new server then since seems like nobody has ideas what else to check :)
Ok i just changed the host and all worked right away
and the previous host was confident there are no blocked ports
go figure lol
I installed it just few days ago from source so I should be with the latest version.
OpenBazaar Server is v0.1 and is hosted on ubuntu 14.04 vps.
The OpenBazaar-client say just can't connect. No error message. Hey I can't even find logs in the dir with proper reason? It runs from Debian
Since I don't know what else to check I'm posting this hoping someone will help me. I know many people had this problem with previous version but I'm with the last one.