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

do_action_with_exception failed #541

Open
steven-yan opened this issue Nov 15, 2024 · 1 comment
Open

do_action_with_exception failed #541

steven-yan opened this issue Nov 15, 2024 · 1 comment

Comments

@steven-yan
Copy link

do_action_with_exception failed with HTTPSConnection.init() got an unexpected keyword argument 'cert_file'

@steven-yan
Copy link
Author

python = "^3.12"
aliyun-python-sdk-sts = "^3.1.2"
aliyunsdkcore = "^1.0.3"

get_https_response_object
self.__connection=httplib.HTTPSConnection(self.get_host(),self.__port,cert_file=self.__cert_file,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: HTTPSConnection.init() got an unexpected keyword argument 'cert_file'

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