JBoss Community

Can't get access to admin-console via HTTPS

created by opalo in Beginner's Corner - View the full discussion

Hi,

I've JBoss bound to localhost and hidden behind Apache https server. JBoss + Apache are serving connections through HTTPS protocol. I would like to configure admin-console to be also accessible via HTTPS. I've the following entry in Apache's configuration:

 

    <Location /admin-console>
            ProxyPass                   http://localhost:8080/admin-console
            ProxyPassReverse    http://localhost:8080/admin-console
    </Location>

 

When I open https://host/admin-console it works well but after committing entered username and password the server redirects to: http://localhost:8080/admin-console/login.seam which results in error. How to fix that?

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community