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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -