Difference between revisions of "SSL server handshake failure - cpp:3019"
From Tech-Wiki
Line 1: | Line 1: | ||
[[Category:Blue Coat Systems]] | [[Category:Blue Coat Systems]] | ||
− | Error on the Bluecoats. The following message is found in bluecoat event log | + | Error on the Bluecoats. The following message is found in bluecoat event log: |
"SSL server handshake failure" 0 300000:1 sslproxy_worker.cpp:3019" | "SSL server handshake failure" 0 300000:1 sslproxy_worker.cpp:3019" | ||
− | This is caused by protocol violation and the Bluecoat drops the connection. The solution is to add the site to the local file add the following command | + | This is caused by protocol violation and the Bluecoat drops the connection. The solution is to add the site to the local file add the following command: |
url.domain=xxxxxxx.com detect_protocol(none) | url.domain=xxxxxxx.com detect_protocol(none) |
Latest revision as of 08:52, 30 March 2011
Error on the Bluecoats. The following message is found in bluecoat event log:
"SSL server handshake failure" 0 300000:1 sslproxy_worker.cpp:3019"
This is caused by protocol violation and the Bluecoat drops the connection. The solution is to add the site to the local file add the following command:
url.domain=xxxxxxx.com detect_protocol(none)