fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

HTTP works, but HTTPS fails with SRVE0017W - Websphere

This is a discussion on HTTP works, but HTTPS fails with SRVE0017W - Websphere ; 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. ...


Fix Unix > Application Servers > Websphere > HTTP works, but HTTPS fails with SRVE0017W

Reply
 
LinkBack Tools
  #1  
Old 12-11-2007, 10:42 AM
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
  #2  
Old 12-11-2007, 11:35 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: HTTP works, but HTTPS fails with SRVE0017W

I'm not sure about this but perhaps this may help:



http://www-1.ibm.com/support/docview...;context=SSEQT J&uid=swg21114864



Basically it looks like you have to do some configuration to get the web server to change the SSL to non-SSL.



That web page seems to talk about http -> https, however it might work the other way also.
Reply With Quote
  #3  
Old 12-11-2007, 01:48 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default 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
Reply With Quote
  #4  
Old 12-11-2007, 01:54 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: HTTP works, but HTTPS fails with SRVE0017W

Bruce,
You are correct. Rewriting HTTP requests to HTTPS in the httpd.conf is
the solution.
I have mine configured like that and it is working just fine.
Regards,
Gabriel


On Dec 11, 6:35 am, Bruce wrote:
> I'm not sure about this but perhaps this may help:

>

> http://www-1.ibm.com/support/docview..wss?rs=177&context=SSEQTJ&uid=swg21114864

>

> Basically it looks like you have to do some configuration to get the web server to change the SSL to non-SSL.

>

> That web page seems to talk about http -> https, however it might work the other way also.


Reply With Quote
  #5  
Old 12-13-2007, 09:39 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: HTTP works, but HTTPS fails with SRVE0017W

Hi Ken,



Genius. Exactly the problem. Even though the request to the web app is on port 9080 and in http not https the request embeds the original port number and the virtual host (in my case default_host) needs to have *.443 added as a Host Alias.



thanks for all the help guys.



Archie
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
url to use http or https unix Websphere 1 05-19-2009 09:22 PM
change from HTTPS -> HTTP unix Websphere 2 10-17-2008 01:40 PM
IHS not able to send rqst to WAS for https , http works fine unix Websphere 5 10-08-2007 03:34 PM
Https and Http unix Redhat 1 10-07-2007 08:35 AM
Converting http to https unix TCP-IP 0 10-02-2007 09:52 PM


All times are GMT. The time now is 10:50 AM.