I have two applications running on a same host- ssl_proxy and a http
server. Once ssl_proxy recieves a message from a http client it
connects to the http server locally. It then send the http request from
client to the server and server's response back to the client. But in
this setup I am facing a problem. SSL_prosy gets connection timed out
error while connecting to the http server. It is connecting to the
server via the loopback interface. I am using INET sockets. Can anyone
tell me what might be the issue. This issue arises only if I have 2
interfaces configured. With a single interface configured this issue
doesnt arise.
Regards
Pratik
|
|
0
|
|
|
|
Reply
|
pratik.ganguly (10)
|
12/20/2005 4:02:46 AM |
|
BKI2001E: Socket error while connecting to ProLE at 57323@uk-sap-001i: No connec
tion could be made because the target machine actively refused it.
|
|
0
|
|
|
|
Reply
|
raj
|
1/19/2011 3:03:24 PM
|
|
raj <user@compgroups.net/> writes:
> BKI2001E: Socket error while connecting to ProLE at 57323@uk-sap-001i: No connec
>
> tion could be made because the target machine actively refused it.
That's not a timeout. Judging from the message, this should
ultimatively have been an ECONNREFUSED error which is usually
generated when 'the TCP' received a RST segment (reset) in response to
a connection request. This is supposed to happen when an attempt to
establish a connection to a non-existant endpoint was made, IOW,
'server not running' (or running on another port).
|
|
0
|
|
|
|
Reply
|
Rainer
|
1/19/2011 3:17:02 PM
|
|