Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm trying to deploy a route on karaf, in this route i have a cxf with a https connexion,i have modified a org.ops4j.pax.web.cfg like this :
org.osgi.service.http.port=8040
org.osgi.service.http.port.secure=8081
org.osgi.service.http.secure.enabled=true
org.ops4j.pax.web.ssl.keystore.type=pkcs12
org.ops4j.pax.web.ssl.keystore=${karaf.base}/etc/aveo/cert/file.p12
org.ops4j.pax.web.ssl.password=pass
org.ops4j.pax.web.ssl.keypassword=pass
org.ops4j.pax.web.config.file=${karaf.base}/etc/jetty.xml
I have added a cert in firefox, but when i try access my wsdl I have got the following error :
2015-11-17 11:53:33,661 | WARN | qtp703264812-163 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving
peer's close_notify: possible truncation attack?
2015-11-17 11:53:33,666 | WARN | qtp703264812-159 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLException: Inbound closed before receiving
peer's close_notify: possible truncation attack?
2015-11-17 11:53:33,679 | WARN | qtp703264812-161 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain
2015-11-17 11:53:33,687 | WARN | qtp703264812-158 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain
2015-11-17 11:53:33,698 | WARN | qtp703264812-159 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain
2015-11-17 11:53:33,705 | WARN | qtp703264812-161 | nio | tty.io.nio.SelectChannelEndPoint 652 | 58 - org.eclipse.jetty.util - 7.6.9.v20130131 | javax.net.ssl.SSLHandshakeException: null cert chain
can you help me ?
best regard.