CouscousPHP / Couscous

Couscous is good.
https://couscous.io
Other
841 stars 104 forks source link

Secure couscous.io with SSL #242

Open markuspoerschke opened 4 years ago

markuspoerschke commented 4 years ago

Accessing couscous.io with https:// is causing a SSL_ERROR_BAD_CERT_DOMAIN error showing in the browser.

mnapoli commented 4 years ago

Hi, couscous.io is on HTTP, not HTTPS. (HTTPS isn't supported at the moment)

chicgeek commented 4 years ago

Entirely related to this, the secure path to your site still resolves and looks pretty broken: https://couscous.io/

webmaster777 commented 4 years ago

We were able to pull it off for php-di, so maybe couscous itself can adopt https too? See https://github.com/PHP-DI/PHP-DI/issues/641

mnapoli commented 4 years ago

It seems couscous.io is accessible through HTTPS, it's now a matter of fixing the mixed content. That is possible via a pull request, so I'll leave that up to a contribution since I have more urgent issues in my open source backlog for now.