Frage SSL Invalid method in request / HTTP/1.1

Apache, Lighttpd, nginx, Cherokee
AWOHille
Posts: 274
Joined: 2011-09-05 09:00
 

Frage SSL Invalid method in request / HTTP/1.1

Post by AWOHille »

Folgende Fehlermeldung bekomme ich im error.log

Code: Select all

[error] [client xxxx:xxxx:xxxx:xxx::x] Invalid method in request  / HTTP/1.1
Ich vermute mal, das eine SSL Verbindung versucht über Port 80 zu gehen. Genau genommen nur wenn Roundcubemail per Carddav Server-intern Daten einliest (per https://). Liege ich bei meiner Annahme richtig bzw. wie vermeide ich das Problem?

Gruß Hille
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Frage SSL Invalid method in request / HTTP/1.1

Post by Joe User »

Aus dieser geposteten Logzeile allein lässt sich die Ursache des Errors leider nicht feststellen. Bitte poste zusätzlich die entsprechenden Logzeilen aus dem access.log (Timestamp muss exakt übereinstimmen).
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
AWOHille
Posts: 274
Joined: 2011-09-05 09:00
 

Re: Frage SSL Invalid method in request / HTTP/1.1

Post by AWOHille »

error.log

Code: Select all

[Wed Aug 22 23:17:36 2012] [error] [client xxxx:xxxx:xxxx:xxx::x] Invalid method in request  / HTTP/1.1
ssl_access.log

Code: Select all

Server_IP - - [22/Aug/2012:23:17:35 +0200] "REPORT /htdocs/owncloud/apps/contacts/carddav.php/addressbooks/Hille/hille HTTP/1.1" 401 7358 "-" "RCM CardDAV plugin/0.7.0"
Server_IP - - [22/Aug/2012:23:17:36 +0200] " / HTTP/1.1" 501 330 "-" "-"
Server_IP - Hille [22/Aug/2012:23:17:36 +0200] "REPORT /htdocs/owncloud/apps/contacts/carddav.php/addressbooks/Hille/hille HTTP/1.1" 207 7390 "-" "RCM CardDAV plugin/0.7.0"
Server_IP - - [22/Aug/2012:23:17:36 +0200] " / HTTP/1.1" 501 314 "-" "-"
Scheint sich meine oben genannte Vermutung doch nicht zu bestätigen ...
Last edited by AWOHille on 2012-08-23 00:16, edited 2 times in total.
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Frage SSL Invalid method in request / HTTP/1.1

Post by Joe User »

Entweder ist Dein Client, mit dem Du owncloud nutzt kaputt, oder owncloud selbst.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
AWOHille
Posts: 274
Joined: 2011-09-05 09:00
 

Re: Frage SSL Invalid method in request / HTTP/1.1

Post by AWOHille »

Ich vermute mal, das es am owncloud selber liegt, da sonst keine Probleme vorhanden sind.