Jump to content

unable to get ssl for curl


hisoka

Recommended Posts

I downloaded curl for windows xp 32 bit from this site :

 

http://curl.haxx.se/download.html

 

Win32 - Generic section

 

the one I downloaded in the above section was :

 

Win32 2000/XP zip 7.40.0 libcurl SSL

Günter Knauf 3.37 MB

 

and it works . However when I try to access a site that uses SSL , like this :

 

curl https://www.example.com

 

I got this error :

 

curl : 60 SSL certificate problem : unable to get local issuer certificate

 

More details : http://curl.haxx.se/docs/sslcerts.html

 

I went to http://curl.haxx.se/docs/sslcerts.html and tried to find the solution to my problem but I could not . I read the pdf documentation that was installed with curl but I could not find the solution to the problem. I installed other versions in the Win32 - Generic section , but when I run them , it says curl.exe is not a 32 bit windows application . I googled many articles but they did not help me . I am really stuck . I need help

Link to comment
Share on other sites

If I search for that error message I see a lot of articles talking about how you need to install the issuer or root certificate so that cURL can verify that the certificate was issued by an authority.edit: moved to General, this is not a PHP question

Link to comment
Share on other sites

"If I search for that error message I see a lot of articles talking about how you need to install the issuer or root certificate...."

 

None of the articles I read helped me solve my problem . If you say there a lot of articles that show me how to install root certificate in windows 32 bit + enabling ssl in win32 curl then I will be thankful if you provide me of some of them

Link to comment
Share on other sites

how to install root certificate in windows 32 bit + enabling ssl in win32 curl

I literally searched for that exact text and found this:http://stackoverflow.com/questions/9507353/how-do-i-install-set-up-and-use-curl-on-a-windowsSearching for the error message has this as the very first result:http://stackoverflow.com/questions/24611640/curl-60-ssl-certificate-unable-to-get-local-issuer-certificateWhich leads to this:http://support.gnip.com/articles/curl-on-win7.htmlThere are plenty of other resources out there if you just take a little time to try and understand what you're reading:http://stackoverflow.com/questions/23885449/unable-to-resolve-unable-to-get-local-issuer-certificate-using-git-on-windows
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...