Dominik Lenoch created ARTEMIS-673:
--------------------------------------
Summary: HTTPS for hawtio/jolokia should be bypass
Key: ARTEMIS-673
URL: https://issues.apache.org/jira/browse/ARTEMIS-673
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 1.3.0, 1.4.0
Reporter: Dominik Lenoch
Everyone can bypassing SSL/HTTPS by entering HTTP instead of HTTPS. Because
when is set <web bind="https://host:port"> element in bootstrap.xml to HTTPS,
it's allow HTTP on same port too. There is still no way how to disable HTTP.
I think that right way when is HTTPS set, just disable HTTP. -> enforce to
HTTPS by default.
But on other hand, if is really needed preserve working HTTP+HTTPS just add
option enforceHttps=False. Or something like <web
bind="http+https://host:port"> which makes more sense.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)