Website HTTPS & SSL Health Checker
Pricing
Pay per usage
Go to Apify Store

Website HTTPS & SSL Health Checker
Checks HTTPS availability and SSL certificate health for given URLs
Pricing
Pay per usage
Rating
5.0
(2)
Developer

SAHIL KUMAR
Maintained by Community
Actor stats
0
Bookmarked
21
Total users
6
Monthly active users
4 days ago
Last modified
Categories
Share
# Website HTTPS & SSL Health CheckerThis actor analyzes a website’s **HTTPS configuration and SSL/TLS health** to ensure secure communication.It is useful for detecting misconfigurations that could harm security, SEO, or user trust.## What this actor does- Checks HTTPS availability- Validates SSL certificate- Detects certificate expiration- Checks redirect from HTTP → HTTPS- Identifies mixed-content issues (basic)## Use cases- Security audits- SEO audits- Website monitoring- Compliance checks## Input```json{"url": "https://example.com"}
# Website HTTPS & SSL Health Checker
This actor analyzes a website’s **HTTPS configuration and SSL/TLS health** to ensure secure communication.
It is useful for detecting misconfigurations that could harm security, SEO, or user trust.
## What this actor does
- Checks HTTPS availability
- Validates SSL certificate
- Detects certificate expiration
- Checks redirect from HTTP → HTTPS
- Identifies mixed-content issues (basic)
## Use cases
- Security audits
- SEO audits
- Website monitoring
- Compliance checks
## Input
```json
{
"url": "https://example.com"
}