-
Notifications
You must be signed in to change notification settings - Fork 345
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
error loading feed content: cURL error 60: SSL certificate problem: unable to get local issuer certificate #1099
Comments
Since we switched to Guzzle in development builds, you can set the The issue still persists with Twitter spout, which doesn't use Guzzle yet. |
Hi @jtojnar , thanks for fast reply!
I'm using cacert.pem from https://curl.haxx.se/docs/caextract.html as linked in above 505 comment. Error Message is error loading feed content: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) |
Ah, maybe I just have a wrong path? if I set verify = false (for testing only of course), error message disappears..... |
You can try Edit: hmm, that file is the same as http://curl.haxx.se/ca/cacert.pem |
No problem, @jtojnar . The page I tried to add resulted (with verify = false) in error is invalid XML, likely due to invalid characters. XML error: Undeclared entity error at line 39, column 55 so it doesn't work anyway, but that's not the problem of selfoss. |
Let’s keep this open until we add the config option. |
Actually, we might want selfoss to obtain the |
There are already some older issues regarding this topic "error loading feed content: cURL error 60: SSL certificate problem: unable to get local issuer certificate" and #505 (comment) was marked as solution, but unfortunately I'm on shared webhosting and therefore I do not have access to php.ini.
Is there anything I could do right within selfoss?
The text was updated successfully, but these errors were encountered: