Author |
Message
|
joncris |
Posted: Wed Mar 08, 2006 4:41 am Post subject: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Newbie
Joined: 08 Mar 2006 Posts: 3
|
Hi
While trying to establish a connection between MQIPT over HTTPS
I am getting the following error:
Time: 17:05:11.234 2006.03.08
Class: com.ibm.mq.ipt.ConnectionThread
Method: createSSLConnection
Thread ID: ConnThd for Route 1415-3
Logger: TraceLogger 1415
reason=4 (EOF); alert=0 (?); exception=null
HTTP connection is working fine.
Config
MQ Client -> IPT -> IPT -> MQ Server
Thanks in advance
John _________________ The Lord is my Shepherd |
|
Back to top |
|
 |
PhilBlake |
Posted: Thu Mar 09, 2006 6:28 am Post subject: Re: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
joncris wrote: |
Config
MQ Client -> IPT -> IPT -> MQ Server
|
Hi John,
Is the configuration really
MQ Client -> IPT -> HTTP Proxy -> IPT -> MQ Server
or
MQ Client -> IPT -> HTTP Proxy -> HTTP Server -> IPT -> MQ Server
as this will make difference to the IPT route defitnitions on the first IPT.
Thanks,
Phil |
|
Back to top |
|
 |
joncris |
Posted: Mon Mar 13, 2006 4:16 am Post subject: Re: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Newbie
Joined: 08 Mar 2006 Posts: 3
|
PhilBlake wrote: |
Hi John,
Is the configuration really
MQ Client -> IPT -> HTTP Proxy -> IPT -> MQ Server
or
MQ Client -> IPT -> HTTP Proxy -> HTTP Server -> IPT -> MQ Server
as this will make difference to the IPT route defitnitions on the first IPT.
Thanks,
Phil |
Thanks Phil. Is it possible to do without an HTTP Proxy and HTTP Server?
Also do you have any idea about "eye catcher protocol (16030000) not recognized" error?
Thanks
John _________________ The Lord is my Shepherd |
|
Back to top |
|
 |
PhilBlake |
Posted: Mon Mar 13, 2006 9:29 am Post subject: Re: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
joncris wrote: |
Thanks Phil. Is it possible to do without an HTTP Proxy and HTTP Server?
Also do you have any idea about "eye catcher protocol (16030000) not recognized" error?
Thanks
John |
Yes, you can use IPT without an HTTP proxy/server, but then you will still need to open up ports in the firewall for IPT to use, instead of using those already defined for an HTTP proxy/server.
If you're not going to use an HTTP proxy/server, then you dont need to use HTTP between the 2 IPT's.... i.e. dont define any HTTP properties on the first IPT.
The "eye catcher protocol (16030000) not recognized" error is due to IPT receiving an SSL request it's not expecting... you need to define SSLServer properties on the IPT route in question.
Phil |
|
Back to top |
|
 |
joncris |
Posted: Tue Mar 14, 2006 1:24 am Post subject: Re: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Newbie
Joined: 08 Mar 2006 Posts: 3
|
PhilBlake wrote: |
Yes, you can use IPT without an HTTP proxy/server, but then you will still need to open up ports in the firewall for IPT to use, instead of using those already defined for an HTTP proxy/server.
If you're not going to use an HTTP proxy/server, then you dont need to use HTTP between the 2 IPT's.... i.e. dont define any HTTP properties on the first IPT.
The "eye catcher protocol (16030000) not recognized" error is due to IPT receiving an SSL request it's not expecting... you need to define SSLServer properties on the IPT route in question.
Phil |
Thank you Phil. It worked with two IPTs. But when we introduce SSL Security for Channel again the connection fails. Anyway many many thanks.
John _________________ The Lord is my Shepherd |
|
Back to top |
|
 |
PhilBlake |
Posted: Tue Mar 14, 2006 7:41 am Post subject: Re: IPT Error!!! reason=4 (EOF); alert=0 (?); exception=null |
|
|
 Acolyte
Joined: 25 Oct 2005 Posts: 64
|
joncris wrote: |
Thank you Phil. It worked with two IPTs. But when we introduce SSL Security for Channel again the connection fails. Anyway many many thanks.
John |
If you are using MQ SSL (as opposed to IPT SSL) then you can use the SSLProxyMode property on the IPT route.
Thanks,
Phil |
|
Back to top |
|
 |
|