Download List

Descripción del Proyecto

SSL Proxy server listens on a TCP port, accepts SSL connections, and forwards them to another local or remote TCP port or Unix domain socket. For example, it is possible to create an HTTPS server if you have an HTTP server and you run an SSL Proxy server on port 443 which forwards the connections to port 80. SSL Proxy's design makes it as secure as possible and still perform well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-04-08 14:52
1.0.3

Esta versión se caracteriza por una conexión de manipulación de limpieza.
Tags: Major bugfixes
This release features a connection handling cleanup.

2004-03-18 15:18
1.0.2

Esta versión corrige un error en el SSL accept () el código. Antes de 1.0.2, SSLproxy podría entrar en un estado de la CPU al 100% de uso cuando un cliente cierra la conexión durante la negociación SSL. Release 1.0.1 también tuvo una mejora de la función que le permite conectarse a sockets de dominio UNIX.
Tags: Minor bugfixes
This release fixes a bug in the SSL accept() code.
Prior to 1.0.2, SSLproxy could get into a 100% CPU
usage state when a client closes the connection
during the SSL negotiation. Release 1.0.1 also had
a feature enhancement which allows it to connect
to UNIX domain sockets.

2001-11-05 07:05
1.0.0

Apoyo a los sockets de dominio UNIX y registro de errores de syslog.
Tags: Minor feature enhancements
Support for UNIX domain sockets, and logging errors to syslog.

2001-10-08 09:02
0.9.2

Una escritura de errores de amortiguación fue corregido. Este error causó algunos daños en los datos cuando se transfieren archivos de gran tamaño con HTTPS. Dos opciones de configuración se han añadido para los tamaños de buffer de dos vías.
Tags: Minor bugfixes
A write buffering bug was fixed. This bug caused some data damage when large files transferred with HTTPS. Two config options were added for the two way buffer sizes.

Project Resources