You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: