How to set SSL port range in fabric mode ?
Issue
- I've managed to setup
SSLcontainer in fabric environment usingorg.ops4j.pax.web.propertiesconfiguration below:
org.osgi.service.http.enabled=false
org.osgi.service.http.secure.enabled=true
org.osgi.service.http.port.secure=8443
org.ops4j.pax.web.ssl.keystore=profile:keystore.jks
org.ops4j.pax.web.ssl.keystore.type=JKS
org.ops4j.pax.web.ssl.password=aditya
org.ops4j.pax.web.ssl.keypassword=aditya
- Now I want to use port range for that
SSLport. Using configuration above, second container will not open secure port. I've tried to set below but it didn't work, secure port didn't open in any container.
org.osgi.service.http.port.secure=[8443,8543]
Environment
- Red Hat JBoss Fuse
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.