Author |
Message
|
satya2481 |
Posted: Wed Aug 08, 2012 4:10 am Post subject: HTTPRequestNode Issue with Connection to IIS Server |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
Hi,
We are using WMB V6.1.0.8 and using HTTPRequest node to hit IIS server. Which is SSL Enabled (URL looks like https://Hostname/ServiceName). But we are not able to hit the Server itself, and getting below Exception in the Broker EG logs. (Broker server is running in Mainframe).
Quote: |
Exception in thread "Thread-13" java.net.SocketException: Unconnected sockets not implemented
.at javax.net.SocketFactory.createSocket(SocketFactory.java:2)
.at com.ibm.broker.imbsslsocket.MbSslSocket.<init>(MbSslSocket.java:7 |
The path we are trying to achieve is
Quote: |
Consumer --> WMB Broker --> IIS Server --> Provider Server (Its on WAS) |
Has anyone faced same issue ? Please provide any information which will help us to resolve the issue.
Thanks |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Aug 08, 2012 5:36 am Post subject: Re: HTTPRequestNode Issue with Connection to IIS Server |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
satya2481 wrote: |
Please provide any information which will help us to resolve the issue. |
Significant HTTP improvements were made in 7.0.0.2 . I wouldn't waste too much troubleshooting time on V6. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 08, 2012 5:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That said, I'd make basic HTTP troubleshooting steps.
Can you use a browser or curl or telnet to reach the port from the broker server?
What are the rest of the errors associated with the partial thread exception you've shown?
Have you completed all of the necessary steps in order to enable the SSL that the exception is complaining about? |
|
Back to top |
|
 |
satya2481 |
Posted: Wed Aug 08, 2012 8:11 pm Post subject: |
|
|
Disciple
Joined: 26 Apr 2007 Posts: 170 Location: Bengaluru
|
We can telnet and able to reach the IIS server port from broker serevr.
There is no associated error with the thread exception.. thats all we have in the EG logs.
The CA is trusted on both the ends and the broker certificate CN name is mapped to a windows user ID in ISS configurations. SSL client authentication is enabled. |
|
Back to top |
|
 |
|