TLS trust option for self signed certificates #708
manderson23
started this conversation in
Ideas
Replies: 0 comments
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.
-
I've found that to connect from the sandbox to an endpoint using self signed certificates I need to use
--tls-bypass. However, from reading https://docs.microsandbox.dev/networking/tls#limits this means I can no longer use secret injection with these endpoints.Tools like curl have
-kto trust self signed certificates. Would it be possible to add an option like--tls-trust *.internal.hostso that TLS interception could work and you could make use of secret injection?Beta Was this translation helpful? Give feedback.
All reactions