Chozmao / MyBlog

0 stars 0 forks source link

Setup stunnel on ubuntu 20.04 #5

Closed Chozmao closed 3 years ago

Chozmao commented 3 years ago

rfc

Chozmao commented 1 year ago

SSL tunnel (stunnel) allows the applications, which do not support TLS stack, to build up TLS connection with another end point, which does support TLS stack. Example of stunnel usage:

  1. Create a simple fake HTTP server using nc command
  2. Use stunnel to handle the TLS handshake coming from another side, which runs HTTPS protocol
  3. The HTTPS request goes through stunnel and is delivered to nc listening port