Menu

The remote server returned an error: (417)

Help
Heha
2009-05-27
2013-04-23
  • Heha

    Heha - 2009-05-27

    The remote server returned an error: (417) Expectation failed..

    My Redmine is set in subdomain (e.g. redmine.myserver.in.th). I try to connect and it shows as above error. What should I do?

     
    • Nohal

      Nohal - 2009-05-28

      Looks like your webserver or proxy doesn't properly handle the Expect HTTP headers .NET implicitly sends. Changing your RedmineClient.exe.config could help you get around this problem:

      <configuration>
      ...
      <system.net>
      <settings>
                  <servicePointManager expect100Continue="false" />
      </settings>
      </system.net>
      </configuration>

       
      • Heha

        Heha - 2009-06-13

        Maybe it's a little late but thank you. :)

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.