Skip to content
New issue

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

aliyun-python-sdk-core apsara protocol type bug #475

Open
tiandao007 opened this issue Jul 21, 2022 · 1 comment
Open

aliyun-python-sdk-core apsara protocol type bug #475

tiandao007 opened this issue Jul 21, 2022 · 1 comment

Comments

@tiandao007
Copy link

  • 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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant