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

Running analysis in builder results in "unable to verify the first certificate" #52

Open
sindile opened this issue Sep 25, 2019 · 1 comment

Comments

@sindile
Copy link

sindile commented Sep 25, 2019

I receive this error "unable to verify the first certificate"
image
Is this perhaps a result of using a self signed certificate?

@sindile 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
@nballenger
Copy link
Contributor

I've run into this problem but so far haven't successfully solved it. Currently I have two theories for what causes it:

  1. 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.
  2. 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.

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

No branches or pull requests

2 participants