Hi all,
I am a Zabbix newbie and I have installed Zabbix 2.2 at Debian 6 server. Everything was running smoothly including webchecks of HTTP sites.
Unfortunately, when I created webcheck of a HTTPS site, I always get a timeout. Any change of timeout parameter didn't help.
I tried to find same issues at forums and blogs, however I was not successful. It is mentioned in many threads and blogs, there has to be proper installation of libcurl (curl 7.21.0). So I tried to run command at command line "curl https://www.example.com/application" and I got the correct result.
When I run it using wget ("wget https://www.example.com/application"), I get an error "ERROR: certificate common name "www.example.com""
Could anybody please help me? I am ok to perform the check without certificate check.
Thank you
Magdalena
I am a Zabbix newbie and I have installed Zabbix 2.2 at Debian 6 server. Everything was running smoothly including webchecks of HTTP sites.
Unfortunately, when I created webcheck of a HTTPS site, I always get a timeout. Any change of timeout parameter didn't help.
I tried to find same issues at forums and blogs, however I was not successful. It is mentioned in many threads and blogs, there has to be proper installation of libcurl (curl 7.21.0). So I tried to run command at command line "curl https://www.example.com/application" and I got the correct result.
When I run it using wget ("wget https://www.example.com/application"), I get an error "ERROR: certificate common name "www.example.com""
Could anybody please help me? I am ok to perform the check without certificate check.
Thank you
Magdalena
Comment