ssl problem

2000-05-11 Thread wen
modssl-users: I have installed apache+openssl+modssl.now I want to know:when client conmucate webserver,are datum transfered between two encrypted? wen [EMAIL PROTECTED] __ Apache Interface to Op

ssl problem

2000-05-11 Thread wen
modssl-users: I am a chinese.now I want to install apache+modss+openssl and I have downloaded these. do I need other package? for example,RSAREF package,etc. thanks wen [EMAIL PROTECTED] __ Apac

Adding Perl

2000-05-11 Thread Mel Sojka
So far absolutly fantistic from the install page and the All-In-One install works fine, but I want to add Mod-Perl after the fact. I checked the Apache + mod_ssl/OpenSSL + mod_perl/perl install but it doesn't cover RSAref or MM. I went back 3 months in this list and couldn't find any reference. Al

RE: Bugfix for SSLPassPhraseDialog exec: on Win32

2000-05-11 Thread Kirk Benson
Further testing/debugging shows that my previous bug fix will also work for paths containing spaces. The "trick" is to enclose the entire SSLPassPhraseDialog parameter in double-quotes. Thus, the following succeeds: SSLPassPhraseDialog "exec:f:/program files/opensa/apache/bin/pwfilter1.exe" W

RE:

2000-05-11 Thread Hansknecht, Deborah A
Best guess is that mod-ssl isn't installed. Issue httpd -l to see the list of compiled in modules. Make sure mod_ssl.c is in there. If not, you've had an installation problem. > -Original Message- > From: Bill Norman [mailto:[EMAIL PROTECTED]] > Sent: May 09, 2000 8:51 AM > To: [EMAIL PRO

Re: your mail

2000-05-11 Thread Winged Wolf
The httpd binary you're using doesn't have mod_ssl support in it. (Either you need to load the module, or [more likely] you didn't install the httpd+mod_ssl binary binary in the proper place.) --- Mat Butler, Winged Wolf <[EMAIL PROTECTED]> SPASTIC Web Engineer

RE: Help please with opening port 443 for Apache on Slackware 7

2000-05-11 Thread Scott
The conf file is certainly a possibility. I have opted to include port 80 and port 443 in the httpd.conf file which has successfully opened 443 upon apachectl startssl, but I still cannot successfully connect to the instance via https. I included the lines independent of the option of and Whe

Please help.. images not showing in SSL connection

2000-05-11 Thread Luke Chiam
Please help.. images not showing in SSL connection, but it is ok in normal connection. Why? Thanks.   Luke

Re: Help please with opening port 443 for Apache on Slackware 7

2000-05-11 Thread Carlos Ramirez
Here is my cookbook approach that has worked for Solaris and Linux systems for building Apache/1.3.12 (Unix) mod_perl/1.21 mod_ssl/2.6.4 OpenSSL/0.9.5a if you notice...very similar to examples in the INSTALL. But I think if you want the above apache build just follow step by step.   !. Unpacking

[BugDB] ap_internal_redirect() is error in mod_proxy (PR#383)

2000-05-11 Thread modssl-bugdb
Full_Name: Ironbugs Version: 2.6.4 OS: Linux Submission from: (NULL) (202.112.36.196) I added the following code in the mod_proxy.c of Apache1.3.12: static int proxy_handler(request_rec *r) { ... for (direct_connect = ii = 0; ii < conf->dirconn->nelts && !direct_connect; ii++) {

Submitting passphrases to modssl......

2000-05-11 Thread Costantino Imbrauglio
Hi.   Somebody wanted to automagically submit passphrases to modssl when starting apache.   Some suggested using "expect" (a TCL/TK based program). a rather complex solution..   Let me suggest a simpler way: RTFM  (Read The Fuck'n Manual)   ;-)))   Have a look at the man page

Bugfix for SSLPassPhraseDialog exec: on Win32

2000-05-11 Thread Kirk Benson
There are a couple of problems with using the SSLPassPhraseDialog exec:[path] on Apache Win32. There is a simple source fix for on of them, and a workaround for the other. Problems defined: The full executable path is formed by taking the path specified by the SSLPassPhraseDialog, and if it is

Re: (no subject)

2000-05-11 Thread James Treworgy
Check httpd.conf. If you are upgrading from a previous version, and therefore aren't using the default httpd.conf for this version of mod_ssl, then check httpd.conf.default (which will be generated when you install apache + mod_ssl) and make sure you merge any missing directives. My guess is

Re: Help please with opening port 443 for Apache on Slackware 7

2000-05-11 Thread JoshNarins
IN httpd.conf Listen 443 and then a directive. They have a good sample one in httpd.conf.default __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PR

Re: Problem solved! RE: apache 1.3.12, open-ssl 0.9.5a, mod_ssl-2.6.4 -1.3.12/

2000-05-11 Thread James Treworgy
When I got certs from Thawte (now owned by verisign) they had extensive instructions on their web site for generating a CSR. This wasn't a big deal. You run the openssl program to create a new CSR for your company and it asks you to enter all the information. Thawte's web site has step by st

RE: Help please with opening port 443 for Apache on Slackware 7

2000-05-11 Thread Goran Blazic
Are you sure, that the problem lies in the compiled image? Is it possible, that the error lies in the configuration file? Goran Right now I'm having amnesia and deja vu at the same time. -Original Message- From: Scott Ehrlich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 5:

Re: Problem solved! RE: apache 1.3.12, open-ssl 0.9.5a, mod_ssl-2.6.4-1.3.12/

2000-05-11 Thread Mark Stowe
This is the process that I have successfully used to generate CSR's to obtain a certificate from Verisign: NB! This was for a Solaris installation using the openssl utilities that you must have had access to in order to compile mod_ssl in the first place. It is assumed that openssl is in your se

Re: mod_jrun

2000-05-11 Thread Mads Toftum
On Wed, May 10, 2000 at 03:00:11PM -0700, Sambit Nanda wrote: > > [Wed May 10 17:50:44 2000] [warn] Loaded DSO > /export/home/daleen/jrun/connectors/apache/sparc-solaris/mod_jrun.so > uses plain Apache 1.3 API, this module might crash > under EAPI! (please recompile it with -DEAPI) > > on the re

RE: Where i have to contact for certificate

2000-05-11 Thread Schouw, Lars
>From the FAQ http://www.modssl.org/docs/2.6/ssl_faq.html#ToC24 * Verisign * Thawte Consulting * CertiSign Certificadora Digital Ltda. * I

No Subject

2000-05-11 Thread Bill Norman
When I try the startssl argument I get the following error: Syntax error on line 1080 of /usr/local/apache/conf/httpd.conf: Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not incl uded in the server configuration Is there something else I need to add to the httpd.conf

Broken link in www.modssl.org

2000-05-11 Thread Roy Bryant
There appears to be a problem on this page of your site. On your page http://www.modssl.org/docs/2.1/ssl_overview.html when you click on your link to http://www.netscape.com/newsref/std/SSL.html you get the error: Not found As recommended by the Robot Guidelines, this email is to exp

RE: Where i have to contact for certificate

2000-05-11 Thread Schouw, Lars
And a relative new one at www.swisskey.ch __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Help please with opening port 443 for Apache on Slackware 7

2000-05-11 Thread Scott Ehrlich
Hello to all: Backing up from a previous message of mine requesting help with certificates, through some further experimentation with Apache 1.3.11 and 1.3.12, OpenSSL 0.9.5a, mod_perl 1.23, and mod_ssl (respective versions for Apache) on my Slackware 7 system, I can't for the life of me figure o