Re: How to use HTTPS (SSL) with Zinc
Posted by
horrido on
Jun 24, 2017; 2:57am
URL: https://forum.world.st/How-to-use-HTTPS-SSL-with-Zinc-tp4952461p4952493.html
Okay, I think I understand. There are two server instances, one for http and one for https. How do I get Teapot to use the one for https???
horrido wrote
I discovered that I skipped an important step in creating the SSL cert. HTTPS is now working. However, for some reason, it's not finding my Teapot routes. The route that worked in
http://localhost:1701/login, for example, no longer works in
https://localhost:1443/login. I'm investigating...