0
votes
0answers
77 views

How to use SSL/HTTPS with a Heroku app that needs many different (wildcard) domain names?

I'm hosting a SaaS application in Heroku and my service offers user groups a possibility to get their own subdomain address for the group. Say, my service is www.example.com and a user group can get ...
1
vote
2answers
231 views

Why does apache httpd tell me that my name-based virtualhosts only works with SNI enabled browers (RFC 4366)

Why does apache give me this error message in my logs? Is it a false positive? [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) I ...