-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
None
-
%
-
-
The Fabric8 gateway supports SSL termination, and has a mechanism to define certificate properties:
sslEnabled=true
keyStoreURL=file:/home/kevin/keystore.jks
keyPassword = changeit
keyStorePassword = changeit
trustStoreURL=file:/home/kevin/keystore.jks
trustStorePassword = changeit
Changing these properties appears from the logging to cause the gateway to refresh its configuration; but, in fact, no changes to the SSL configuration are actually effected. It is necessary to restart the gateway.
- relates to
-
ENTESB-6697 MQ Gateway forwarding duplicate requests to Gatway-Http.
- Closed