Re: certificate

2002-08-16 Thread ulairi
Quoting Henning, Brian [EMAIL PROTECTED]: Hello- I am trying to run a secure webserver Apache2.0.39 on my freebsd 4.5 machine. I am at the point I need to create the certificate. so far i have installed Apache2.0.39 and then i tried the following command: openssl req -config

bugdb broken

2002-08-16 Thread Dan Stromberg
The FAQ says the bugdb is the preferred way of reporting a bug, however, the bugdb link just gives a small directory index instead of a useful bug-submission page. -- Dan Stromberg UCI/NACS/DCS

mod_ssl php. PHP not working on https pages

2002-08-16 Thread webmaster
Hi good modssl people, I'm having an issue where Apache won't handle .php files on https pages. http works fine, and parses php properly. Apache seems to ignore the "AddType application/x-httpd-php .php" directive on https sites. both php and mod_ssl are running as DSO's. Running Apache

cannot load modssl

2002-08-16 Thread Dan Stromberg
I built (tried to build) modssl as a module for apache. When I try to run apache, I get: decalpha-root /usr/bin/httpd -d /Web -DSSL Syntax error on line 206 of /Web/conf/httpd.conf: Cannot load /dcs/packages/infosys/apache/libexec/libssl.so into server: dlopen: cannot load

SSL reverse proxy + Client Cert auth

2002-08-16 Thread Danny Kruitbosch
Hi, We want to build the following situation: - Apache with mod_ssl as a reverse SSL proxy (Client --- SSL/HTTPS --- Rev. proxy --- HTTP --- Web/App server) - We need to check for client certificates. These certs are handed out by another party (not a real TTP). We need to check the

SSLPassPhraseDialog on win32

2002-08-16 Thread Éric Le Gallais
Hi, I'm trying to get apache + mod_ssl work on Win32, but I'm getting this message: Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file E:/Apache2/conf/ssl/www.domaine.dom.key) in the error.log file. Is there anything I can do to make that work? What exec program

can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread Venkat Reddy Valluri
Hi, I installed openssl 0.9.6g engine on redhat 7.3 over which i installed apache 2.0.39, It seems installation to be successful, but when i tried to start apache with sll ./apachecntl startssl iam getiing can't load /usr/local/apache2/modules/mod_ssl.so into server

Re: SSL reverse proxy + Client Cert auth

2002-08-16 Thread Thomas Gagné
I'm not sure about checking another authority, but suspect the configs would be in conf/ssl.conf. For doing the reverse proxying, I edited proxy.conf and included it inside ssl.conf. Inside proxy.conf, statements like: ProxyPass /cgi/ http://10.0.10.1/cgi/ ProxyPassReverse /cgi/

Re: can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread R. DuFresne
didyou install openssl with shared libs? I recall this being a requirement for the apache 2 code. Also there is a newer version of apache available, it is a security update. Thanks, Ron DuFresne On Fri, 16 Aug 2002, Venkat Reddy Valluri wrote: Hi, I installed openssl 0.9.6g engine on

mod_sll + virtual hosts

2002-08-16 Thread Iuri Fiedoruk
When I try to load apache, I get the error: [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost :80 has no VirtualHosts [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost yy:80 has no VirtualHosts [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost xxx:80 has no VirtualHosts