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

doc: document how to Disable hostname verification in ssl config #11526

Open
wants to merge 4 commits into
base: 4.8.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/main/docs/guide/httpClient/httpClientImplementations/netty…
…HttpClient.adoc

Co-authored-by: Graeme Rocher <graeme.rocher@oracle.com>
  • Loading branch information
sdelamo and graemerocher authored Jan 30, 2025
commit 2a006571f38a3506fc0e515b63538aa9c5011330
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dependency:micronaut-http-client[]

== Disable hostname verification in ssl config

It may be necessary in a testing or development environment to disable hostname verification.

To disable hostname verification in your test classpath, you could create a <<replaces, Bean Replacement>> in `src/test/java`:
sdelamo marked this conversation as resolved.
Show resolved Hide resolved

[source,java]
Expand Down
Loading