We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@Kwrt:07:30 PM /bin] # sh -x is-opkg update
我遇到的问题跟其他人遇到的问题类似,浏览器用ie是访问不了的应为ie默认不支持tls1.3,如果受用谷歌浏览器访问是没有问题的, 但还是有问题,我做过很多测试。我猜在你们服务端使用了tls1.3并且不想下兼容。而且部分openwrt不支持你们指定的tls1.3的套件,导致无法访问。
The text was updated successfully, but these errors were encountered:
需要升级curl和mbedtls,这应该不是tls版本问题,而是mbedtls的bug,以前我们也遇到过。或者切换成openssl版本的curl
Sorry, something went wrong.
No branches or pull requests
[root@Kwrt:07:30 PM /bin] # sh -x is-opkg update
Fetch feed list for x86_64
curl: (35) ssl_handshake returned - mbedTLS: (-0x7280) SSL - The connection indicated an EOF
我遇到的问题跟其他人遇到的问题类似,浏览器用ie是访问不了的应为ie默认不支持tls1.3,如果受用谷歌浏览器访问是没有问题的,
但还是有问题,我做过很多测试。我猜在你们服务端使用了tls1.3并且不想下兼容。而且部分openwrt不支持你们指定的tls1.3的套件,导致无法访问。
The text was updated successfully, but these errors were encountered: