{{ t('search.title') }}

https://
{{ getLoadingTitle() }}
{{ t(step.name) }}
{{ t(step.statusText) }}
Site Icon
{{ domain }}
{{ t('header.ip') }}: {{ ipAddress }} {{ t('header.server') }}: {{ server }}
{{ t('header.title') }}: {{ siteTitle }}
{{ getCheckTimeLabel() }}: {{ detectTime }}
{{ getQRCodeHint() }}
{{ t('export.pdf') }}
{{ t('sections.overview') }}

{{ t('overview.description') }}

{{ t('overview.rating') }}
{{ currentRating }}
ATS {{ checkATS ? t('common.compliant') : t('common.notCompliant') }}
PCI DSS {{ checkPCI ? t('common.compliant') : t('common.notCompliant') }}
{{ t('overview.downgradeReasons') }}
  • {{ translateDowngradeReason(reason) }}
{{ t('sections.certificate') }}
{{ t('cert.trustStatus') }} {{ certInfo.trustStatus || '-' }}
{{ t('cert.revocationStatus') }} {{ translateStatus(certInfo.revocationStatus) || '-' }}
{{ t('cert.commonName') }} {{ certInfo.commonName || '-' }}
{{ t('cert.issuer') }} {{ certInfo.issuer || '-' }}
{{ t('cert.sni') }} {{ certInfo.sni || '-' }}
{{ t('cert.weakKey') }} {{ certInfo.weakKey || '-' }}
{{ t('cert.algorithm') }} {{ certInfo.algorithm || '-' }}
{{ t('cert.signature') }} {{ certInfo.signature || '-' }}
{{ t('cert.ctPolicy') }} {{ certInfo.ctPolicy || '-' }} {{ certInfo.ctPolicy || '-' }}
{{ t('cert.brand') }} {{ certInfo.brand || '-' }}
{{ t('cert.type') }} {{ certInfo.type || '-' }}
{{ t('cert.validFrom') }} {{ certInfo.validFrom || '-' }}
{{ t('cert.validTo') }} {{ certInfo.validTo || '-' }}
{{ t('cert.validity') }} {{ certInfo.validity || '-' }}
{{ t('cert.ocspStapling') }} {{ certInfo.ocspStapling || '-' }}
{{ t('cert.ocspMustStaple') }} {{ certInfo.ocspMustStaple || '-' }}
{{ t('cert.organization') }} {{ certInfo.organization || '-' }}
{{ t('cert.department') }} {{ certInfo.department || '-' }}
{{ t('cert.san') }}
{{ t('sections.certificateChain') }}
{{ getNoChainInfoText() }}
根证书 证书
颁发给 {{ cert['颁发给'] || cert['详细信息']?.['主题信息']?.['通用名称(CN)'] || '-' }}
颁发者 {{ cert['颁发者'] || cert['详细信息']?.['签发者信息']?.['通用名称(CN)'] || '-' }}
有效期 {{ getValidityWithDays(cert) }}
{{ getNoChainInfoText() }}
根证书 证书
颁发给 {{ cert['颁发给'] || cert['详细信息']?.['主题信息']?.['通用名称(CN)'] || '-' }}
颁发者 {{ cert['颁发者'] || cert['详细信息']?.['签发者信息']?.['通用名称(CN)'] || '-' }}
有效期 {{ getValidityWithDays(cert) }}
{{ t('sections.protocol') }}

{{ t('protocol.supported') }}

{{ protocol.name }} {{ protocol.supported ? '支持' : '不支持' }}

{{ t('protocol.cipherSuites') }}

{{ protocol }}
{{ language === 'zh' ? '(服务器顺序优先)' : '(Server order preference)' }}
{{ suite.name }} ({{ suite.hexCode }}) FS {{ suite.keySize }} bits
{{ t('sections.details') }}
{{ detail.name }} {{ translateStatus('支持') }} {{ detail.value.replace('支持', '').trim() }} {{ translateStatus('不支持') }} {{ detail.value.replace('不支持', '').trim() }} {{ translateStatus('是') }} {{ detail.value.replace('是', '').trim() }} {{ translateStatus('否') }} {{ detail.value.replace('否', '').trim() }} {{ translateStatus(detail.value) }}
{{ t('sections.vulnerabilities') }}
{{ t('vuln.affected') }}
{{ t('vuln.description') }}
{{ t('vuln.risk') }}
{{ key }}
{{ translateStatus(value['是否影响']) }}
{{ value['说明'] }}
{{ value['危险系数'] }}
{{ t('sections.clients') }}
{{ t('client.userAgent') }} {{ t('client.algorithm') }} {{ t('client.tlsVersion') }} {{ t('client.cipherSuite') }}
{{ client.userAgent }} {{ client.certificateAlgorithm || '-' }} {{ client.tlsVersion }}{{ client.protocolNegotiated ? '>' + client.protocolNegotiated : '' }} {{ client.cipherSuite || '-' }}
{{ t('sections.compatibility') }}
{{ key }}

{{ t('captcha.title') }}

{{ t('captcha.message') }}

验证码 {{ t('captcha.refreshHint') }}
{{ captchaError }}

{{ t('sections.certificateChain') }} - {{ t('cert.details') || '详情' }}

{{ getNoChainInfoText() }}
#{{ index + 1 }} {{ index === serverCertificateChain.length - 1 ? '根证书 (Root CA)' : index === 0 ? '叶证书 (Leaf/Server)' : '中间证书 (Intermediate CA)' }}
颁发给 (Subject): {{ cert['颁发给'] || cert['详细信息']?.['主题信息']?.['通用名称(CN)'] || '-' }}
颁发者 (Issuer): {{ cert['颁发者'] || cert['详细信息']?.['签发者信息']?.['通用名称(CN)'] || '-' }}
有效期 (Validity): {{ getValidityWithDays(cert) }}
序列号 (Serial Number): {{ cert['详细信息']?.['序列号'] || '-' }}
签名算法 (Signature Algorithm): {{ cert['详细信息']?.['签名算法'] || '-' }}
指纹 (SHA-1): {{ cert['详细信息']?.['指纹']?.['SHA-1'] || '-' }}
指纹 (SHA-256): {{ cert['详细信息']?.['指纹']?.['SHA-256'] || '-' }}