We can configure GSLB(SDNS) service HTTP/HTTPS Health Check template either using http1.0 version or http1.1 version.
This command is used to define an HTTP-type health check template. In the request line we can define http1.0 or http1.1 version in the request string.
This command is used to define an HTTPS-type health check template. In the request line we can define http1.0 or http1.1 version in the request string.
Below is the example Https monitor template configuration which is using http1.0.
#sdns monitor https "HC1_70_214" "GET /CLP/Adminlogin.php HTTP/1.0rnHost:192.168.70.214rnrn" "200 OK" "up" 5 5 3 192.168.70.214 0 0.0.0.0 0.0.0.0
#sdns monitor https "HC3_70_93" "HEAD /CLP/Adminlogin.php HTTP/1.0rnHost:192.168.70.93rnrn" "403 Forbidden" "up" 5 5 3 192.168.70.93 0 0.0.0.0 0.0.0.0
Below is the example Https monitor template configuration which is using http1.1
#sdns monitor https "HC1_70_214" "GET /CLP/Adminlogin.php HTTP/1.1rnHost:192.168.70.214rnrn" "200 OK" "up" 5 5 3 192.168.70.214 0 0.0.0.0 0.0.0.0
#sdns monitor https "HC3_70_93" "HEAD /CLP/Adminlogin.php HTTP/1.1rnHost:192.168.70.93rnrn" "403 Forbidden" "up" 5 5 3 192.168.70.93 0 0.0.0.0 0.0.0.0