hello:
I am checking out the new web monitoring section of 1.3.3. I have been able to define simple website checks with this and it looks pretty cool. My question is that I have several websites using self signed certificates, this does not seem to work with the 1.3.3 stuff, the error in the server log is:
16440:20070309:213549 Error doing curl_easy_perform [problem with the SSL CA cert (path? access rights?)]
So if I do this on the self signed cert site:
curl https://thesite.somewhere.com
I do get the cert error, but when I do
curl -k https://thesite.somewhere.com
The site works fine. So how do I pass the -k parameter to curl to check sites with self signed certs?
I am checking out the new web monitoring section of 1.3.3. I have been able to define simple website checks with this and it looks pretty cool. My question is that I have several websites using self signed certificates, this does not seem to work with the 1.3.3 stuff, the error in the server log is:
16440:20070309:213549 Error doing curl_easy_perform [problem with the SSL CA cert (path? access rights?)]
So if I do this on the self signed cert site:
curl https://thesite.somewhere.com
I do get the cert error, but when I do
curl -k https://thesite.somewhere.com
The site works fine. So how do I pass the -k parameter to curl to check sites with self signed certs?
Comment