Request to include the certificate/s in the CapturedResponse of the conformance test:
To verify the certificate served by the listener/service:
During our testing we found that roundtripper.CapturedResponse does not have a certificates field similar to http.Response(https://github.com/golang/go/blob/master/src/crypto/tls/common.go#L265). It would come in handy for testing as we currently have a wrapper for the same.
or If there is any other way in which this is already done, It would be great to know about it
Request to include the certificate/s in the CapturedResponse of the conformance test:
To verify the certificate served by the listener/service:
During our testing we found that roundtripper.CapturedResponse does not have a certificates field similar to http.Response(https://github.com/golang/go/blob/master/src/crypto/tls/common.go#L265). It would come in handy for testing as we currently have a wrapper for the same.
or If there is any other way in which this is already done, It would be great to know about it