apachectl startssl

1999-06-30 Thread Sun JunXu
hi,all: when I do "apachectl startssl" , it would ask me password, I think it will be not convenient , anyway to pass this? thanks a lot. sincerely sun __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org

RE: Question on upgrading from Stronghold

1999-06-30 Thread Sun JunXu
hi: I have same problem,where can I get RTFM? thanks a lot, sincerely sun -- From: Khimenko Victor[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Wednesday, June 30, 1999 2:23 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:Re: Question on upgrading f

Re: apachectl startssl

1999-06-30 Thread chan
you can find the answer in the documentation on www.modssl.org Sun JunXu wrote: > hi,all: > when I do "apachectl startssl" , it would ask me password, I think it will > be not convenient , anyway to pass this? > > thanks a lot. > > sincerely > sun > _

Re: apachectl startssl

1999-06-30 Thread Derek Smith
Sun, What you need to do is run the commands :- cp server.key server.key.unencrypted openssl rsa -in server.key.unencrypted -out server.key p.s. Remember to ensure that the files are only readable by root. Derek. Derek Smith Systems Administrator/Developer MotorTRAK - www.motortrak.com Sun JunXu

Re: apachectl startssl

1999-06-30 Thread tom minchin
On Wed, Jun 30, 1999 at 04:50:53PM +0800, Sun JunXu wrote: > hi,all: > when I do "apachectl startssl" , it would ask me password, I think it will > be not convenient , anyway to pass this? > Yeah, the FAQ has a nice section on this: http://www.modssl.org/docs/2.3/ssl_faq.html#ToC20 [EMAIL PRO

Re: apachectl startssl

1999-06-30 Thread Tim
Sun JunXu wrote: > > hi,all: > when I do "apachectl startssl" , it would ask me password, I think it will > be not convenient , anyway to pass this? this question is answered in the FAQ section of the mod_ssl manual: http://bucks.macrosr.com/mod_ssl/ssl_faq.html#ToC20 -- "Ignorance is b

Re: Question on upgrading from Stronghold

1999-06-30 Thread Tim
Sun JunXu wrote: > > hi: > I have same problem,where can I get RTFM? http://www.modssl.org/docs/2.3/ RTFM == Read The Fine Manual -- "Ignorance is bliss, and tonight, we're a happy country!" --Dr. Science ___

RE: Question on upgrading from Stronghold

1999-06-30 Thread Steffen Dettmer
> I have same problem,where can I get RTFM? > thanks a lot, The FM you'll find at the modssl Website, but you'll have to read for yourself ;) just click on the Documentation Link. oki, Steffen p.s.:BTW: > You must use other modules for this. RTFM (not FM from mod_ssl but FM from

Re: Anyone using Thawte?

1999-06-30 Thread Mark Jaffe
>On Tue, Jun 29, 1999 at 04:27:21PM -0700, Mark Jaffe wrote: > > I'm needing to get a certificate from Thawte, and their instructions > > show I need to run ssleay to generate a CSR/key pair. I don't find > > that in my installation of > > apache-1.3.6/mod_ssl-2.3.4-1.3.6/openssl-0.9.3a on MkLinux

RE: mod-ssl on winnt

1999-06-30 Thread Sun JunXu
-- From: Steffen Dettmer[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Tuesday, June 29, 1999 3:52 PM To: '[EMAIL PROTECTED]' Subject:RE: mod-ssl on winnt > errno.h, no such file or directory, even I continued to install mod-ssl, > still had same error,

https not responding

1999-06-30 Thread Josh Hattery
I just compiled all the stuff listed in the INSTALL file for the mod_ssl module. I did everything it said to, even some of the optional stuff without any compiling errors. I did "make certificate" after compiling apache and then did "make install" Now, when i run apachectl start and do http://

Removing passphrase at boot

1999-06-30 Thread jkennedy
Hello all, I know this has been covered before and is documented but we are having power problems and I don't have any power on my computer where all this info is stored so I apologize for the repeat. We have recieved a cert from Verisign. We need to remove the passphrase so that if we remotely r

Turning off 128-bit encryption

1999-06-30 Thread David M Walker
Hi, Being outside the US we don't dave access to a strongly encrypted version of netscape (we do - via fortify.net - but not all our users realise this). When Netscape 4.61 connects to the server if it can't support 128 bit encryption it gives a 'bad data' message. This doesn't seem to happen wi

RE: Question on upgrading from Stronghold

1999-06-30 Thread Khimenko Victor
30-Jun-99 17:37 you wrote: > hi: > I have same problem,where can I get RTFM? > thanks a lot, You can not GET RTFM :-)) You can DO RTFM ... FM's are in your Apache distribution in subdirectory htdocs/manual. Point you browser on index.html and read about AuthDBMUserFile in section "Run-time config

Re: apachectl startssl

1999-06-30 Thread Khimenko Victor
30-Jun-99 16:50 you wrote: > hi,all: > when I do "apachectl startssl" , it would ask me password, I think it will > be not convenient , anyway to pass this? Huh. Read message there :-) You have some keys encrypted. Just use unencrypted ones (make certificate usually asks you if you want encrypte

Re: Removing passphrase at boot

1999-06-30 Thread Ralf S. Engelschall
On Wed, Jun 30, 1999, [EMAIL PROTECTED] wrote: > I know this has been covered before and is documented but we are having power > problems and I don't have any power on my computer where all this info is stored > so I apologize for the repeat. > We have recieved a cert from Verisign. We need to r

RE: https not responding

1999-06-30 Thread Sun JunXu
check your httpd.conf, see if there is ssl global setting and Listen 80 Listen 443 after "Port 80", if no,it means in fact you didn't compile correctly. I encounter same problem as your's. wish it is help. -- From: Josh Hattery[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED

Re: Turning off 128-bit encryption

1999-06-30 Thread Ralf S. Engelschall
On Thu, Jul 01, 1999, David M Walker wrote: > Being outside the US we don't dave access to a strongly encrypted > version of netscape (we do - via fortify.net - but not all our > users realise this). > > When Netscape 4.61 connects to the server if it can't support 128 > bit encryption it gives

Re: https not responding

1999-06-30 Thread Ralf S. Engelschall
On Wed, Jun 30, 1999, Josh Hattery wrote: > I just compiled all the stuff listed in the INSTALL file for the mod_ssl > module. I did everything it said to, even some of the optional stuff > without any compiling errors. I did "make certificate" after compiling > apache and then did "make instal