webcheck_ssl
Verify a website's SSL certificate by retrieving and inspecting its certificate chain for any URL or domain.
Instructions
Fetch SSL certificate chain for a URL via Web Check /ssl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL or domain (https:// added if missing) | |
| timeout | No | Per-request timeout seconds | |
| base_url | No | Web Check API base (default env WEB_CHECK_BASE_URL or https://web-check.as93.net/api) | |
| max_chars | No | Truncate each check payload to this many JSON chars |