SOHT Socket over HTTP Tunneling

Introduction - Getting Started - Java Server - Java Client - .Net Client - Protocol Definition - License - Change Log

Change Log

Version 0.6.2 (11/19/2008)

(Java Client only) Applied patch to enable HTTPS connections and ignore certificate warnings. Thanks to lowem for providing the patch.

Version 0.6.1 (3/26/2007)

(Java Client only) Fixed bug that prohibited connections to high range ports (over 32767). Thanks to Danilo for debugging the issue and providing the fix.

Version 0.6 (09/14/2004)

Added Internationalization (i18n) to the web application admin pages. Currently suports English and French. Thanks to Mathieu Lecarme.

Added a configuration parameter 'Block Size' to allow administrators to configure the maximum size of each respose to a client READ command (in kilobytes).

Fixed the implementation of the stateless network interaction. Improves performance. Thanks to Paul Thordarson.

Version 0.5 (06/29/2004)

Fixed the closing HTML tag for the login page. Caused compile error in Tomcat 5. Added SOCKS (4 and 5) support to the client to enable seamless browsing using the SOHT Java Client. Thanks to SOHT's newest developer Craig Setera.

Version 0.4.2 (02/24/2004)

Added the ability to specify a username and password for the proxy server. Thanks to Andrei Moisseev aka AVM.

Version 0.4.1 (01/24/2004)

Fixed a bug in the configuration parsing that caused the proxy settings to be ignored. Thanks to Alberto Pires de Oliveira Neto.

Version 0.4 (11/26/2003)

Implemented the readwrite command. Allows for stateless connections between the client and server.

Version 0.3 (09/16/2003)

Implemented an improved protocol implementation. All printable bytes are now written as a single byte, and non printable bytes are written using their hex code.

Version 0.2 (09/09/2003)

Initial Release of .NET Client.

Added user administration and user security check.

Added user security check.

Added the ability to configure an HTTP Proxy server to the Java Client.

Version 0.1 (08/22/2003)

Initial Release