warpgate icon indicating copy to clipboard operation
warpgate copied to clipboard

Don't verify certificate for secure websocket connections

Open Emiliaaah opened this issue 2 years ago • 0 comments

I have warpgate running in from of a service that has a self signed certificate so it's failing to establish the websocket connection. When trying to debug why the connection wasn't able to be established this is the error I across in the warpgate logs, which would make me believe warpgate isn't ignoring the certificate (while I do have this specified in the http target config).

Error { source: Some(Io(Custom { kind: InvalidData, error: InvalidCertificateData("invalid peer certificate: UnknownIssuer") })) }

Emiliaaah avatar Dec 02 '23 11:12 Emiliaaah