[jboss-jira] [JBoss JIRA] (WFLY-11584) Legacy Web migrate op fails if a connector has scheme https and no SSL config

Ilia Vassilev (Jira) issues at jboss.org
Fri Apr 19 17:34:00 EDT 2019


     [ https://issues.jboss.org/browse/WFLY-11584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilia Vassilev updated WFLY-11584:
---------------------------------
    Labels: downstream_dependency  (was: )


> 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 Gil
>            Assignee: Teresa Miyar Gil
>            Priority: Major
>              Labels: downstream_dependency
>             Fix For: 16.0.0.Beta1, 16.0.0.Final
>
>         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 at 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] 



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list