duffee / Mojolicious_session_example

A simple Mojolicious application example for authenticating a user and maintaining a session
Artistic License 2.0
9 stars 5 forks source link

HTTPS #4

Open duffee opened 8 years ago

duffee commented 8 years ago

change route to force login page to run under SSL only add test to check that http access to login page redirected to https 04_https.t

duffee commented 8 years ago

feature added, needs a better write up

duffee commented 6 years ago

investigate Mojo::ACME

from stefan - Regarding HTTPS: Perhaps suggest Mojo::ACME over self-signed certs (or, better, go with the self-signed certs but reference Mojo::ACME as a better alternative). Rather than mixed option, just settle on HTTPS for the tutorial and let the user deal with mixed if they find it necessary (because in general all HTTPS is just fine).