Cannot connect to Tor proxy #77

Closed
opened 2018-06-29 20:11:23 +00:00 by lilal · 3 comments

cwtch cli tells me

cwtch [unset]> new-profile wow wow
** WARNING: PASSWORDS CANNOT BE RECOVERED! **
Enter a password to encrypt the profile: 
Re-enter password: 
Error creating profile for wow: Cannot connect to Tor proxy

while netstat -tlnp tells me

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:9150          0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.1:9151          0.0.0.0:*               LISTEN      -

Tor-Browser 7.5.6
cwtch 8d2a1aaf32

cwtch cli tells me ``` cwtch [unset]> new-profile wow wow ** WARNING: PASSWORDS CANNOT BE RECOVERED! ** Enter a password to encrypt the profile: Re-enter password: Error creating profile for wow: Cannot connect to Tor proxy ``` while netstat -tlnp tells me ``` Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:9150 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:9151 0.0.0.0:* LISTEN - ``` Tor-Browser 7.5.6 cwtch 8d2a1aaf326fdc72b801f26a031147ccda176019
Owner

Hi! This should hopefully be fixed by #75 but for now you need to start a new tor process with a torrc file like this:

SOCKSPort 9050
ControlPort 9051

#75 makes this automatic, so once it is merged this annoying setup should not be required.

Hi! This should hopefully be fixed by #75 but for now you need to start a new tor process with a torrc file like this: SOCKSPort 9050 ControlPort 9051 #75 makes this automatic, so once it is merged this annoying setup should not be required.
Owner

Hi

So this should now be fixed if you could update cwtch to the latest commit and try and test again, cwtch should now attempt to run a local tor proxy.

Hi So this should now be fixed if you could update cwtch to the latest commit and try and test again, cwtch should now attempt to run a local tor proxy.

Can confirm. Just pulled the source, ran cwtch and tor was running with config in ~/.cwtch/torrc.

Can confirm. Just pulled the source, ran cwtch and tor was running with config in ~/.cwtch/torrc.
sarah closed this issue 2018-07-28 15:21:51 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch#77
No description provided.