I am trying to export some users calendars for testing. Our director has the largest calendar of all users and he is the main one I am wanting to test. When I try to export to an ics file via the web interface it times out with the following error:Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GETÂ /SOGo/so/username/Calendar/personal.ics/export. Reason: Error reading from remote serverSo I searched some and found how to export calendars via command line with:
curl -u username:pass http://sogoserver/SOGo/dav/username/Calendar/personal.ics but it fails with: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an invalid response from an upstream server.<br /> The proxy server could not handle the request <em><a href="/SOGo/dav/username/Calendar/personal.ics">GET /SOGo/dav/username/Calendar/personal.ics</a></em>.<p> Reason: <strong>Error reading from remote server</strong></p></p> <hr> <address>Apache/2.2.15 (CentOS) Server at webmail.mdah.state.ms.us Port 443</address> </body></html> Is there anything I can adjust to allow the calendar to export properly? -- Donny B.-- [email protected] https://inverse.ca/sogo/lists
