-
Notifications
You must be signed in to change notification settings - Fork 10
add a feature for https #9
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
Comments
Done in 4aed381 Example of usage:
You need to create the cert/key before with OpenSSL for example. Does it answer your need? |
I tried it on a socket for a puma web server I have running:
|
What is the result of
?? |
Works fine. I get a 301 cuz the app redirects to https, which is why I wanted the https :) |
ok got it, I've to handle http to https redirection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes I want to check a port for an app that is forcing a redirect (301) to https. Is it possible to use https into the socket?
The text was updated successfully, but these errors were encountered: