Hi, I got a problem when connecting the AirVPN clinet through the Tor Browser Bundle 3.5.4 (Windows).
First, I got the following error message:
Attempting to establish TCP connection with [AF_INET]127.0.0.1:9150 TCP connection established with [AF_INET]127.0.0.1:9150 socks_handshake: server asked for username/login auth but we were not provided any credentials SIGTERM[soft,init_instance] received, process exiting Failed to start.
So I have replaced the port setting in the torrc-defaults file to:
SOCKSPort 127.0.0.1:9150 PreferSOCKSNoAuth
Now the error message looks like this:
Attempting to establish TCP connection with [AF_INET]127.0.0.1:9150 TCP connection established with [AF_INET]127.0.0.1:9150 recv_socks_reply: Socks proxy returned bad reply SIGTERM[soft,init_instance] received, process exiting Failed to start.
What should I do now?