-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
featurenew-httpissues that would require (or benefit from) a new HTTP APIissues that would require (or benefit from) a new HTTP APItriage
Description
Feature Description
Only these TLS-related fields are available right now:
// Response is a representation of an HTTP response
type Response struct {
// ...
Timings ResponseTimings `json:"timings"`
TLSVersion string `json:"tls_version"`
TLSCipherSuite string `json:"tls_cipher_suite"`
OCSP netext.OCSP `json:"ocsp"`
// ...
}
If each X.509 certificate in the chain provided by the server could be represented there, k6 checks could assert that no certificate expires in the next N days.
Even better: if the client certificate for the request, if any is specified, is also represented, the whole request/response pair can be used in assertions.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response
Metadata
Metadata
Assignees
Labels
featurenew-httpissues that would require (or benefit from) a new HTTP APIissues that would require (or benefit from) a new HTTP APItriage