-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels
