Difference between revisions of "SSL server handshake failure - cpp:3019"
From Tech-Wiki
(Created page with "Category:Blue Coat Systems Error on the Bluecoats. The following message is found in bluecoat event log. "SSL server handshake failure" 0 300000:1 sslproxy_worker.cpp:301...") |
|||
Line 2: | Line 2: | ||
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) |
Revision as of 03:05, 28 January 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)