php - SNI and HTTP hostname mismatch -
I have a web application that uses curls to talk to other web applications on the same server. Domains share but they are different subdomains, they share wildcard SSL certificates. I get these errors in my error log:
Hostname provided by SNI and hostname c.my.app provided by HTTP.
is using cURL to communicate with a.my.app
b.my.app
. It seems that SNI is getting a "random" hostname rather than using it on the hostname, I do not know what's going on.
Is this an easy way to decide? Or is there any way to disable this check?
Comments
Post a Comment