panique / php-login-minimal

An extremely minimal login / register script in pure PHP.
608 stars 251 forks source link

SSL encryption #32

Open ghost opened 7 years ago

ghost commented 7 years ago

This doesn't work on my website that has a SSL encryption certificate.

Is it possible to do some changes in order to make it work? I just get a 403 error when trying to login

Pixuu commented 7 years ago

Works fine on my site and I'm using SSL :) Check the configuration (not working great with PHP 7).

ghost commented 7 years ago

This is weird. I have two domains connected to the same server and it works fine on another directory that another domain without ssl is connected to, but not this one

Niall7459 commented 6 years ago

Make sure you have a certificate that covers both domains, or two seperate ones