(I hope this is the right place for this type of question)
I'm trying to install cURL on a SuSE Linux Enterprise Server 11 sp3 machine. I'm using this action to do so:
sudo zypper install php53-devel
And I get this error message:
Refreshing service 'susecloud'. Problem retrieving the repository index file for service 'susecloud': Download (curl) error for 'http://default-ec2-update.susecloud.net/repo/repoindex.xml?cookies=0': Error code: Unrecognized error Error message: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Check if the URI is valid and accessible. Retrieving repository 'SLE11-SDK-SP3-Pool' metadata [] Download (curl) error for 'http://default-ec2-update.susecloud.net/repo/update/SLE11-SDK-SP3-Pool/sle-11-x86_64/repodata/repomd.xml': Error code: Unrecognized error Error message: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Abort, retry, ignore? [a/r/i/? shows all options]
I have very little understanding on this kind of stuff and I don't know what command should I use to update (or install?) a CA cert. I don't know where are my certificates and how do I update them.
If you can help me with this or guide me to a solution, that would be great.
Thanks.