The HTTPS operation measures the round-trip time (RTT) between a Cisco device and an HTTPS server to retrieve a web page.
The HTTPS server response time measurements consist of three types:
The HTTPS operation measures the round-trip time (RTT) between a Cisco device and an HTTPS server to retrieve a web page.
The IPSLA HTTPS operation uses the Cisco IOS XE HTTPS secure client to send the HTTPS request, process the response from
the HTTPS server and pass the response back to IPSLA.
The HTTPS server response time measurements consist of two types:
DNS lookup--RTT taken to perform domain name lookup.
HTTPS transaction time-- RTT taken by the Cisco IOS XE HTTPS secure client to send HTTPS request to the HTTPS server, get
the response from the server.
The DNS operation is performed first and the DNS RTT is measured. Once the domain name is found, request with GET or HEAD
method is sent to the Cisco IOS XE HTTPS secure client to send HTTPS request to the HTTPS server and RTT taken to retrieve
the home HTML page from the HTTPS server is measured. This RTT includes the time taken for SSL handshake, TCP connection to
the server and HTTPS transactions.
The total RTT is a sum of the DNS RTT and the HTTPS transaction RTT.
Currently, the error codes are determined, and the IP SLA HTTPS operation goes down only if the return code is not 200. Use
http-status-code-ignore command to ignore the HTTPS status code and consider the operation’s status as OK.