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

Cowboy/ranch protocol that can serve plain text and secure requests from the same port to different handlers #1616

Open
rtATvw opened this issue Oct 18, 2023 · 0 comments
Labels
Unsupported edge case Provide feedback if you think this should be supported somehow.

Comments

@rtATvw
Copy link

rtATvw commented Oct 18, 2023

Handle plain text requests and secure requests from the same port and route them to different handlers.
Useful for services where a port isn't defined as secure or plain text; could be either and handled differently during a transition.
Can also be used to provide a more descriptive error message than "Empty response" or redirect such as with Nginx's 497 status code.

cb_tls_upg.tar.gz

@essen essen added the Unsupported edge case Provide feedback if you think this should be supported somehow. label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unsupported edge case Provide feedback if you think this should be supported somehow.
Projects
None yet
Development

No branches or pull requests

2 participants