-
Bug
-
Resolution: Done
-
Minor
-
AMQ 7.2.2.GA
-
None
-
Medium
-
-
+
-
Verified in a release
-
1. there is NO documentation on how to allow a remote client access hawtio. This is filed under https://issues.jboss.org/browse/FUSEDOC-2951
2. In order to get a remote client access to hawtio, there are two parts to make changes
2.1 add the remote host (if not set it allows any one to access it)
<remote> <host>127.0.0.1</host> <host>localhost</host> <host>10.0.0.0/16</host> </remote>
2.2 Change the
<cors>
<!-- Allow cross origin access only within localhost-->
<allow-origin>http*://<serverFDQN>:*</allow-origin>
3. This bug problem is in #2.1 when <host> is using a FQDN, it won't work.
<remote> <host>myclient.mycompany.com</host> </remote>
It only works when it is an IP address or an IP range.
- clones
-
ENTESB-9921 In jolokia-access.xml, allowing a remote access using FQDN doesn't work.
- Closed
- is cloned by
-
ENTMQBR-3572 In jolokia-access.xml, allowing a remote access using FQDN doesn't work.
- Closed
-
ENTMQBR-3649 Doc: In jolokia-access.xml, allowing a remote access using FQDN doesn't work.
- Closed
- relates to
-
ENTESB-11610 In jolokia-access.xml, allowing a remote access using FQDN doesn't work
- Closed
-
ENTMQBR-4340 Enable Proxy Forwarding
- Closed