
12-11-2007, 01:48 PM
|
| Junior Member | | Join Date: Sep 2009
Posts: 0
| |
Re: HTTP works, but HTTPS fails with SRVE0017W robin.williamson@elliotconsulting.com wrote:
> I've got a problem with SSL.
>
> First I'm not trying to use SSL between IBM HTTP server and WebSphere. Only from Web Browser to Web Server. This part works i.e. I am prompted with the Server Cert in the browser.
>
> I've configured plugin-cfg.xml to route calls to the app srv on port 9080 only. i.e. no definition for HTTPS.
>
> When I request the URL on http://myhost/mypage.jsp it works fine
>
> If I change to https://myhost/mypage.jsp I get a page not found error.
>
> The plugin-cfg.log shows that the request is matched up fine, it gets sent to the appserv, but is bounced back with SRVE0017W: A WebGroup/Virtual Host to handled /mypage.jsp has not been defined.
>
> Any ideas all.
>
> thanks in advance
>
> Archie
>
Archie,
Check that the virtual host the app is installed on includes port 443.
Ken |