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

set_vmanage_root_cert timeout is too short #147

Closed
tzarski0 opened this issue Oct 11, 2021 · 0 comments · Fixed by #148
Closed

set_vmanage_root_cert timeout is too short #147

tzarski0 opened this issue Oct 11, 2021 · 0 comments · Fixed by #148

Comments

@tzarski0
Copy link
Contributor

In many cases when invoking set_vmanage_root_cert, the function will return Exception:
Exception: The request timed out: HTTPSConnectionPool(host='10.62.157.64', port=443): Read timed out. (read timeout=10)
This happens because root CA chain upload might take more than 10s and timeout is hardcoded to 10s. The ask is to raise the default timeout for this function to 20s and allow user to specify custom timeout if root CA chain is very long.

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

Successfully merging a pull request may close this issue.

1 participant