aliyun-openapi-python-sdk icon indicating copy to clipboard operation
aliyun-openapi-python-sdk copied to clipboard

aliyun-python-sdk-core apsara protocol type bug

Open tiandao007 opened this issue 2 years ago • 1 comments

  • ALL:
  • aliyun-python-sdk-core-2.13.35:
  • ALL: python sdk: aliyun-python-sdk-core-2.13.35 file: aliyunsdkcore\http\http_response.py line: 62 if protocol is PT.HTTPS: self.__ssl_enable = True FIX: if protocol == PT.HTTPS: self.__ssl_enable = True

tiandao007 avatar Jul 21 '22 01:07 tiandao007

apsara protocol type use http or https can use aliyunsdkcore.http.protocol_type to set protocol

tiandao007 avatar Jul 21 '22 03:07 tiandao007