DEV Community

Raghavendra
Raghavendra

Posted on

SSL Wrapper on existing HTTP server

There are many scenarios where the Application is running in port 80 and we need to enable SSL on that. Each frameworks/languages provides a different ways to enable the HTTPS.

In this gist I created a small reverse-proxy server which handles the HTTPS connection and redirects to HTTP server internally

Top comments (0)