Skip to content

Improper use of truststore SSL injection #1210

@clvcooke

Description

@clvcooke

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions