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
Is your feature request related to a problem? Please describe.
When the module makes requests towards a FIWARE deployment (orion / iot-agent), that has e.g. self-signed certificates, the requests will fail with a Certificate Validation error.
Describe the solution you'd like
It should be possible to disable the certificate validation via a global defined variable like ssl_verify = True.
In the corresponding request section it could look like:
@mschroeder-fzj you are right, this need to be set manually so far. We have also met the same issue, and "bypassed" it just like you did. I would probably not add a global option, because the use of session is optional. But it is good to include it to one of our tutorials/exampls. @mschroeder-fzj Let me know whether you have the time to contribute. Ohterwise, I or someone will take care of it :)
Btw. @mwr-ebc you have tried adding the self-signed certificates to the trusted list, right?
Is your feature request related to a problem? Please describe.
When the module makes requests towards a FIWARE deployment (orion / iot-agent), that has e.g. self-signed certificates, the requests will fail with a Certificate Validation error.
Describe the solution you'd like
It should be possible to disable the certificate validation via a global defined variable like
ssl_verify = True
.In the corresponding request section it could look like:
The text was updated successfully, but these errors were encountered: