Hmm .. would you mind explaining where this needs to be set?
Thanks
-----Original Message-----
From: Arne Ansper [EMAIL PROTECTED]
Sent: Sat, 18 Nov 2000 15:56:06 +0200 (E. Europe Standard Time)
To: [EMAIL PROTECTED]
Subject: Re: Timeout problems?
> > I have been running a powerbuilder app through stunnel and am
> running across an issue where the server is waiting for the app to
> send a command and the client is frozen. > The appllication works
> without sending it through a tunneling server i.e. pointed directly at
> the Sybase server. > > Has anyone experienced a similar issue ?
out of band data perhaps. ms sql server (which is i based on sybase and
uses probably same protocoll) uses out of band data for cancelling pending
request. some drivers (borland's database engine for example) use this
feature, others dont. i guess that stunnel does not set OOB_INLINE on
plain sockets and this will hang the connection. enabling OOB_INLINE and
ignoring the fact that some bytes are out of band works. at least for ms
sql server. if you don't want to change stunnel, you can try ssa
(www.privador.com/ssa) which sets OOB_INLINE on all sockets and has
special mode for ms sql server too where server sets database user name
according to distinguished name from client certificate.
arne
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]