Ad Widget

Collapse

Webcheck of HTTPS issue (timeout)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minimalne4
    Junior Member
    • Apr 2015
    • 1

    #1

    Webcheck of HTTPS issue (timeout)

    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
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    It can be problem with used SSL implementation in libcurl - https://support.zabbix.com/browse/ZBX-727
    Try to compile your server with right libraries (libcurl, no libcurl4-gnutls or libcurl4-nss).

    I think that Debian has especially this problem.
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...