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
Describe the bug
When starting our backend using Docker the JobScheduler can not execute HttpClient request to the API.
Presumably this has something to do with the generated certificate of the API. I tried HTTP instead of HTTPS because it is only for local testing but that also does not work.
It is possible to configure the httpclient that is used to not verify ssl certificates. You could do this in the local development when an environment variable defined in the docker-compose is set to true. See following link to build the httpclient with a custom ssl certificatie handler: https://stackoverflow.com/questions/57283898/ignore-ssl-connection-errors-via-ihttpclientfactory
Describe the bug
When starting our backend using Docker the JobScheduler can not execute HttpClient request to the API.
Presumably this has something to do with the generated certificate of the API. I tried HTTP instead of HTTPS because it is only for local testing but that also does not work.
To Reproduce
Expected behavior
JobScheduler is able to execute API requests in Docker on local machine.
Screenshots
Additional context
There are no issues on the staging environment
The text was updated successfully, but these errors were encountered: