HttpRouter making a secure request to port 9443 instead of the default port 443
Issue
- Migrating from one AIX machine to another. In the old setup JBoss used to contact CRM provider on port 443, and the in ew setup JBoss is trying to contact CRM provider on port 9443 and failing. How/where this port is configured?
- CRM request is made using HttpRouter:
<action class="org.jboss.soa.esb.actions.routing.http.HttpRouter" name="query-right-now"> <property name="Content-Type" value="application/x-www-form-urlencoded"/> <property name="method" value="POST"/> <property name="endpointUrl" value="${crm.endpoint}"> <http-client-property name="keystore" value="${javax.net.ssl.trustStore}"/> <http-client-property name="keystore-passw" value="${javax.net.ssl.trustStorePassword}"/> </property> </action>
- The crm.endpoint property is a secure url using https. For example:
crm.endpoint=https://hostname/endpoint
Environment
JBoss Service Oriented Architecture Platform (SOA-P) 4.3 CP01
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
