forked from quic-go/quic-go
return the local TLS error, but don't send it on the wire
This commit is contained in:
@@ -138,8 +138,7 @@ var _ = Describe("Handshake tests", func() {
|
||||
tlsConf,
|
||||
clientConfig,
|
||||
)
|
||||
// TODO: check the error returned locally here
|
||||
Expect(err).To(HaveOccurred())
|
||||
Expect(err).To(MatchError("CRYPTO_ERROR: x509: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs"))
|
||||
})
|
||||
|
||||
It("fails the handshake if the client fails to provide the requested client cert", func() {
|
||||
|
||||
Reference in New Issue
Block a user