Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS cannot change default port 443 #320

Open
ktyntang opened this issue Apr 17, 2023 · 0 comments
Open

HTTPS cannot change default port 443 #320

ktyntang opened this issue Apr 17, 2023 · 0 comments

Comments

@ktyntang
Copy link

ktyntang commented Apr 17, 2023

am facing some issues converting rtsp to https. works fine over http using example 8083 port.

autotls.Run function in apiHTTPRouter.go uses import gin-tonic/autotls but seems like it is not longer maintained and unable to use any port other than 443.
gin-gonic/autotls#33
gin-gonic/autotls#39

is there a way to set a custom port for the https connection instead of 443? Changing to 443 is not an option as it is a reserved port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant