You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Craig W (JIRA)" <ji...@apache.org> on 2014/01/24 18:41:40 UTC

[jira] [Created] (APLO-347) Action not Authorized Errors when viewing admin interface over HTTPS

Craig W created APLO-347:
----------------------------

             Summary: Action not Authorized Errors when viewing admin interface over HTTPS
                 Key: APLO-347
                 URL: https://issues.apache.org/jira/browse/APLO-347
             Project: ActiveMQ Apollo
          Issue Type: Bug
          Components: apollo-website
    Affects Versions: 1.6
         Environment: CentOS 6, RHEL 5.5
            Reporter: Craig W


I've setup Apollo 1.6 and I've enabled the web admin interface over http and https:

<web_admin bind="http://0.0.0.0:8161" />
<web_admin bind="https://0.0.0.0:8162" />

If I access the interface over HTTP, I get the login form, which I fill-out and can then access the page.

If I logout of the HTTP session, and then try to access the interface over HTTPS, I immediately get into the web admin interface, but the "Action not authorized" banner is shown, over and over (I guess for each failed request).

The workaround to avoid seeing those errors when accessing the web admin over HTTPS is to first login via HTTP, then go to the https URL.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)