You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be amazing if you add some great java docs & just a proper wiki on how to use the library with java
Because right now I had to check the src of esocks but it is outdated because it is based on fucksocks(before it was renamed to sockslib) & I couldn't find a better socks library to implement a socks5 proxy server with java
The text was updated successfully, but these errors were encountered:
well I imported the maven project into intellij & tried to run a package lifecycle & it has failed 5 tests
Tests in error:
tesSslUDP(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure
testSSL2Connect(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure
testSSLConnect(sockslib.test.quickstart.TestSocks5Server): Received fatal alert: handshake_failure
testConnectSSLAuthServer(sockslib.test.client.TestSSLSocks5): Received fatal alert: handshake_failure
testConnectNoAuthSSLServer(sockslib.test.client.TestSSLSocks5): Received fatal alert: handshake_failure
Sometimes it gets stuck so no other solution than bypassing the tests(deleting all of them)
It would be amazing if you add some great java docs & just a proper wiki on how to use the library with java
Because right now I had to check the src of esocks but it is outdated because it is based on fucksocks(before it was renamed to sockslib) & I couldn't find a better socks library to implement a socks5 proxy server with java
The text was updated successfully, but these errors were encountered: