I just recently created a new app. Upon creating it, I added a custom domain, pointed the A and AAAA records to the IPs as directed, and successfully validated a wildcard SSL cert.
Oddly enough however, when attempting to curl to the site, I get the following error:
Similarly, browsers refuse to connect to the domain to being “unable to make a secure connection”. I’ve redeployed a few times thinking that it might fix some state within the load balancer infrastructure, but nothing seems to be working. At a bit of a loss as to what might be wrong or what I may have misconfigured.
Thanks Jerome - it turns out my error came from the fact that I mistakenly believed a wildcard cert alone ( Wildcard cert: *.mydomain.com ) would also be applied for the root domain, such that mydomain.com would be served under the auspices of that cert. Your message made me double check myself, and I created a separate cert for the root domain ( mydomain.com ), and now everything works as I’d expect.