warthog icon indicating copy to clipboard operation
warthog copied to clipboard

"failed to add server CA's certificate"

Open Daniel15 opened this issue 2 years ago • 1 comments

I'm trying to run requests against a local dev server. I'm getting an error "failed to add server CA's certificate" even though I enabled the option to skip server certificate verification. Any ideas?

Daniel15 avatar Nov 18 '23 06:11 Daniel15

To do this, you need to rebuild the local dev server with the flag withTLS = false https://github.com/Forest33/warthog/blob/ed90537ba4cbe6fb4c528567b95bcecda195a132/deploy/testserver/main.go#L27 and specify "Use plain text HTTP/2 when connecting to server (no TLS)" in the connection settings.

Forest33 avatar Nov 21 '23 13:11 Forest33