RE: http or https but not both?

2002-08-15 Thread Boyle Owen

It sounds like you have misunderstood how to set up the SSL and HTTP sites. Basically, 
they are two separate port-based virtual hosts... I wrote up some notes on this a few 
days ago  - check out: 
http://marc.theaimsgroup.com/?l=apache-modsslm=102922483406071w=2

Rgds,

Owen Boyle

-Original Message-
From: Paul F [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 14. August 2002 17:56
To: [EMAIL PROTECTED]
Subject: http or https but not both?


I have a fresh linux installation with apache + mod_ssl.

With the mod_ssl module and AddModule uncommented, I can access
https://mysite. BUT NOT
http://mysite.

Any help appreciated!


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Contribution Segment of the ModSSL web site problems

2002-08-15 Thread Andre Schild

Not sure who is responsible for the web site itself, but there does
seem to
be a problem.
Yes, there is a problem.

Has anyone else noticed that the contribution portion of the site is
malfunctioning? I have tried it with a couple different browsers, and
get
the same response (it's displaying code for some of the pages)
Everything
but the contribution portion seems to be working fine.
Does not work with IE 6.x and Mozilla 1.0 either

Seems to be a problem with the index. page in this folder.

André
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: How to upload to contribute section ?

2002-08-15 Thread Cliff Woolley

On Thu, 15 Aug 2002, Andre Schild wrote:

 I have binaries for apache 2.0.40 with openssl 0.9.6e.

For which OS?  Just curious.

--Cliff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



certificate

2002-08-15 Thread Henning, Brian

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 openssl.cnf -new -out my-server.csr
Using configuration from openssl.cnf
error on line 1 of openssl.cnf
52353:error:02001002:system library:fopen:No such file or
directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/b
ss_file.c:104:fopen('openssl.cnf','rb')
52353:error:2006D002:BIO routines:BIO_new_file:system
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_fil
e.c:106:
52353:error:0E064002:configuration file routines:CONF_load:system
lib:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_l
ib.c:91:

can someone point out what i am doing wrong?
thanks,
brian
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re:SSLRandomSeed connect builtin...

2002-08-15 Thread Joshua Stone

Hi there,

I've a linux box running -

Apache/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.6d 

The box gets extremely loaded when I have -

...
SSLRandomSeed startup buildin
SSLRandomSeed connect buildin
...

in httpd.conf file. As soon as I change the connect
line with

SSLRandomSeed connect file:/dev/urandom 1024

everything seems fine.

Any idea what is causing the server busy? 

Thanx
-
Jays.

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]