]
Teresa Miyar updated WFLY-11584:
--------------------------------
Affects Version/s: 15.0.1.Final
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
Affects Versions: 15.0.1.Final
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]