]
Tomaz Cerar moved WFCORE-2448 to WFLY-8478:
-------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-8478 (was: WFCORE-2448)
Component/s: Security
Web (Undertow)
(was: Security)
Affects Version/s: (was: 3.0.0.Beta7)
Setting elytron ssl-context on undertow without reload
------------------------------------------------------
Key: WFLY-8478
URL:
https://issues.jboss.org/browse/WFLY-8478
Project: WildFly
Issue Type: Bug
Components: Security, Web (Undertow)
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}