]
Teresa Miyar moved JBEAP-16140 to WFLY-11584:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11584 (was: JBEAP-16140)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Migration
(was: Migration)
(was: Web (JBoss Web))
(was: Web (Undertow))
Legacy Web migrate op fails if a connector has scheme https and no
SSL config
-----------------------------------------------------------------------------
Key: WFLY-11584
URL:
https://issues.jboss.org/browse/WFLY-11584
Project: WildFly
Issue Type: Bug
Components: Migration
Reporter: Teresa Miyar
Assignee: Teresa Miyar
Priority: Major
Attachments: standalone.xml
If we set an attribute 'scheme' of 'http' connector as 'https' [
scheme="https" ] and no SSL config, in 'web' subsystem, then migrate op
fails:
{code}
[standalone@localhost:9990 /] /subsystem=web:migrate
{
"outcome" => "failed",
"result" => {"[(\"extension\" =>
\"org.wildfly.extension.undertow\")]" => {
"outcome" => "failed",
"result" => [("undertow" => "4.0.0")],
"rolled-back" => true
}},
"failure-description" => "WFLYWEB0004: Could not migrate SSL
connector as no SSL config is defined",
"rolled-back" => true
}
{code}
Steps to Reproduce:
1. Replace EAP 7.1 default standalone.xml configuration with the one attached
2. Start JBoss EAP 7.1 in mode admin-only
3. Start CLI and invoke web subsystem migrate op [^standalone.xml]