SSL域名证书检查器 | 快速检查证书有效性
使用SSL证书检查器,快速验证网站SSL证书的状态和有效性。提供证书信息,如到期时间、颁发者、证书链和加密协议,确保网站安全。输入域名即可获得证书分析,及时发现问题,保障在线业务。
免费在线SSL证书检查工具
检查SSL证书状态、过期时间和安全配置
主要特点
Real-time Validation
即时SSL证书验证和状态检查
Comprehensive Analysis
详细的安全评估和健康评分
Protocol Support
完整的SSL/TLS协议兼容性检查
Browser Compatibility
跨浏览器证书验证
Chain Verification
完整证书链验证
Security Alerts
关于安全问题的清晰警告
从你的AI智能体调用此工具
免费的JSON API和Model Context Protocol (MCP) 服务器。无需注册、无需API密钥、CORS开放。专为Claude、ChatGPT、Cursor、脚本和前端应用设计。
curl -X POST https://mate.tools/api/v1/ssl-check.php \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}' import urllib.request, json
req = urllib.request.Request(
"https://mate.tools/api/v1/ssl-check.php",
data=json.dumps({"domain":"example.com"}).encode(),
headers={"Content-Type": "application/json"},
)
with urllib.request.urlopen(req) as r:
print(json.load(r)) const r = await fetch("https://mate.tools/api/v1/ssl-check.php", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({"domain":"example.com"}),
});
console.log(await r.json()); 添加到 claude_desktop_config.json(Claude Desktop)、~/.cursor/mcp.json(Cursor)或任何其他MCP兼容客户端:
{
"mcpServers": {
"mate-tools": {
"command": "npx",
"args": ["-y", "@mate-tools/mcp-server"]
}
}
} 常见问题
输入域名并点击检查。验证状态、到期日、加密并给出满分100的评分。
浏览器显示警告,阻止访问,HTTPS停止工作,可能影响排名。
至少每月一次或设置到期前提醒。大多数有效期为90天到1年。
什么是SSL证书检查器?
SSL证书检查器会检查网站的SSL/TLS证书,并报告它是否有效、由谁颁发、何时到期以及信任链是否完整。使用它可以在访客看到安全警告之前发现已过期或配置错误的证书。