picoHz / taxy

A reverse proxy server with built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket, written in Rust.
https://taxy.dev/
MIT License
86 stars 6 forks source link

Redirect option HTTP to HTTPS #75

Closed Gamerboy59 closed 5 days ago

Gamerboy59 commented 6 months ago

Using this as a reverse web proxy, is there any configuration (per port, proxy or in general for http/https) to redirect from http to https automatically?

picoHz commented 6 months ago

There is no such option yet to automatically redirect to HTTPS. Thank you for the suggestion.

picoHz commented 5 days ago

@Gamerboy59 As of v0.3.33, Taxy automatically redirects HTTP to HTTPS when possible. You can opt out in the per-proxy options.