first time

1999-06-27 Thread Sun JunXu
hi, is this address correct? __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROT

mod-ssl on winnt

1999-06-27 Thread Sun JunXu
hi,all: I am a new comer of mod-ssl and c++, I want to install mod-ssl for apache on winnt workstation, is it possible? I have not microsoft vc, can I use gnu c compiler? thanks a lot. sincerely sun __ Apache Interface to OpenSS

RE: mod-ssl on winnt

1999-06-28 Thread Sun JunXu
alf S. Engelschall[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Monday, June 28, 1999 3:38 PM To: [EMAIL PROTECTED] Subject:Re: mod-ssl on winnt On Mon, Jun 28, 1999, Sun JunXu wrote: > I am a new comer of mod-ssl and c++, I want to install mod-ssl for apache on

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: 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,

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

pass-phrase dialog

1999-07-22 Thread Sun JunXu
hi, guys I want to get rid of the pass-phrase dialog when linux reboot, I have done according to article of mod-ssl faq, cp server.key server.key.org openssl rsa -in server.key.org -out server.key chmod 400 server.key but it is pity, when I restart linux, still there is a dialog box , let me ent

can't find openssl.cnf

1999-09-07 Thread Sun JunXu
hi, all when I run : openssl req -new -x509 -days 365 -key ca.key -out ca.crt. I got a error message: Using configuration from /usr/local/ssl/openssl.cnf Unable to load config info. I use openssl 0.9.3a. thanks for any help. sincerely sun

sign.sh

1999-09-08 Thread Sun JunXu
hi, got a problem, wish helping. I used mod-ssl 2.4.2, I wnat to create my own certificate authority , I have created ca.key , ca.crt, then run : sign.sh server.csr, got a error message: ./sign.sh: server.crt: command not found CA verifying : server.crt <->CA cert. I have edited sign.sh , give

RE: can't find openssl.cnf

1999-09-08 Thread Sun JunXu
y the path, changing "/" to "\". There got to be a better way, but I have not investigated. Cheers Lin -Original Message- From: Sun JunXu <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
:17 AM To: [EMAIL PROTECTED] Subject:Re: can't find openssl.cnf "Ralf S. Engelschall" wrote: > On Wed, Sep 08, 1999, Sun JunXu wrote: > > > openssl req -new -x509 -days 365 -key ca.key -out ca.crt.

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
:Re: can't find openssl.cnf Can you manually create it ? Lin -Original Message- From: Sun JunXu <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Thursday, September 09, 1999 1:02 AM

RE: can't find openssl.cnf

1999-09-09 Thread Sun JunXu
-Original Message- From: Sun JunXu <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Thursday, September 09, 1999 4:07 AM Subject: RE: can't find openssl.cnf >I can start my ssl server without server.csr

ANSI C

1999-12-14 Thread Sun JunXu
hi, all I am trying to install mod_ssl on a redhat linux box, when I tried to configure, it says "apache requires ANSI C Compiler, such as gcc". I am using gcc version 2.95.2 (19991024), is it a ANSI C compiler? thanks a lot. sincerely sun ___

undefined symbol: ap_global_ctx

2000-01-12 Thread Sun JunXu
hi, there, my mod_ssl was running well until today I installed other module, after I installed, when I run apachectl startssl, it gave me error message: cann't load /hd1/apache-1.3.9/libexec/libssl.so into server:/hd1/apache-1.3.9/libexec/libssl.so:undefined symbol:ap_global_ctx. how come to this

ssl binaries

2000-01-12 Thread Sun JunXu
hi, when I run ./configure under mod_ssl-2.4.10-1.3.9, it said "Cannot find SSL binaries under /usr/local/ssl", actually I extract mod_ssl under /hd1/apache, so where is correct directory? thanks a lot. sincerely sun __ Apache