Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

417 Expectation Failed with Plone behind Apache Proxy #4384

Closed
cyberduck opened this issue Apr 8, 2010 · 1 comment
Closed

417 Expectation Failed with Plone behind Apache Proxy #4384

cyberduck opened this issue Apr 8, 2010 · 1 comment
Assignees
Labels
bug duplicate webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

80dc02a created the issue

I have a Plone site running behind Apache's modproxy so that DAV sessions are SSL encrypted. When I connect to the Plone site and try to upload any files I get the 417 Expectation Failed error.

Log Output:

PUT /Plone/FILENAME.EXT
HTTP/1.1
Authorization: Basic HASH
User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
Host: dav.SITE.DOM
Expect: 100-continue
Content-Length: 51712
Content-Type: application/vnd.ms-excel

HTTP/1.1 417 Expectation Failed
HTTP/1.1 417 Expectation Failed
Date: Thu, 08 Apr 2010 19:00:23 GMT
Content-Length: 449
Content-Type: text/html; charset=iso-8859-1

PROPFIND /Plone/PATH HTTP/1.1
Authorization: Basic HASH
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
Host: dav.SITE.DOM
Content-Length: 207
Depth: 0

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Thu, 08 Apr 2010 19:00:26 GMT
Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1 Plone/3.3.5
Content-Length: 636
Content-Type: text/xml; charset="utf-8"

PROPFIND /Plone/PATH HTTP/1.1
Authorization: Basic HASH
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
Host: dav.SITE.DOM
Content-Length: 207
Depth: 1

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Thu, 08 Apr 2010 19:00:27 GMT
Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1 Plone/3.3.5
Content-Length: 636
Content-Type: text/xml; charset="utf-8"
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #2896.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants