• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Apache HTTPClient

New Here ,
Sep 25, 2006 Sep 25, 2006

Copy link to clipboard

Copied

Good afternoon,

Has anyone out there successfully used the Apache Jakarta HTTPClient as an alternative to CFHTTP? I am trying to use it to get around an error that I am getting using CFHTTP to connect securely to a particular host. The error I am getting trying to use the Jakarta HTTPClient is rather generic and unhelpful. (Jrun Servlet Error). The error that I receive using CFHTTP is "Connection failure" (I/O Exception: Premature EOF encountered). I have tried importing the certificate from the host into the cacerts file, playing with CFHTTPPARAM to modify the headers, and I am at my wit's end.

Thank you in advance for the help,

-- Jim C.
TOPICS
Advanced techniques

Views

234

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 26, 2006 Sep 26, 2006

Copy link to clipboard

Copied

LATEST
Is your apache serving up compressed/deflated pages? cfhttp does not handle those well if at all. Use the code below to force non-deflated responses.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation