Author |
Message
|
fcotait |
Posted: Wed Jan 14, 2004 9:35 am Post subject: WMQI5.0 + WebServices + HTTPS/SSL |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
|
Hi all,
I need to make a WebServices in WBIMB using HTTPS/SSL. I now HTTPS isn´t supported in WBIMB.
Using HTTP is working very well.
Does anyone have a solution to do this ?
Any help is welcome !!!
Thanks _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator |
|
Back to top |
|
 |
Robert |
Posted: Wed Jan 14, 2004 4:43 pm Post subject: |
|
|
Apprentice
Joined: 22 Aug 2002 Posts: 46 Location: Quebec, Canada
|
Hi,
You could "front" WBIMB with an HTTP server such as Apache.
You could create two VirtualHosts (for port 80 and for port 443) and use, in
the VH on port 80, the Redirect directive...
(http://httpd.apache.org/docs/mod/mod_alias.html#redirect).
And your broker will gain additional protection against denial of services attacks...
Robert. |
|
Back to top |
|
 |
fcotait |
Posted: Fri Feb 06, 2004 10:39 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
|
Hi Robert,
I created Http Server (IBM HTTP Server 1.3.2 with configurations above
VirtualHost (myserver:7077)
http://myserver:7077/WS
redirect /WS https://myserver:6701/WS
VirtualHost (myserver:6701)
https://myserver:6701/WS
redirect /WS http://myserver:7080/WS
I have 2 message flows:
1-) Send Message HTTP: This send a message to http://myserver:7077/WS in HTTP Request Node
2-) Receive Message HTTP: This receive a message from http://myserver:7080/WS in HTTP Input Node
To make a test I put a message into message flow and it send request to http://myserver:7077/WS, but the message fail (error out) without a explanation
The broker open the port 7080
Any Idea ?
Thanks a lot _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator |
|
Back to top |
|
 |
fcotait |
Posted: Wed Feb 11, 2004 10:13 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
|
I´m using the option Follow HTTP redirection checked in the HTTPRequest Node.
When I redirect HTTP to HTTP to HTTP (for example) works OK, but when I tried HTTP to HTTPS to HTTP isn´t work (error terminal).
Reading more, when the message out in the error terminal, the Web service responses that contain an HTTP status code of 300 through 399 and to correct this, the option "Follow HTTP redirection" that be checked. _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator |
|
Back to top |
|
 |
fcotait |
Posted: Thu Feb 26, 2004 12:14 pm Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
|
Hi all,
I found a solution to do HTTPS with WBIMB
The HTTP server isn´t necessary. To did HTTPS I used the software Stunnel with OpenSSL
For more information: www.stunnel.org _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator |
|
Back to top |
|
 |
BineBlue |
Posted: Wed Jun 16, 2004 1:30 am Post subject: |
|
|
Novice
Joined: 12 Nov 2003 Posts: 17
|
Hi Filipe,
i have the same problem you have with the https Request. Can you tell me, how to configure the virtual host ? I have problems with the httpd.conf
Thanks
Sabine |
|
Back to top |
|
 |
fcotait |
Posted: Wed Jun 16, 2004 7:59 am Post subject: |
|
|
 Acolyte
Joined: 28 Feb 2002 Posts: 63 Location: Sao Paulo - Brazil
|
I didn´t use a HTTP server to do Https with WBIMB. You only have to configure the software Stunnel.
www.stunnel.org to see how to configure this software. _________________ Filipe Cotait
IBM Certified System Administrator - WebSphere MQ
IBM Certified Specialist - MQSeries, WebSphere MQ Integrator |
|
Back to top |
|
 |
Paul D |
Posted: Thu Jun 24, 2004 6:08 am Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 200 Location: Green Bay Packer Country
|
I heard a rumor that you can get HTTPS support for MB v5 from Hursley if you ask for it. Call support or your acct manager for details. We have not yet followed up on this, but that is our understanding. _________________ Thanks!!!
Paul D |
|
Back to top |
|
 |
|