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

Improper use of truststore SSL injection #1210

Open
clvcooke opened this issue Jan 2, 2025 · 0 comments
Open

Improper use of truststore SSL injection #1210

clvcooke opened this issue Jan 2, 2025 · 0 comments

Comments

@clvcooke
Copy link

clvcooke commented Jan 2, 2025

I was having some SSL issues, which I can easily work-around, however was curious so dug in.

RPAFramework uses truststore to manage SSL certs, however it's using injection which interferes with other libraries.
https://github.com/robocorp/rpaframework/blob/master/packages/core/src/RPA/core/certificates.py#L75

This is more or less expected behavior as documented here:
https://truststore.readthedocs.io/en/latest/#user-guide

image

Due to this issue I simply uninstall truststore on my machines but it's an annoyance. I'm not even using the web based RPA functionality so this really just gets in my way.

I'd recommend that RPA Framework uses the proper context managed SSL connection rather than injecting as outlined in the Truststore user guide.

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