* ALPN: offers h2
* ALPN: offers http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [193 bytes data]
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [155 bytes data]
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
{ [51 bytes data]
* TLSv1.3 (IN), TLS handshake, Certificate (11):
{ [4943 bytes data]
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
{ [520 bytes data]
* TLSv1.3 (IN), TLS handshake, Finished (20):
{ [52 bytes data]
* TLSv1.3 (OUT), TLS handshake, Finished (20):
} [52 bytes data]
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
but HOW do I get more info from Prometheus?
Thx,
Markus
promtool debug metrics https://myserver:8181
collecting: https://myserver:8181/metrics
2022/09/09 11:15:05 http2: Transport failed to get client conn for myserver:8181: http2: no cached connection was available
error completing debug command: error executing HTTP request: Get "https://myserver:8181/metrics": EOF
If I open the url in a browser or with curl I get proper response :( Any hint what I might be missing? testssl.sh works fine too