Menu

#172 Issue with CalDAV and cPanel

2.0
closed
None
2016-01-09
2016-01-08
No

I am getting error while connecting with cPanel & CalDAV using the following configuration https://documentation.cpanel.net/display/CKB/How+to+Set+Up+Calendars+and+Contacts#11079bf60d434585aa2e7184d82eb286

An error occurred while sending the request. The server committed a protocol voilation. Section=ResponseStatusLine

What could be the possible reason for this?

Discussion

  • Alexander Nimmervoll

    see readme common network errors:
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine
    The server sends invalid headers. Enable the commented out option useUnsafeHeaderparsing in the app config file, see Debugging and more config options above.

     
  • Ashish Patel

    Ashish Patel - 2016-01-09

    Thanks a lot. Enabling line number 40. Helped fixing the issue. Thanks a lot.
    <httpWebRequest useUnsafeHeaderParsing="true" />

     
  • Alexander Nimmervoll

    • status: open --> closed
     

Log in to post a comment.