Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"failed to add server CA's certificate" #6

Open
Daniel15 opened this issue Nov 18, 2023 · 1 comment
Open

"failed to add server CA's certificate" #6

Daniel15 opened this issue Nov 18, 2023 · 1 comment

Comments

@Daniel15
Copy link

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?

@Forest33
Copy link
Owner

To do this, you need to rebuild the local dev server with the flag withTLS = false

withTLS = true
and specify "Use plain text HTTP/2 when connecting to server (no TLS)" in the connection settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants