COPY and MOVE methods not working in SSL mode

Hi all,

Jigsaw-WebDAV is working well in HTTP mode. But, I am facing problems in COPY and MOVE methods, while working in HTTPS mode. I configured the Jigsaw server to run WebDAV. It is working well with PROPFIND, PUT and other methods. But, it is giving a problem when COPY and MOVE methods are called. It's giving "500 Internal Server Error". 

I observed that when the request processing is done by directly getting the information from the client then it is working, but when the request processing is done by getting the information from within the server then it is not working. For COPY and MOVE methods, the processing is done at the server itself unlike the PUT method where the source resource is uploaded from a client.

Please let me know, if you have faced such problem in Jigsaw-WebDAV in HTTPS mode.

thanks in advance,
Ranjan.

 

Received on Thursday, 30 October 2003 01:24:14 UTC