Forum Discussion

Stefan_Klotz_85's avatar
Jul 30, 2014
Solved

How to verify HTTPS monitor via CLI with version 10.x and Route Domains

I sometimes have the requirement to verify the reason of a red HTTPS monitor via CLI. I know already this command: openssl s_client -connect :443 But this doesn't seem to work correctly...
  • joek_44162's avatar
    Jul 30, 2014

    Curl works with route domains in v10. openssl my work also... I format my IPv6 address differently.

    curl -vk https://2620:0000:0C10:F501:0000:000$rd:$node_ip
    

    This example uses RD 1 with ip 10.10.10.10

    curl -vk https://2620:0000:0C10:F501:0000:0001:10.10.10.10