osscameroon / jobsika

Company ratings and salaries in Cameroon
https://jobsika.cm
MIT License
22 stars 18 forks source link

backend: update the ca-certificates #402

Closed rakici closed 1 year ago

rakici commented 1 year ago

When running api, using docker swarm on linux the graphql calls failed with the following error:

time="2023-05-29T08:33:45Z" level=error msg="Post \"https://opencollective.com/api/graphql/v2\": tls: failed to verify certificate: x509: certificate signed by unknown authority"

I suspect that it has something to with the ca-certificates on linux. I then followed the instructions from https://github.com/google/go-github/issues/1049#issuecomment-454446363 and hope it will solve our issue