Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An end user reported that he had problem with authenticating with HTTPS. The problem was eventually resolved when he discovered the HTTPS server did not return a HTTP code 401 Authorization Required. The solution was to set the following URI option: httpClient.authenticationPreemptive=true

Accepting self signed certifications from remote server

See this link from a mailing list discussion with some code to outline how to do this with the Apache Commons HTTP API.

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also

...