开发者

ASP.NET web server having issues with HTTPS -- Chrome Only

开发者 https://www.devze.com 2023-04-12 09:23 出处:网络
Okay, so at my work we are moving the SSL Termination from the web server to the load balancer.The load balancer then passes the request on to the server with a flag set indicating that the connection

Okay, so at my work we are moving the SSL Termination from the web server to the load balancer. The load balancer then passes the request on to the server with a flag set indicating that the connection is to be secure.

We are having absolutely no issues with every browser (IE, FF, Safari) except Chrome. Oh, Chrome, you wascally wabbit, you.

So I don't actually suspect Chrome to be having issues, but rather the server. I'm thinking Chrome must be sending some sort of different header values that are causing the server to freak out. I get this message from chrome, after sending the request and waiting for a response:

  • Error 324 (net::ERR_EMPTY_RESPO开发者_JAVA百科NSE): The server closed the connection without sending any data.

In fact, after telling Fiddler2 to capture HTTPS CONNECTs (acts as a proxy between the browser and the server), I get a response back successfully. So again, it would seem that Chrome is sending something that the server doesn't find favorable.

Any ideas what I should check? I'm kind of at a loss.

Thanks for your time.


For anyone wondering what the fix was, apparently there is a new protocol or something (sorry for lack of specifics, it's been a while since we moved on from this issue) that new load balancers are capable of handling. We had an old load balancer, and that was causing the issues with Chrome (only with Chrome..).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号