Hi, I have taken old ssl patches and updated them because I need ssl support. The result is at http://users.auriga.wearlab.de/~andi/dillo-ssl-0.7.diff.gz I can access https://auriga.wearlab.de/ without problems. The ssl support has to be enabled with --enable-ssl Greetings Andreas Kemnade
* Andreas Kemnade <akemnade@informatik.uni-bremen.de> [2003-04-16 15:52] :
Hi,
I have taken old ssl patches and updated them because I need ssl support.
The result is at http://users.auriga.wearlab.de/~andi/dillo-ssl-0.7.diff.gz
I can access https://auriga.wearlab.de/ without problems. The ssl support has to be enabled with --enable-ssl
This is very nice and I have made a very unofficial debian package for Debian Woody (stable) for x86 of Dillo 0.7.1.2 with this SSL patch, it is available at: http://olympie.dyndns.org/debian/debs/dillo_0.7.1.2-2_i386.deb You can apt-get it (and other stuff) using this line in your /etc/apt/sources.list: deb http://olympie.dyndns.org/debian debs/ Disclaimer : Use it at your risks. I am not a Debian developer and as such I do not pretend to have built it in a correct way. It just works for me. :-) It seems to works for now with https://alioth.debian.org (with cookies enabled for the site), I only have some Unicode problems now. Thanks a lot. Fred
Hi Andreas, On Wed, Apr 16, 2003 at 03:52:51PM +0200, Andreas Kemnade wrote:
I have taken old ssl patches and updated them because I need ssl support.
The result is at http://users.auriga.wearlab.de/~andi/dillo-ssl-0.7.diff.gz
I can access https://auriga.wearlab.de/ without problems. The ssl support has to be enabled with --enable-ssl
Thanks..... but ;) Would you be so kind an have a look if you get it to work with proxy support? My local https://site can be reached but I can't get through my (squid) proxy. :( Sadly I'm not a very good C Programmer :( So I probably can't fix it myself. Greetings Daniel -- "Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one." --Thomas Jefferson
Andreas Kemnade writes:
The result is at http://users.auriga.wearlab.de/~andi/dillo-ssl-0.7.diff.gz
I can access https://auriga.wearlab.de/ without problems. The ssl support has to be enabled with --enable-ssl
This causes make to die screaming: ===
nice gmake gmake all-recursive gmake[1]: Entering directory `/usr/local/home/chris/src/dillo/dillo' Making all in doc gmake[2]: Entering directory `/usr/local/home/chris/src/dillo/dillo/doc' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/doc' Making all in src gmake[2]: Entering directory `/usr/local/home/chris/src/dillo/dillo/src' Making all in IO gmake[3]: Entering directory `/usr/local/home/chris/src/dillo/dillo/src/IO' gmake[3]: *** No rule to make target `https.c', needed by `https.o'. Stop. gmake[3]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/src/IO' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/home/chris/src/dillo/dillo' gmake: *** [all-recursive-am] Error 2 ===
-- Chris music is what numbers feel like San Francisco, CA http://www.nodewarrior.org/chris
I squeaked:
===
nice gmake gmake all-recursive gmake[1]: Entering directory `/usr/local/home/chris/src/dillo/dillo' Making all in doc gmake[2]: Entering directory `/usr/local/home/chris/src/dillo/dillo/doc' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/doc' Making all in src gmake[2]: Entering directory `/usr/local/home/chris/src/dillo/dillo/src' Making all in IO gmake[3]: Entering directory `/usr/local/home/chris/src/dillo/dillo/src/IO' gmake[3]: *** No rule to make target `https.c', needed by `https.o'. Stop. gmake[3]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/src/IO' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/home/chris/src/dillo/dillo/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/home/chris/src/dillo/dillo' gmake: *** [all-recursive-am] Error 2 ===
Turns out that patch(1) didn't create the needed files IO/https.c and IO/DBIO.[ch] when fed your diff. I created them by hand and got a compile. Now that it compiles, I too can visit <https://auriga.wearlab.de/>. Excellent!! Thanks. :) -- Chris music is what numbers feel like San Francisco, CA http://www.nodewarrior.org/chris
Turns out that patch(1) didn't create the needed files IO/https.c and IO/DBIO.[ch] when fed your diff. I created them by hand and got a compile.
Turns out patch *did* create them, but I didn't see them. :P -- Chris music is what numbers feel like San Francisco, CA http://www.nodewarrior.org/chris
participants (4)
-
Andreas Kemnade
-
Chris Palmer
-
Daniel Lord
-
Frédéric Bothamy