Replies: 1 comment 1 reply
-
micronaut.http.client.ssl.insecure-trust-all-certificates |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Recently we upgraded our codebase from Micronaut 3.7.3 to Micronaut 3.10.3. We use SSL connectivity for Integration tests as well as connecting our application locally. In older version it seems like host verification was disabled by default. In the newer version, I see that it is breaking because of DNS matching. We are looking for a way to disable hostname checking for our Integration tests. Please help me resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions