You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hugo Carvalho <hu...@snqtb.pt> on 2003/02/18 20:20:38 UTC

[users@httpd] WebDAV over SSL

Hi everybody:

I'm running Apache 2.0.44 on a Win2K Pro box, with SSL. Everything works
fine.

I also loaded the mod_dav.so and mod_dav_fs.so modules.

If I activate WebDAV over "regular" http (i.e., without SSL), everything
works fine. If, however, I activate WebDAV over http+ssl, my DAV clients
refuse to connect and the errorlog complains "SSL23_GET_CLIENT_HELLO:
unknown protocol speaking not SSL to HTTPS port!?"

BTW, the client I'm using is DAVExplorer 0.81 (which works fine
*without* ssl!)

Could you point me to somewhere where I can read about this?

Thanks in advance.

Hugo


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] WebDAV over SSL

Posted by Rich Bowen <rb...@rcbowen.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 18 Feb 2003, Hugo Carvalho wrote:

> Hi everybody:
>
> I'm running Apache 2.0.44 on a Win2K Pro box, with SSL. Everything works
> fine.
>
> I also loaded the mod_dav.so and mod_dav_fs.so modules.
>
> If I activate WebDAV over "regular" http (i.e., without SSL), everything
> works fine. If, however, I activate WebDAV over http+ssl, my DAV clients
> refuse to connect and the errorlog complains "SSL23_GET_CLIENT_HELLO:
> unknown protocol speaking not SSL to HTTPS port!?"
>
> BTW, the client I'm using is DAVExplorer 0.81 (which works fine
> *without* ssl!)
>
> Could you point me to somewhere where I can read about this?

In the documentation for your DAV client. The client needs to support
this. There's not something that you need to do differently on the
server, which is, from the error message, clearly doing the right
thing.

Rich

>
> Thanks in advance.
>
> Hugo
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

- -- 
Who can say where the road goes
Where the day flows
Only time
 --Pilgrim (Enya - A Day Without Rain)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE+UpH0XP03+sx4yJMRAocpAKCsVxB0M9bwsx73rVfPBCvzgpcqBgCgjJiQ
MtntY79KTix5pfwq40Jbqnk=
=iUjm
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] WebDAV over SSL

Posted by Amol Jakatdar <aj...@odu.edu>.
Do you have

SSLProtocol -all +SSLv3
SSLCipherSuite HIGH:MEDIUM

if so try commenting those 2 lines. I was having problems with WebFile 
client, when I restricted Protocols and CipherSuites.

As a matter of fact, it worked fine with 2.0.42 + OpenSSL 0.9.6g but 
when I upgraded to 2.0.44 + 0.9.7 this proble started.
Removing those limitations worked for me.

Amol

Hugo Carvalho wrote:
> Hi everybody:
> 
> I'm running Apache 2.0.44 on a Win2K Pro box, with SSL. Everything works
> fine.
> 
> I also loaded the mod_dav.so and mod_dav_fs.so modules.
> 
> If I activate WebDAV over "regular" http (i.e., without SSL), everything
> works fine. If, however, I activate WebDAV over http+ssl, my DAV clients
> refuse to connect and the errorlog complains "SSL23_GET_CLIENT_HELLO:
> unknown protocol speaking not SSL to HTTPS port!?"
> 
> BTW, the client I'm using is DAVExplorer 0.81 (which works fine
> *without* ssl!)
> 
> Could you point me to somewhere where I can read about this?
> 
> Thanks in advance.
> 
> Hugo
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org