masajid / deployment

0 stars 0 forks source link

Fix HTTPS for subdomains #11

Open dosht opened 4 years ago

dosht commented 4 years ago

HTTPS is working for https://masajid.world, but it is not working for subdomains like: https://al-nour.masajid.world

EslamElHusseiny commented 4 years ago

Elaborate more 🙏

dosht commented 4 years ago

@EslamElHusseiny I added a short description and fixed the title of the issue.

EslamElHusseiny commented 4 years ago

@dosht A quick investigation led to the belief that the SSL certificate we use isn't a wildcard one. I.e. it supports only masajid.world and www.masajid.world but not *.masajid.world. That being said, we need to verify that believe from name.com and probably consider using cert-manager.io as an alternative for free SSL certificate at least for now.

dosht commented 4 years ago

Moved back to TODO because we are deploying temporarily on Digital Ocean without K8s.