You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Since HttpServerLite can only handle one server at a time, is there any way to make a reroute from port 80 (without SSL) to 443 (with SSL), so my site was able to both support http:/ and https:/ connections?
The text was updated successfully, but these errors were encountered:
Hi @D1gitalFox the library can't support this currently. With some work, it could be amended to listen on multiple TCP endpoints, but it may be easier to just use two instances, and redirect in one to the other.
Since HttpServerLite can only handle one server at a time, is there any way to make a reroute from port 80 (without SSL) to 443 (with SSL), so my site was able to both support
http:/
andhttps:/
connections?The text was updated successfully, but these errors were encountered: