sockslib icon indicating copy to clipboard operation
sockslib copied to clipboard

Please add proper docs

Open MrDev139 opened this issue 1 year ago • 1 comments

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

MrDev139 avatar Aug 24 '23 00:08 MrDev139

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)

MrDev139 avatar Aug 24 '23 10:08 MrDev139