]
Darran Lofthouse moved WFLY-7329 to WFCORE-2448:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2448 (was: WFLY-7329)
Component/s: Security
Security
(was: Security)
(was: Web (Undertow))
Affects Version/s: 3.0.0.Beta7
(was: 11.0.0.Alpha1)
Setting elytron ssl-context on undertow without reload
------------------------------------------------------
Key: WFCORE-2448
URL:
https://issues.jboss.org/browse/WFCORE-2448
Project: WildFly Core
Issue Type: Bug
Components: Security, Security
Affects Versions: 3.0.0.Beta7
Reporter: Martin Choma
Assignee: Tomaz Cerar
Labels: user_experience
Please, allow setting of elytron ssl-context on undertow without reload.
{code}
[standalone@localhost:9990 /]
/subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=ssl-context,value=server)
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
{code}