-
Bug
-
Resolution: Done
-
Major
-
7.1.3.Final (EAP)
-
None
-
Workaround Exists
-
The default redirect port for the 8080 connector is 8433. Seems that this is wrong as socket-bindings use 8443 (and former releases also)
[standalone@localhost:9999 /] /subsystem=web/connector=http:read-resource
{
"outcome" => "success",
"result" =>
}
The pre-configured "https" socket binding conversely is 8443:
[standalone@localhost:9999 socket-binding=https] /socket-binding-group=standard-sockets/socket-binding=https:read-resource
{
"outcome" => "success",
"result" =>
}
- is related to
-
WFLY-1070 Add a redirect-socket configuration to the web connector config
- Closed