Sun Crypto Accelerator Board?

2001-05-30 Thread James Bromberger
I tried posting the following to the openssl-users list, but it seems that my requests for subscription and my post regarding the following issue went into the ether. I'll quote what I wrote earlier, and although this question is more an openssl issue than modssl, I am sure some people here

Netscape unable to locate server

2001-05-30 Thread Emma Wermström (EMW)
Hi everyone! RedHat Linux 7.1 Apache 1.3.19 Perl 5.005 mod_perl 1.24 embperl mod_ssl and openssl (precompiled from RedHat Linux 7.1) I'm trying to establish an SSL link between browser and apache web server. Before, I had a web page located in two different directories (bla/bla/htdocs/Intro

Netscape unable to locate server

2001-05-30 Thread Emma Wermström (EMW)
Hi everyone! RedHat Linux 7.1 Apache 1.3.19 Perl 5.005 mod_perl 1.24 embperl mod_ssl and openssl (precompiled from RedHat Linux 7.1) I'm trying to establish an SSL link between browser and apache web server. Before, I had a web page located in two different directories (bla/bla/htdocs/Intro

Invalid command 'SSLRequireSSL'

2001-05-30 Thread Firas
Hi everyone, I'm trying to use SSLRequireSSL to protect a directory but I keep getting the following error on apachectl configtest : Syntax error on line 1267 of /usr/local/apache/conf/httpd.conf: Invalid command 'SSLRequireSSL', perhaps mis-spelled or defined by a module not included in the

RE: Invalid command 'SSLRequireSSL'

2001-05-30 Thread BERWART Thierry
Hello, The SSLRequireSSL command doesn't exist !! try : Directory /home/http/testssl SSLRequire true /Directory Thierry -Message d'origine- De : Firas [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 30 mai 2001 12:00 A : [EMAIL PROTECTED] Objet :

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Owen Boyle
Firas wrote: Syntax error on line 1267 of /usr/local/apache/conf/httpd.conf: Invalid command 'SSLRequireSSL', perhaps mis-spelled or defined by a module not included in the server configuration This usually means that mod_ssl is not in apache... Try $ ./httpd -l to check. Rgds, Owen

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Firas
Hi Thierry , Unfortunately I get the same kind of error : Invalid command 'SSLRequire', perhaps mis-spelled or defined by a module not included in the server configuration Something is obviously broken here, but if mod_ssl wasn't working at all then I shouldn't be able to access the secure

Re: Netscape unable to locate server

2001-05-30 Thread Owen Boyle
Emma Wermström (EMW) wrote: I want to be able to access the unprotected documents(http://...) and from them, the protected documents(https://) without having to write https explicitly. With the above configuration I can get as far as the login procedure, where I'm asked for userid and

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Owen Boyle
BERWART Thierry wrote: Hello, The SSLRequireSSL command doesn't exist !! Has it been superseded? It's in the docs http://www.modssl.org/docs/2.8/ssl_reference.html#ToC22 Rgds, Owen Boyle __ Apache Interface to

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Firas
Hi Owen, You were right the module isn't loaded, but how come I can access the server throught https ?? That's strange, I checked apache's logs and I've got a bunch of these : error_log:[Wed May 30 08:54:41 2001] [notice] Apache/1.3.20 (Unix) ApacheJServ/1.1.2 mod_perl/1.25 PHP/4.0.5

Bad mac decode - update

2001-05-30 Thread Extemporal
A newly installed Netscape happily accepted a new certificate. Then gave the error - with the bad decode, browser remembered recreated certificate thing... So definitely nothing to do with stored certificates. __ Apache

Bad mac decode: cert NOT recreated or changed

2001-05-30 Thread Extemporal
Upgraded Apache_1.3.14 ro 1.3.20 + the same with mod_ssl Also upgraded mod_php and mysql Configuration files have not been changed, key + crt files not changed either. Restored backup crts and problem remains. Tried downgrading... Still got problem! Certificate moduli match the server key

Post method is not allowed

2001-05-30 Thread chirag parikh
MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii hi there, I have apache + modssl +openssl, which are working together fine. But i faced the problem when I try to submit form through the post method. which is very simple login page. Its hopefully work with get method but not with

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Owen Boyle
Firas wrote: You were right the module isn't loaded, but how come I can access the server throught https ?? I guess you actually defined a non-SSL virtualhost on port 443 and so the traffic was really plain HTTP... (did you get all the certificate dialogue?) That's strange, I checked

RE: Sun Crypto Accelerator Board?

2001-05-30 Thread Wohlgemuth, Michael J.
We are using the Sun crypto boards with openssl 0.96a. I just did the speed test and got similar results to yours. I think there must be something wrong with the tests. We aren't using them to speed up SSL so much as to off load the CPU, since it was running at 100% utilization. We don't need

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Firas
I actually got the right certificate, so i'm sure that ssl over http was enabled This is really strange. - Original Message - From: Owen Boyle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 10:17 AM Subject: Re: Invalid command 'SSLRequireSSL' Firas wrote: You

Re: Sun Crypto Accelerator Board?

2001-05-30 Thread Geoff Thorpe
Hi there, On Wed, 30 May 2001, James Bromberger wrote: I tried posting the following to the openssl-users list, but it seems that my requests for subscription and my post regarding the following issue went into the ether. I'll quote what I wrote earlier, and although this question is more

HTTP/1.1 persistant connections mod_ssl

2001-05-30 Thread Anthony Howe
I'm working on a specialised HTTP proxy server in Java for my firm. I've been testing with Netscape 4.77 and IE 5.5.1. Netscape is a HTTP/1.0 browser and behaves as expected. IE supports HTTP/1.1, in particular persistant connections (multiple requests over the same socket connection). IE

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread ]R[Target
Hiho there... I got the same error inside the httpd.conf file so i tried SSLRequire inside a .htaccess file in the directory to be secured...that worked.. Hope that helps... - tobias Hi Thierry , Unfortunately I get the same kind of error : Invalid command 'SSLRequire', perhaps

RE: HTTP/1.1 persistant connections mod_ssl

2001-05-30 Thread Wallace, William
You normally need to configure Apache to turn off persistant connections under HTTPS for IE. This is to avoid a bug in IE where the browser asumes the connection is still there even if the server has timed it out and closed it. When this occurs IE throws up an incorrect error message saying there

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Firas
Thanks for the advice Tobias, unfortunately that didn't work either. Something is seriously broken with mod_ssl , I just don't what, and how to fix it. - Original Message - From: ]R[Target [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 12:01 PM Subject: Re:

Re: Invalid command 'SSLRequireSSL'

2001-05-30 Thread Almut Behrens
On Wed, May 30, 2001 at 11:04:41AM -0400, Firas wrote: I actually got the right certificate, so i'm sure that ssl over http was enabled This is really strange. yeah, this is strange, so may I throw in an equally strange idea: Could it possibly be that you have two different versions of