[jboss-jira] [JBoss JIRA] (AS7-5016) SSL Error with Admin Console - Unexpected HTTP response: 403 Request { "operation" => "read-attribute", "name" => "process-type", "address" => [] } Response Forbidden No detail
Jess Sightler (JIRA)
jira-events at lists.jboss.org
Tue Jun 19 09:14:12 EDT 2012
[ https://issues.jboss.org/browse/AS7-5016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702207#comment-12702207 ]
Jess Sightler commented on AS7-5016:
------------------------------------
I just confirmed that it works in Firefox here as well.
> SSL Error with Admin Console - Unexpected HTTP response: 403 Request { "operation" => "read-attribute", "name" => "process-type", "address" => [] } Response Forbidden No detail
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AS7-5016
> URL: https://issues.jboss.org/browse/AS7-5016
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.1.2.Final (EAP)
> Environment: Reproducible against master using Google Chrome.
> Reporter: Jess Sightler
> Assignee: Darran Lofthouse
> Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
>
>
> 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"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list