|
Home > Archive > WebSphere Application Server > December 2005 > SSL on WebSphere - Cluster
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SSL on WebSphere - Cluster
|
|
| sljiva 2005-12-20, 8:38 am |
| Hi,
I have problems using SSL in WebSphere AppServer if webapplication is installed on cluster.
I configured it as follows:
In System Administration >> Deployment Manager >> HTTP Transports: ports 9080, 9090 and SSL-ports 9043,9443,443 are listed. Every Port ist assigned to all hosts(*).
In Environment >> Virtual Hosts I got two hosts:
admin_host with Hostaliases 9090,9043
default_host with hostaliases 9080,80,9443,443
Installed Webapplications are mapped to default_host
So, no application works if a port is specified in the URL, only port 80 works.
Error messages:
If typing:
1. "https://xy.com:9443/appname/"
Browser says "Virtual Host or Web Application Not Found.The web group /appname/ has not been defined
2. "https://xy.com:443/appname/"
"The requested URL could not be retrieved. Connection Failed
The system returned: (111) Connection refused. The remote host or network may be down. Please try the request again.
Thanks for any help
sljiva | |
| Ian Burnett 2005-12-21, 2:53 am |
| sljiva wrote:
> Hi,
> I have problems using SSL in WebSphere AppServer if webapplication is
> installed on cluster.
>
> I configured it as follows:
>
> In System Administration >> Deployment Manager >> HTTP Transports:
> ports 9080, 9090 and SSL-ports 9043,9443,443 are listed. Every Port ist
> assigned to all hosts(*).
>
> In Environment >> Virtual Hosts I got two hosts:
> admin_host with Hostaliases 9090,9043
> default_host with hostaliases 9080,80,9443,443
>
> Installed Webapplications are mapped to default_host
>
> So, no application works if a port is specified in the URL, only port
> 80 works.
>
> Error messages:
> If typing:
> 1. "https://xy.com:9443/appname/"
> Browser says "Virtual Host or Web Application Not Found.The web group
> /appname/ has not been defined
> 2. "https://arsappsrv1.hertz-straub.de:443/OnlineReservierung/"
> "The requested URL could not be retrieved. Connection Failed
> The system returned: (111) Connection refused. The remote host or
> network may be down. Please try the request again.
>
> Thanks for any help
> sljiva
Have you updated the plugin for the HTTP server?
Ian
--
Ian Burnett :: IBM Hursley, UK
| |
|
| Why are you putting so many ports on Deployment Manager? Is this jvm host your application? If no, you are going in a totally different path.
Thanks,
Sandeep
|
|
|
|
|