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

Add a blog post link about dynamic client SSL context #609

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions _posts/2024-05-07-dynamic-client-ssl-context.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: 'Dynamic client SSL context that automatically delegates to different SSLContexts based on the host and port of the peer'
date: 2024-05-07
tags: elytron dynamic client ssl context
author: dvilkola
synopsis: Learn about the new Dynamic Client SSL Context feature.
link: https://wildfly-security.github.io/wildfly-elytron/blog/dynamic-client-ssl-context/
---

WildFly 32 introduces the ability to configure a dynamic client SSL context. The dynamic client SSL context will dynamically switch between different SSL contexts based on the host and port of the peer. The host and port rules can be specified in the authentication context. This blog post demonstrates how to use this new resource.