-
Notifications
You must be signed in to change notification settings - Fork 85
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
TLS is only supported by HsOpenSSL #276
Comments
The |
HsOpenSSL directly depends on the dev libraries of OpenSSL (on debian-flavours: While some of the given solutions (like the manual compile) might work, suppose I want to upgrade my OpenSSL version to patch something up (worst case scenario, some other heartbeat level trouble) I would have to go all the way back and get a new OpenSSL for windows, then recompile HsOpenSSL, then recompile my own project, everytime... Actually, having written this that my trouble could be solved in another way: p.s. EDIT: Thanks for the tip about nginx, btw, I had not considered it yet since it seemed cool to have everything in one package (not lookign to build abig site as of yet) |
Just to make it super clear, you don't necessarily need a big site to use a reverse proxy. I have an app for just a few internal users but in production I still run it from behind nginx. It's really straightforward to set up, lightweight and you get a lot of flexibility for free - for example you can serve static resources directly. |
I have seen too many hacky solutions to get HsOpenSSL working under windows. Instead of arguing why HsOpenSSL is still a good choice (On linux I am surte it's not quite as cumbersome) could we maybe get an option to swap it with https://hackage.haskell.org/package/tls ?
The text was updated successfully, but these errors were encountered: