Closed resttime closed 9 years ago
I added HTTPS support to 3 handlers, for Hunchentoot, Wookie and Toot. CL-FastCGI does not seem to support SSL connection, so I left it for the future.
I think we can use FastCGI handler with SSL by make the bypass server (like nginx) allow SSL connections and no need to support in the handler layer. Though Woo is the only server doesn't support SSL, it should be implemented in the server itself. So, there's no tasks left to do. Closing.
A well-viewed post of Stackoverflow links to this issue, so I will also link this Woo issue for anyone else who wanders in here.
I have used nginx reverse-proxy with clack and friends to do SSL, works extremely well.
That approach has definitely occurred to me but I'm still holding out for an all-in-CL solution (that isn't Hunchentoot).
Would it be possible to see support for HTTPS with SSL Hunchentoot is used as one of the server handlers which supports it. Also, I'm a novice at lisp but I would be willing to try my best to implement the feature.
Also, I really like Clack. Thank you for making it!