Bugzilla – Bug 119650
stunnel doesn't seem to send input across the tunnel.
Last modified: 2007-04-17 12:05:04 UTC
stunnel doesn't seem to pass any data from stdin thru the tunnel. Create a file 'foo' containing: client = yes connect = imap-dhs.suse.de:993 run: /usr/sbin/stunnel foo type something like: VM CAPABILITY You should see a resonse from the imap server. Howerver nothing happens. strace shows that the command line is read but the program returns to the same poll to wait for the next input.
> type something like: > VM CAPABILITY Of course this line needs to be terminated with a enter.
I can reproduce it here.
It works with 4.12... /work/built/mbuild/aust-poeml-1338
It also works with 4.11, and the change which accounts for it is the fixed thread model (ucontext) which was used by default in 4.10 (and which is made configurable with 4.11). By building with pthreads instead it works fine.
Created attachment 51587 [details] use pthreads by removing the configure check for ucontext.h
Andreas, do you approve this update for 10.0? I placed a fixed package under /work/src/done/10.0 for checkin.
Adjusting severity.
Ok, Maintenance-Tracker-2538
/work/src/done/PATCHINFO/stunnel.patch.box submitted
Reassigning for maintenance tracking
released
Cf. bug 237243 (10.1)