Hostname provided via HTTP have no compatible SSL error

AtariAge

Member
Mar 14, 2006
9
2
151
Greetings,

Yesterday I setup a new subdomain on my site to serve static files, static.example.com. I have a forum running at - Removed -. I'm using a wildcard SSL certificate, since I have a few different subdomains I use for this domain.

In cPanel, I have the document root for static.example.com the same as the example.com domain, /home/account/public_html. I setup an A DNS record pointing to the same IP that's used by t he primary domain, example.com.

I then added this domain to the SSL certificate in cPanel.

Screen Shot 2019-07-05 at 2.22.47 PM.png
Screen Shot 2019-07-05 at 2.22.51 PM.png
Here's the domain under Subdomains in cPanel:

Screen Shot 2019-07-05 at 2.24.01 PM.png
This seems to be working fine on the client side of things, however, I am seeing an enormous number of ssl errors in the Apache error log:

Code:
[Fri Jul 05 15:18:56.991220 2019] [ssl:error] [pid 15248:tid 47353018644224] [client 37.7.xxx.xxx:44790] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/
[Fri Jul 05 15:18:57.013118 2019] [ssl:error] [pid 15248:tid 47353018644224] [client 37.7.xxx.xxx:44790] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/
[Fri Jul 05 15:19:02.812158 2019] [ssl:error] [pid 21297:tid 47352987125504] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.813747 2019] [ssl:error] [pid 21297:tid 47352987125504] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.813760 2019] [ssl:error] [pid 21297:tid 47352995530496] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.817817 2019] [ssl:error] [pid 21297:tid 47352995530496] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.817817 2019] [ssl:error] [pid 21297:tid 47352987125504] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.817885 2019] [ssl:error] [pid 21297:tid 47353010239232] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:02.817934 2019] [ssl:error] [pid 21297:tid 47352999732992] [client 97.84.xx.xxx:38396] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/35674-ghettopoly/
[Fri Jul 05 15:19:06.684823 2019] [ssl:error] [pid 19068:tid 47352970315520] [client 68.113.xx.xx:57745] AH02032: Hostname example.com provided via SNI and hostname static.example.com provided via HTTP have no compatible SSL
 setup, referer: https://example.com/forums/topic/292914-for-sale-random-ps4-games/
I'm not familiar with SNI (not yet at least!), and I've used other subdomains previously. It's possible there were errors with these other subdomains, but none of them see much use compared to this new one I created. This is also a new server installation, and the version of WHM/cPanel is much newer than I was running on the old server for this site.

Any insight as to why this is taking place and steps I can take to fix it would be greatly appreciated.

Thank you!

..Al
 
Last edited by a moderator: