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

What to do with certificates #26

Closed
roelveldhuizen opened this issue Jun 8, 2012 · 4 comments
Closed

What to do with certificates #26

roelveldhuizen opened this issue Jun 8, 2012 · 4 comments

Comments

@roelveldhuizen
Copy link

When Facebook redirects me, back to my website I get:

SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I didn't install any certificates or change the the curl options to just accept it. What does the bundle expect me to change/install inorder to go past this exception
.

@asm89
Copy link
Contributor

asm89 commented Jun 8, 2012

Can you curl the facebook API from the commandline? I think it's a problem with your server setup.

@asm89
Copy link
Contributor

asm89 commented Jun 19, 2012

ping @roelveldhuizen

Did you fix this issue?

@roelveldhuizen
Copy link
Author

Currently, it works with a work around. I won't let curl check te certificates. It runs locally on a windows machine and, if what you suggested, the server setup is wrong it could very well be the configuration of curl on windoes.

I'll close it and come back to this when I have the same issue on a live environment

@cam5
Copy link

cam5 commented Apr 4, 2014

Dropping in

hwi_oauth:
    http_client:
        verify_peer: false

will stop curl from checking. Best to sort out the CA business on the production server, though!

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

3 participants