ssllabs_exporter icon indicating copy to clipboard operation
ssllabs_exporter copied to clipboard

Getting deep analysis of the configuration of any SSL web server on the public Internet à la blackbox_exporter style.

Results 6 ssllabs_exporter issues
Sort by recently updated
recently updated
newest added

I found there are a lot (~ 6400 events/day) of error logs from SSLLabs that look like this: ```{ "_source": { "http_bytes": 0, "http_method": "GET", "http_path": "https://domain.tld:443/?SSL_Labs_Renegotiation_Test=User_Agent_May_Not_Show", "http_protocol": "https", "http_received_bytes":...

I monitor (using a home-made script) quite a few hostnames (over a 100), and planning to switch to this exporter instead. With the current implementation prometheus would be request a...

future_grade helps putting preventive actions before the actual grade is capped. https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md#endpoint Should be done as a separate metric.

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Could you provide an example how to run the container within docker-compose and a different port? I try: ``` ## docker-compose.yml ssllabs-exporter: image: anasaso/ssllabs_exporter:latest ports: - 9193:19115 restart: always networks:...

Since version `0.4.0` it's not possible to start the exporter behind a proxy. Output using Docker: ~~~ panic: failed to initialize API client. this should never happen! goroutine 1 [running]:...