verify_ssl_certificate
Type:
boolean
Default value:
False
Description: Activates or disables the verification of the SSL/TLS certificate when testing for URL.
Warning
If you set this index to True
, you may get false positive
result.
Indeed if the certificate is not registered to the CA or is simply
invalid and the domain is still alive, you will always get
INACTIVE
as output.
max_http_retries
Type:
integer
Default value:
3
Description: Sets the maximum number of retries for an HTTP request.