sniproxy icon indicating copy to clipboard operation
sniproxy copied to clipboard

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Open richfang opened this issue 6 years ago • 4 comments

Sometimes this error is reported:

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

此网站无法提供安全连接 www.github.com使用了不受支持的协议。 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 协议不受支持 客户端和服务器不支持一般 SSL 协议版本或加密套件。

richfang avatar Aug 01 '18 10:08 richfang

Also seeing this, restarting the daemon fixes.

sarthurdev avatar Jan 03 '19 19:01 sarthurdev

Anyone have more information on this failure mode? A packet capture would be ideal, but anything on the configuration in which this occurs would helpful. Does this occur when first connecting through SNIproxy or during subsequent connection attempts? Anything in the logs? How is SNIproxy deployed and configured?

dlundquist avatar Jan 04 '19 01:01 dlundquist

找到解决办法了,如果主机禁用了IPV6的情况下(或者说主机没有分配IPv6),sniproxy还是会去访问IPV6的地址,这时候就会出错,配置为ipv4_only就可以解决了。

koalabearguo avatar May 04 '19 07:05 koalabearguo

Anyone have more information on this failure mode? A packet capture would be ideal, but anything on the configuration in which this occurs would helpful. Does this occur when first connecting through SNIproxy or during subsequent connection attempts? Anything in the logs? How is SNIproxy deployed and configured?

Hi @dlundquist ,

I've commented under ERR_SSL_VERSION_OR_CIPHER_MISMATCH #360 which is the same issue. Some more data is provided, and I think i can provide more information if you need. Br Henrik

OhmegaStar avatar Nov 09 '20 20:11 OhmegaStar