RH 7.3 and SSL

2002-07-22 Thread David F. Reed
Pardon my ignorance and cross posting in hopes of finding the answer. I am running RH linux 7.3 (upgraded rom 6.2). I am trying to get imaps and https working with my certificates; I think the programs themselves are working, because they present a funky "localhost@localdomain" certificate. I s

mod_ssl security mailing list ...

2002-07-22 Thread Dario Bahena Tapia
Hi ... I want to be warned about mod_ssl security issues, I couldn't find an exact match in the mailing list names ... which one do you recommend me? Thanks in advance. saludos dario estepario ... __ Apache Interface to OpenSSL

RE: RAND function using OpenSSL 0.9.7 (A Solution)

2002-07-22 Thread Frederic DONNAT
Hi, I've tested it with Apache-2.0.39 using openssl-0.9.7-beta2, on linux Mdk-8.0. kernel 2.4.3-20mdk gcc version 2.96 And initializing engine before library enable rand redirection. That works fine for me. file: modules/ssl/ssl_engine_init.c Regards, Fred -Original Message- From: C

Re: Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-22 Thread John Ott
Ian Macdonald wrote: > > Just in case I come across something that demands the gnu ld, do you > know why this is hard to find for HP-UX? And does hard==impossible? > It is not supported yet for HP-UX 11. x I 've yet to find anything the "demands" it, but I generally use HPs compliers and utili

Réf. : can't compile with modssl

2002-07-22 Thread abdel . ramli
forgot to specify I'm under RedHat 7.2 installing Apache 1.3.26 with Php 4.0.6 mod_ssl-2.8.10-1.3.26 & openssl-0.9.6d Thanx [EMAIL PROTECTED]

can't compile with modssl

2002-07-22 Thread abdel . ramli
Hi all, I've followed all the instructions to get my Apache compiled with mod_SSL and I'm keeping getting the following error after making my "modSSL patched Apache sources.) Please help if you can, I'ld appreciate very much. Thanx The compile looks OK until it suddenly stop giving the followi

Re: solaris 8 random number seed

2002-07-22 Thread Ian Miller
Solaris 8 now does have /dev/random it's a patch # 112438-01 Quoting Greg Hamilton <[EMAIL PROTECTED]>: > Hi, > > I'm having the popular 'Solaris 8 has no /dev/random' problem. > > I'm using openssl-0.9.6b and I don't have the option to upgrade nor can > I add the Solaris patch to create /dev/

RE: virtual host port 443

2002-07-22 Thread Boyle Owen
>From: ann wallace [mailto:[EMAIL PROTECTED]] > >i have one virtualhost set up to use port 443, but for some >reason if you go >to any of the virtualhost set up on port 80, via https it >defaults to the >one host set up on port 443. Of course it does. Your statement: "if you go to any

RE: apache dso and Mod_ssl

2002-07-22 Thread Boyle Owen
As far as I understand, the Extended API was written specifically to allow mod_ssl to access the openssl libraries, so mod_ssl simply cannot work without EAPI. rgds, Owen Boyle >-Original Message- >From: arcean [mailto:[EMAIL PROTECTED]] >Sent: Montag, 22. Juli 2002 15:36 >To: [EMAIL P

apache dso and Mod_ssl

2002-07-22 Thread arcean
I know i ask a connex question but ... is there a way to get a compiled-Mod_ssl that works on DSO compiled apache (without EAPI) ??? because i still don't find websphere module sources and i need to have Websphere and SSL on a unique instance (because : i do authenticate client by certificat

Re: Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-22 Thread Lutz Jaenicke
On Mon, Jul 22, 2002 at 03:43:48PM +1000, Ian Macdonald wrote: > Thanks Lutz; I've gone with option 1 (easier in the short term) and it > works fine. Keeping option 2 in reserve for now. > > Just in case I come across something that demands the gnu ld, do you > know why this is hard to find for H