We have a website that accesses a payment gateway. It has worked fine for over a year. Recently, Google Chrome users have reported an error. In doing some research here is what we found:
Google Chrome is handing SSL requests in a way that is causing an error of "too many redirect loops" to appear when going to some SSL related sites. Google Chrome's use of SSL is not industry standard (the way IE/Firefox uses it)
We have found a work around by starting Chrome with the following parameters.
This is not a good option. Has anyone experience this problem or know of a solution.
Is itpossible to pass these parameters along with our URL if it is Chrome so the user doesn't have to create this goofy shortcut, or use a different browser.
Any help is greatly appreciated.
Jim
Google Chrome is handing SSL requests in a way that is causing an error of "too many redirect loops" to appear when going to some SSL related sites. Google Chrome's use of SSL is not industry standard (the way IE/Firefox uses it)
Code:
Because of this, Websense is not able to route the SSL traffic correctly.
There is no current fix . We will be monitoring the issue with Websense.
The workaround until that can be done is the following:
- First ...snip - not related to chrome...
- Second ensure if Chrome is being used that it is on the latest version. (different versions produce varying results on what sites do and do not give a loop message)
We have found a work around by starting Chrome with the following parameters.
Code:
C:\Users\{username}\AppData\Local\Google\Chrome\Application\chrome.exe /use-system-ssl
or
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /use-system-ssl
This is not a good option. Has anyone experience this problem or know of a solution.
Is itpossible to pass these parameters along with our URL if it is Chrome so the user doesn't have to create this goofy shortcut, or use a different browser.
Any help is greatly appreciated.
Jim