PHP Curl error 77 on ssl conections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;################################################### | |
; NOTE | |
;#################################################### | |
; change your curl.ini on /etc/php.d/curl.ini | |
; | |
;This config was only tested on amazon AMI | |
;Please check if /etc/ssl/certs/ca-bundle.crt exists | |
; | |
;If you don't have the ca-bundle root certificate you | |
; can get this in | |
;http://curl.haxx.se/docs/caextract.html | |
;##################################################### | |
; Enable curl extension module | |
extension=curl.so | |
curl.cainfo="/etc/ssl/certs/ca-bundle.crt" |
Good job.
thanks
It doesn't work.
Thanks!!!
Thanks very useful
Thanks !!! Show !
doesn't worked for me.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thx a lot, saved me lot of time