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

[patch] add caFile: '_os_' as a way to use OS/python truststore #214

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

jonquark
Copy link
Contributor

@jonquark jonquark commented Oct 7, 2024

At the moment the WIoTP SDK uses a truststore file containing the certificate it expecting the server certificate to be signed by.

Even by default, it uses a messaging.pem truststore.

This change adds a special string:

     caFile: '_os_'

If this is set, it doesn't look for an extra trust store but uses the normal truststore that python usually uses for verifying certificates.

@durera durera merged commit 3d60611 into ibm-watson-iot:master Oct 14, 2024
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 this pull request may close these issues.

2 participants