cannot load modssl

2002-08-15 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 /dcs/packages/infosys/apache/libexec/libssl.so


A system call trace shows (please pardon me if I didn't get the line
wrapping undone correctly) :

mmap ( 0x3004382e000, 4048, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_ANONYMOUS|MAP_VA
RIABLE|MAP_PRIVATE, -1, 0 ) = 0x4382e000
close (5) = 0
stat ("/dcs/packages/infosys/apache/libexec/libssl.so", 0x3ffc0001d30) = 0 [ , <
129.0.39381905 -rwxr-xr-x 1 dcslib users 221184 1029433580,1029433580,1029433580 > ]
getrlimit ( RLIMIT_DATA, 0x11fffce48 ) = 0 [ , {134217728,1073741824} ]
mmap ( 0x3ffc0016000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_ANONYMOUS|MAP_VA
RIABLE|MAP_PRIVATE, -1, 0 ) = 0xc0016000
open ("/dcs/packages/MySQL/lib/mysql/libssl.so", O_RDONLY, 3211552) = -1, Er
rno 2 (No such file or directory)
open ("/dcs/packages/infosys/php-ext/pdflib/lib/libssl.so", O_RDONLY, 321155
7) = -1, Errno 2 (No such file or directory)
open ("/dcs/packages/infosys/php-ext/freetds-0.53/lib/libssl.so", O_RDONLY, 3000
0211551) = -1, Errno 2 (No such file or directory)
open ("/dcs/packages/perl-5.6.0/lib/5.6.0/alpha-dec_osf/CORE/libssl.so", O_RDONL
Y, 3211552) = -1, Errno 2 (No such file or directory)


/dcs/packages/infosys/apache/libexec/libssl.so is indeed where the SO in
question lives.


Also:

decalpha-root> file /dcs/packages/infosys/apache/libexec/libssl.so
/dcs/packages/infosys/apache/libexec/libssl.so: COFF format alpha shared
library, demand paged executable or object module stripped - version
3.11-10 


I'm using apache 1.3.26, mod_ssl 2.8.10-1.3.26, and openssl 0.9.6e.


mod_ssl was ./configured with:

./configure --with-apache=/dcslibsrc/infosys/apache-httpd/apache/`systype` \
  --prefix=/dcs/packages/infosys/apache-$vers \
  --with-ssl=/dcs/packages/openssl


The OS I'm on is Tru64 4.0D, but I hope to run the resulting binary on a
variety of more recent Tru64 machines.


I'm not getting a core dump, in fact httpd doesn't even start.  I just
get the error mentioned above.


The daemon runs fine without -DSSL.


As probably happens too often on this list, this matter is rather urgent
for us.


Thanks.

-- 
Dan Stromberg   UCI/NACS/DCS



msg14892/pgp0.pgp
Description: PGP signature


mod_ssl & php. PHP not working on https pages

2002-08-15 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 1.3.26, Mod_ssl 2.1.10, and 
PHP 4.2.2. When calling a .php file from an https site, I get a file save 
dialog.
 
Anyone seen this? Any help would be greatly 
appreciated!
 
-Shon


bugdb broken

2002-08-15 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
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: certificate

2002-08-15 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 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

Looks like openssl is not finding the openssl.cnf file where it expects to find 
it (or it is unreadable). 
-- 
My other computer is your windows box.
__
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]



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



How to upload to contribute section ?

2002-08-15 Thread Andre Schild

Hello,

I have binaries for apache 2.0.40 with openssl 0.9.6e.
How can I upload them to the contribution section ?

André
__
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]



modssl 2.8.3-1.3.19 problem

2002-08-15 Thread Imran Badr

I am using modssl 2.8.3-1.3.19. I define 14 virtual SSL servers in the
apache config file. If for example, openssl returns an error in SSL_CTX
initialization for 7th (or any) virtual server then all the previous SSL_CTX
structures are not free'd. Nobody calls SSL_CTX_free() for previous
allocated SSL contexts.

Imran.



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



How to create a client certificate when use x509?

2002-08-15 Thread Bao, Xiliang

Hi:

Any one knows how to create client certificates when use x509?
I can create server certificates without any problem. But what 
is the requirments for client certificates? I use Microsoft
windows NT.

Any hint will be appreciated.

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



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-modssl&m=102922483406071&w=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]