-
Bug
-
Resolution: Not a Bug
-
Major
-
fuse-7.12-GA
-
None
When configuring https for undertow.xml
<interface name="secure"> <w:inet-address value="0.0.0.0" /> </interface>
will result a WARN:
2023-08-16 14:02:36,022 | WARN | (change controller) | .p.w.s.u.i.UndertowServerWrapper | 238 - org.ops4j.pax.web.pax-web-undertow - 8.0.20 | Listener defined in external configuration will be removed, because it's not enabled: AcceptingChannelWithAddress{acceptingChannel=io.undertow.protocols.ssl.UndertowAcceptingSslChannel@5a068658, address=/0.0.0.0:8183, secure=false}
Documentation suggest to use wildcard address.
step 7.