-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.8-GA
-
False
-
False
-
%
-
build3
-
Undefined
-
-
It seems like jmx security does not work. In order to access JMX in previous version it has been required to set two JVM options:
javax.net.ssl.trustStore
javax.net.ssl.trustStorePassword
since fuse-7.8 I am able to work with jmx even without specifying these properties.
To easily reproduce this problem I am attaching important files.
file etc/org.apache.karaf.management.cfg modified as follows (you can just append it to your file):
secured = true
secureProtocol = TLSv1
enabledProtocols = TLSv1
keyStore = sample_keystore
keyAlias = jbossalias
trustStore = sample_keystore
keyStoreAvailabilityTimeout = 30000