Hoverfly proxying to local services using internal CA #1197
Closed
andresilvaluiz
started this conversation in
General
Replies: 1 comment
-
Since hoverfly uses self-signed cert as well, you can either add the hoverfly CA into your machine's trusted CA store, or passing the cert using the The above sorts out the SSL termination between
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If my backend services use certificates signed by an internal CA, how should I configure Hoverfly as a proxy for these services? I generated a certificate signed by that CA and provided it as -cert and -key. But still, curl fails because of the self signed certs.
Beta Was this translation helpful? Give feedback.
All reactions