check_ssl_certificate
Verify that a domain serves over HTTPS with a valid SSL certificate. Checks reachability and returns HTTP status and server information.
Instructions
Check if a domain has a valid SSL/TLS certificate and is reachable.
Use this to verify a website is serving over HTTPS before
making requests. Returns HTTP status and server info.
Parameters:
domain — Domain to check (e.g. 'example.com').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |