python请求https失败
HTTPSConnectionPool(host='www.broadwayawards.info', port=443): Max retries exceeded with url: /ws/ws.dll/PrDtl?UID=3052&SPC=hivai-oufky (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)')))
解决办法:
只需要把https修改为http就可以