https connection using CURL from command line
I had the same problem – I was fetching a page from my own site, which was served over HTTPS, but curl was giving the same “SSL certificate problem” message. I worked around it by adding a -k flag to the call to allow insecure connections. Edit: I discovered the root of the problem. I was using … Read more