Issue Type: Feature Request Feature Request
Affects Versions: 7.1.2.Final (EAP)
Assignee: Brian Stansberry
Components: Domain Management
Created: 18/Jun/12 1:46 PM
Description:

Configured SSL with:

<server-identities>
<ssl>
<keystore path="/path/to/server/eap6/ga/keystore/server.jks" keystore-password="password" alias="tomcat" />
</ssl>
</server-identities>

Added https="management-https" to the socket-binding for HTTP.

Built keystore with:
keytool -genkey -alias tomcat -keyalg RSA -keystore server_new.jks -storepass password

Went to:
https://localhost:9443/console/App.html

The page loaded and presented a login dialog. Invalid credentials resulted in a dialog reappearing (as expected).

Valid credentials resulted in the following error:

"The web console could not be loaded.

Unexpected HTTP response: 403 Request { "operation" => "read-attribute", "name" => "process-type", "address" => [] } Response Forbidden No detail"

Project: Application Server 7
Priority: Major Major
Reporter: Jess Sightler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira