http + https

http + https

am 20.09.2002 17:02:33 von Mark Cance

> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3115382554_1074010
Content-type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

I=B9m trying to configure my server to use SSL just for requests to a specifi=
c
directory.

I=B9ve read the manuals, installed mod_ssl + certificate and all seemed to be
working fine,=20

HTTP access to the server at large goes ahead and http accesses to the
=8Csecured=B9 directory are refused as desired.

However when a file know to be stored within the secured directory is
requested a page not found error is displayed and the following written to
ssl_engine_log, (ssl_request_log remains empty);

[20/Sep/2002 15:33:26 68075] [error] SSL handshake interrupted by system
[Hint: Stop button pressed in browser?!] (System error follows)
[20/Sep/2002 15:33:26 68075] [error] System: Broken pipe (errno: 32)

I=B9m using the following lines in my httpd.conf to try and achieve the
desired affect;

SSLVerifyClient none

SSLRequireSSL
SSLVerifyClient require
SSLVerifyDepth 1


When I put the above lines in the ssl virtual host directive nothing appear=
s
to happen, http accesses to the directory are granted, though when I move i=
t
to http accesses to the directory are refused as
desired, which confuses me.

Can anyone help as I=B9m real stuck with this one.
=20
BTW- as yet the CommonName used by my certificate is not applied to my
server, I=B9m accessing the machine via its IP and acknowledging the warning
dialogue my browser displays=8A I=B9m assuming this is not the cause of my
trouble?

--B_3115382554_1074010
Content-type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable



http + https


I’m trying to configure my server to use SSL just =
for requests to a specific directory.



I’ve read the manuals, installed mod_ssl + certificate and all seemed=
to be working fine,



HTTP access to the server at large goes ahead and http accesses to the R=
16;secured’ directory are refused as desired.



However when a file know to be stored within the secured directory is reque=
sted a page not found error is displayed and the following written to ssl_en=
gine_log, (ssl_request_log remains empty);



[20/Sep/2002 15:33:26 68075] [error] SSL handshake interrupted by system [H=
int: Stop button pressed in browser?!] (System error follows)

[20/Sep/2002 15:33:26 68075] [error] System: Broken pipe (errno: 32)



I’m using the following lines in my httpd.conf to try and achieve the=
desired affect;



SSLVerifyClient none

<Directory /usr/local/apache/htdocs/secure>

        SSLRequireSSL

        SSLVerifyClient require

        SSLVerifyDepth 1

</Directory>



When I put the above lines in the ssl virtual host directive nothing appear=
s to happen, http accesses to the directory are granted, though when I move =
it to <IfModule mod_ssl.c> http accesses to the directory are refused =
as desired, which confuses me.



Can anyone help as I’m real stuck with this one.

 

BTW- as yet the CommonName used by my certificate is not applied to my serv=
er, I’m accessing the machine via its IP and acknowledging the warning=
dialogue my browser displays… I’m assuming this is not the caus=
e of my trouble?





--B_3115382554_1074010--

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org