tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.aroz.org
GNU Affero General Public License v3.0
3.09k stars 187 forks source link

[HELP] certificat ssl on stream proxy #205

Closed barto95100 closed 5 months ago

barto95100 commented 5 months ago

If thé stream proxy used to forward port that necessary the ssl (pop3/imap) it's possible zoraxy and the certificat on requiest ?

if yes, how can i do that ?

tobychui commented 5 months ago

No. It is TCP / UDP proxy. TLS is not in the same OSI layer and pop3/imap are out of the scope of HTTP reverse proxy. If you need such feature, feel free to implement it yourself and create a pull request 👍🏻