ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
504 stars 95 forks source link

The Certificate is revoked, but exporter ssl_ocsp_response_status is Good #122

Open leo69github opened 1 year ago

leo69github commented 1 year ago

Domain www.dfgame777.com Revocation status is Revoked,

It is correct that status is revoked. Below website result is correct: https://www.ssllabs.com/ssltest/analyze.html?d=www.dfgame777.com

HELP ssl_ocsp_response_status The status in the OCSP response 0=Good 1=Revoked 2=Unknown

But the ssl_exporter show: >ssl_ocsp_response_status 0

==================================== Request to exporter like below: http://10.0.8.77:9219/probe?module=https&target=www.dfgame777.com

modules:  https:  prober: https   tls_config:    insecure_skip_verify: false ==================================== I have no idea what's wrong...