
Reading specs from /app/versions/local/3/lib/gcc/i386-pc-solaris2.10/3.4.5/specsĬonfigured with: /opt/autobuild/workdir/gcc-3.4.5/configure -prefix=/app/versions/devtools/3 -with-gnu-ld -with-ld=/app/versions/devtools/3/bin/ld -with-gnu-as -with-as=/app/versions/devtools/3/bin/as -libdir=/app/versions/local/3/lib -with-local-prefix=/app/versions/local/3 -with-gxx-include-dir=/app/versions/local/3/include/c++ -enable-languages=c,c++,objc I am using stunnel-4.27 and the configure and libtool it contains. Libtool variables that seem related but I cannot figure out: LDFLAGS=-Wl,-rpath -Wl,/app/versions/local/3/lib but my resulting binary never has the library path inside. I have tried various options to configure, hacking the LDFLAGS and CC lines in the Makefile, changing libtool varialbes, etc. I am trying to avoid LD_LIBRARY_PATH and thus want to compile in the run time library path. A re-writingĪnother option would be to use mod_rewrite in apache to rewriteīut the best way would be to just use SSL inside apache and drop The rewriting in between stunnel and subversion. It's notĪnother option would be to have something already HTTP aware doing Need enough HTTP logic to handle keepalives and such. (re-write only the response before ^$, and redirects aren't chunkedĪnd don't have content lengths to work with, etc) but you'd still For HTTP redirects it could possibly be implemented Stunnel doesn't currently have the ability to scan and re-write the Here's one person explaining it, much better > SSL fronts like stunnel, only one of the URLs is rewritten, so one goes as > check both src and dest URLs for protocol & port.

> Researching online one can see that WebDAV's spec requires that they Sometime near 00:15 -0500, Marcio Marchini shouted: Log on to the new Indiatimes Mail and Live out of the Inbox! Other problem: mysql client may decide to use a local domain socket whenĬonnecting to localhost, thwarting your attempts to go via Stunnel. What do your stunnel configuration files look like?
STUNNEL TOMATO HOW TO
> After starting stunnel and connecting the mysql client/usr/local/mysql/bin/mysql -h 127.0.0.1 -u root -p the flow gets stuck at the Enter password prompt any suggestions how to proceed from there. On entring password the following lines appear :ĮRROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104 Here is how my conf file looks cat /etc/stunnel/nf | egrep -v "^ |^$"
