warthog
warthog copied to clipboard
"failed to add server CA's certificate"
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?
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.