PanagiotisDrakatos/T0rlib4j

Caused by: java.io.IOException: SOCKS4a connect failed, got 0 - 91, but expected 0x00 - 0x5a

Opened this issue · 1 comments

Hello, I'm completely new to tor and tor-java implementation. I've attempted to start a tor service with this library using the example code on the READMME.md but crashed with the following error: https://hastebin.com/nixekisopi.tex

This is my whole code:

https://hastebin.com/finikipayo.java

Did you try to run the samples? ok Create 2 java Projects(Server-Client) import library. After that, copy paste the code from server in your first project, also copy paste the client code in you second project. Finally run the server wait 1-2 min to instantiated and then Run the client.

Don’t forget too copy paste the .onion address that printed in your server programm as input in the client code well .

Let me know if it is working