How can I solve SSL handshake failed?

What is the name of the domain?

benosim.com

What is the error number?

525

What is the issue you’re encountering

Two servers, (A site and B site) , are hosted separately by the hostinger. What I want is to distribute A site.com to multiple servers through cloudflare’s load balancer as a service domain. Of course, if I connect each domain directly from the browser, the site is displayed well, but if I access B site through endpoint of loadbalancer , SSL handshake failed (error525) occurs. I wonder if this problem will be solved by applying san certificate that includes both A site and B site domains. Or is there another solution?

Hey there,

It sounds like the issue you are having is due to not specifying an HTTP host override to match with the host that your origin server is expecting which is causing SSL issues. I would recommend looking into the host header override option in the load balancer endpoints to see if that helps resolve the 525 error you are having. You can find more information on HTTP host header overrides in this document:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.