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

Unable to connect with self-signed certificates #13

Closed
yoavnash opened this issue Apr 12, 2024 · 2 comments · Fixed by #14
Closed

Unable to connect with self-signed certificates #13

yoavnash opened this issue Apr 12, 2024 · 2 comments · Fixed by #14

Comments

@yoavnash
Copy link
Member

When developing the DSMS locally, we're using a self-signed certificate which the SDK doesn't accept.

Copied from https://github.com/MI-FraunhoferIWM/dsms-sdk/issues/4

@yoavnash yoavnash mentioned this issue Apr 12, 2024
@MBueschelberger
Copy link
Member

This is already solved in v1.3.3:

ssl_verify: bool = Field(

@yoavnash
Copy link
Member Author

I just checked and it still fails for me. It seems this parameter is not being used here:

response = requests.get(

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 a pull request may close this issue.

2 participants