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
I receive this error "unable to verify the first certificate"
Is this perhaps a result of using a self signed certificate?
The text was updated successfully, but these errors were encountered:
sindile
changed the title
Runnung analysis in builder results in "unable to verify the first certificate"
Running analysis in builder results in "unable to verify the first certificate"
Sep 25, 2019
I've run into this problem but so far haven't successfully solved it. Currently I have two theories for what causes it:
It's resulting from some configuration of libcurl or one of its wrapper libraries, such that the requests being made aren't using the system's trusted certificate store, and therefore do not know about the root certificate that authenticates the self-signed certificate.
It's actually nothing to do with the certificate, and in fact is because the geocoder database and/or geocoder extensions aren't set up correctly. Right now there's nothing in the build or install process to fully create the geocoder data fixtures. I need to work on that more, as not having the full geocoder configuration definitely makes adding analyses fail.
I receive this error "unable to verify the first certificate"
![image](https://user-images.githubusercontent.com/1027916/65590655-72253500-df8b-11e9-9f66-7760ffc8c401.png)
Is this perhaps a result of using a self signed certificate?
The text was updated successfully, but these errors were encountered: