openwrt 无妨访问,怀疑是开启了tls1.3协议引起的

jiuhonglaugh】 在 https://github.com/linkease/istore/issues/151 发布:
[root@Kwrt:07:30 PM /bin] # sh -x is-opkg update

  • action=update
  • shift
  • ‘[’ update ‘=’ ‘AUTOCONF=’ ]
  • IS_ROOT=/tmp/is-root
  • DL_DIR=/tmp/is-root/tmp/dl
  • LISTS_DIR_O=/tmp/opkg-lists
  • LISTS_DIR=/tmp/is-root/tmp/opkg-lists
  • OPKG_CONF_DIR=/tmp/is-root/etc/opkg
  • OPKG_CONF_DIR_M=/tmp/is-root/etc/opkg_m
  • FEEDS_SERVER=https://istore.istoreos.com/repo
  • FEEDS_SERVER_MIRRORS=Index of /repo/
  • DISABLE_MIRROR=false
  • sed -n -e ‘s/^Architecture: *([^ ]+) *$/\1/p’ /rom/usr/lib/opkg/info/libc.control /usr/lib/opkg/info/libc.control
  • head -1
  • ARCH=x86_64
  • ISTORE_PKG=luci-app-store
  • ISTORE_DEP_PKGS=‘luci-lib-taskd luci-lib-xterm taskd’
  • ISTORE_INDEX=https://istore.istoreos.com/repo/all/store/Packages.gz
  • alias ‘fcurl=curl -L --fail --show-error’
  • is_init
  • update
  • ‘[’ -z x86_64 ]
  • echo ‘Fetch feed list for x86_64’
    Fetch feed list for x86_64
  • curl -L --fail --show-error --no-progress-meter -o /tmp/is-root/etc/opkg/meta.conf https://istore.istoreos.com/repo/all/meta.conf
    curl: (35) ssl_handshake returned - mbedTLS: (-0x7280) SSL - The connection indicated an EOF
  • return 1

我遇到的问题跟其他人遇到的问题类似,浏览器用ie是访问不了的应为ie默认不支持tls1.3,如果受用谷歌浏览器访问是没有问题的,
但还是有问题,我做过很多测试。我猜在你们服务端使用了tls1.3并且不想下兼容。而且部分openwrt不支持你们指定的tls1.3的套件,导致无法访问。