Re: Issue with org.eclipse.jetty.server (9.4.46.v20220331) and Pax Web (8.0.6) in KARAF 4.4.1

2022-11-07 Thread Grzegorz Grzybek
Hello I found a solution - Pax Web tries to validate whether etc/org.ops4j.pax.web.cfg matches the runtime-specific configuration In PID config you have: org.osgi.service.http.secure.enabled = true org.osgi.service.http.port.secure = 8443 org.ops4j.pax.web.listening.addresses=127.0.0.1 So Pax W

RE: Issue with org.eclipse.jetty.server (9.4.46.v20220331) and Pax Web (8.0.6) in KARAF 4.4.1

2022-11-07 Thread Vamsikrishna Koka
Hi Grzegorz, Thank you so much for looking into this. Here is entire information for etc/org.ops4j.pax.web.cfg, etc/jetty.xml and logs. Entire org.ops4j.pax.web.cfg File : org.osgi.service.http.port=8181 org.osgi.service.http.secure.enabled=true org.osgi.service.http.port.secure=8443 org.ops4j.

Re: Issue with org.eclipse.jetty.server (9.4.46.v20220331) and Pax Web (8.0.6) in KARAF 4.4.1

2022-11-07 Thread Grzegorz Grzybek
Hello Please show me your entire: - etc/org.ops4j.pax.web.cfg - etc/jetty.xml - logs I've just checked with Karaf 4.4.1 and this SSL configuration works fine: org.osgi.service.http.secure.enabled = true org.osgi.service.http.port.secure = 8443 org.ops4j.pax.web.ssl.truststore = ${karaf