diff --git a/SoObjects/SOGo/SOGoCASSession.m b/SoObjects/SOGo/SOGoCASSession.m index ce0f8917e..4d684c382 100644 --- a/SoObjects/SOGo/SOGoCASSession.m +++ b/SoObjects/SOGo/SOGoCASSession.m @@ -390,7 +390,7 @@ [httpConnection autorelease]; request = [[WORequest alloc] initWithMethod: @"GET" uri: [requestURL hostlessURL] - httpVersion: @"HTTP/1.1" + httpVersion: @"HTTP/1.0" headers: nil content: nil userInfo: nil]; [request autorelease];