View Single Post
  #1  
Old 12-11-2007, 10:42 AM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default HTTP works, but HTTPS fails with SRVE0017W

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
Reply With Quote