mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1e28a3746d
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>
8 lines
476 B
Plaintext
8 lines
476 B
Plaintext
You probably know secure HTTP from secure web sites. Say, you want to operate
|
|
a secure web server but have only a normal server. SSL Proxy can be your
|
|
solution: It's plugged into the connection between the client and the server
|
|
and adds Secure Socket Layer (SSL) support. Or the other way around: You have
|
|
an ordinary telnet client but want to connect to a secure site. Just start SSL
|
|
Proxy with the appropriate parameters and -- voila. That's what SSL Proxy can
|
|
do for you.
|