Bug #3157

SOGo: proxy-nokeepalive option breaks compatibility with other HTTP servers

Added by Giacomo Sanchietti about 6 years ago. Updated about 6 years ago.

Status:CLOSEDStart date:
Priority:NormalDue date:
Assignee:-% Done:

100%

Category:nethserver-sogo
Target version:v6.6
Security class: Resolution:
Affected version:v6.6-final NEEDINFO:No

Description

SOGo is configured inside the default virtual host with the following option:

SetEnv proxy-nokeepalive 1

The option is valid for all locations and can break multiple proxy pass for other HTTP server installed in the system.
Symptom on a client:

GET https://myserver/webrest/offhour/listen_announcement/3 
...
net::ERR_CONTENT_LENGTH_MISMATCH

The workaround is to set the option only for SOGo location.
Tested fragment for default virtualhost:

<Location /SOGo>
 SetEnv proxy-nokeepalive 1
  Allow from all
</Location>

Associated revisions

Revision 3c3f135d
Added by Giacomo Sanchietti about 6 years ago

apache config: move proxy-nokeepalive option inside SOGo location. Refs #3157

History

#1 Updated by Giacomo Sanchietti about 6 years ago

  • Category set to nethserver-sogo
  • Status changed from NEW to TRIAGED
  • Target version set to v6.6
  • % Done changed from 0 to 20
  • Affected version set to v6.6-final

#2 Updated by Giacomo Sanchietti about 6 years ago

  • Status changed from TRIAGED to ON_DEV
  • Assignee set to Giacomo Sanchietti
  • % Done changed from 20 to 30

#3 Updated by Giacomo Sanchietti about 6 years ago

  • Status changed from ON_DEV to MODIFIED
  • % Done changed from 30 to 60

#4 Updated by Giacomo Sanchietti about 6 years ago

  • Status changed from MODIFIED to ON_QA
  • Assignee deleted (Giacomo Sanchietti)
  • % Done changed from 60 to 70
Package in nethserver-testing:
  • nethserver-sogo-1.5.1-1.1.g3c3f135.ns6.noarch.rpm
Test case 1
  • Try to access SOGo web interface
Test case 2
  • Synchronize contacts and calendar with an iOS device

#5 Updated by Alessandro Polidori about 6 years ago

  • Assignee set to Alessandro Polidori

#6 Updated by Alessandro Polidori about 6 years ago

  • Status changed from ON_QA to VERIFIED
  • Assignee deleted (Alessandro Polidori)
  • % Done changed from 70 to 90

Test 1 and 2 work correctly.

#7 Updated by Giacomo Sanchietti about 6 years ago

  • Status changed from VERIFIED to CLOSED
  • % Done changed from 90 to 100
Released in nethserver-updates:
  • nethserver-sogo-1.5.2-1.ns6.noarch.rpm

Also available in: Atom PDF