Skip to Content [alt-c]

Comment

In reply to How I'm Using SNI Proxying and IPv6 to Share Port 443 Between Webapps

Reader Samuel BF on 2022-06-13 at 08:32:

Really nice !

For reference, SNI proxying is also possible with stream module of nginx (use directive ssl_preread on;) : https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html .

But, afaik, you can't do the clever trick of embedding source IPv4 address in source IPv6 address for connection from SNI proxy to backend server.

Reply

Post a Reply

Your comment will be public. To contact me privately, email me. Please keep your comment polite, on-topic, and comprehensible. Your comment may be held for moderation before being published.

(Optional; will be published)

(Optional; will not be published)

(Optional; will be published)

  • Blank lines separate paragraphs.
  • Lines starting with > are indented as block quotes.
  • Lines starting with two spaces are reproduced verbatim (good for code).
  • Text surrounded by *asterisks* is italicized.
  • Text surrounded by `back ticks` is monospaced.
  • URLs are turned into links.
  • Use the Preview button to check your formatting.