Issue 224561 in chromium: Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.

2,028 views
Skip to first unread message

chro...@googlecode.com

unread,
Mar 28, 2013, 5:48:57 AM3/28/13
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Cr-Internals-Network Pri-2 Via-Wizard Type-Bug OS-Windows

New issue 224561 by unro...@mail.ru: Error 113
(net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
http://code.google.com/p/chromium/issues/detail?id=224561

UserAgent: Mozilla/5.0 (Windows NT 5.2; rv:19.0) Gecko/20100101 Firefox/19.0

Example URL:
https://azk59.permkrai.ru/azk

Steps to reproduce the problem:
1.
2.
3.

What is the expected behavior?
To receive the page with a window of a choice of certificates

What went wrong?
Received the page with a mistake:

Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.

Did this work before? Yes in version Google Chrome 25.0.1364.172 (Official
Build 187217)

Chrome version: 26.0.1410.43 (Official Build 189671) Channel: stable
OS Version: 5.2 (Windows Server 2003, Windows XP 64)

Attachments:
net-internals-log_26.json 214 KB
net-internals-log_25.json 74.2 KB

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Mar 28, 2013, 5:53:57 AM3/28/13
to chromi...@chromium.org

Comment #1 on issue 224561 by unro...@mail.ru: Error 113
(net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
http://code.google.com/p/chromium/issues/detail?id=224561

It isn't possible to reproduce a problem without the secret keys.

chro...@googlecode.com

unread,
Mar 28, 2013, 8:40:10 AM3/28/13
to chromi...@chromium.org
Updates:
Labels: Cr-Internals-Network-SSL

Comment #2 on issue 224561 by sz...@chromium.org: Error 113
(net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
http://code.google.com/p/chromium/issues/detail?id=224561

Relevant snippet from net-internals-log_26.json

t=1364462533051 [st= 0] +HTTP_STREAM_REQUEST [dt=18]
t=1364462533069 [st=18] SSL_VERSION_FALLBACK
--> TLS 1.1 ==> TLS 1.0
--> host_and_port = "azk59.permkrai.ru:443"
--> net_error = -107 (ERR_SSL_PROTOCOL_ERROR)
t=1364462533069 [st=18] -HTTP_STREAM_REQUEST
t=1364462533069 [st=18] +HTTP_STREAM_REQUEST [dt=4]
t=1364462533073 [st=22] SSL_VERSION_FALLBACK
--> TLS 1.0 ==> SSL 3.0
--> host_and_port = "azk59.permkrai.ru:443"
--> net_error = -107 (ERR_SSL_PROTOCOL_ERROR)
t=1364462533073 [st=22] -HTTP_STREAM_REQUEST
t=1364462533073 [st=22] HTTP_STREAM_REQUEST [dt=3]
t=1364462533077 [st=26] -URL_REQUEST_START_JOB
--> net_error = -113
(ERR_SSL_VERSION_OR_CIPHER_MISMATCH)
t=1364462533077 [st=26] -REQUEST_ALIVE
--> net_error = -113
(ERR_SSL_VERSION_OR_CIPHER_MISMATCH)

chro...@googlecode.com

unread,
Mar 28, 2013, 10:14:37 AM3/28/13
to chromi...@chromium.org
Updates:
Status: WontFix

Comment #3 on issue 224561 by a...@chromium.org: Error 113
(net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error.
http://code.google.com/p/chromium/issues/detail?id=224561

If this server ever worked then I believe that it's because the server has
changed, not Chrome. I can't get it to handshake in Chrome 25, nor Safari,
nor OpenSSL.

Specifically, its ServerHello is two bytes too long. It's sending a 70 byte
ServerHello, but the length says that it's 72. This causes the first two
bytes of the Certificates message (0b 00) to be interpreted as the
extensions length, which is a huge extensions length and is invalid.

The SSL library of the server needs to be fixed.
Reply all
Reply to author
Forward
0 new messages