出现这个错误
requests.exceptions.SSLError: HTTPSConnectionPool(host='markmakovey.artstation.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)')))
两台电脑,另一边可以,用的是 Python3.7,今天新装的 3.9 这边不行,拷贝 3.7 的文件也不行,代理是同一个软件 同一个节点,该装的 requests 库也都安装了。。网上查了查也没个办法,实在搞不定了,有知道这个问题的兄弟吗?
requests.exceptions.SSLError: HTTPSConnectionPool(host='markmakovey.artstation.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)')))
两台电脑,另一边可以,用的是 Python3.7,今天新装的 3.9 这边不行,拷贝 3.7 的文件也不行,代理是同一个软件 同一个节点,该装的 requests 库也都安装了。。网上查了查也没个办法,实在搞不定了,有知道这个问题的兄弟吗?