sniproxy
sniproxy copied to clipboard
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Sometimes this error is reported:
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
此网站无法提供安全连接 www.github.com使用了不受支持的协议。 ERR_SSL_VERSION_OR_CIPHER_MISMATCH 协议不受支持 客户端和服务器不支持一般 SSL 协议版本或加密套件。
Also seeing this, restarting the daemon fixes.
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?
找到解决办法了,如果主机禁用了IPV6的情况下(或者说主机没有分配IPv6),sniproxy还是会去访问IPV6的地址,这时候就会出错,配置为ipv4_only就可以解决了。
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