How to set SSL port range in fabric mode ?

Solution Unverified - Updated -

Issue

  • I've managed to setup SSL container in fabric environment using org.ops4j.pax.web.properties configuration 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 SSL port. 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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.