phax / as2-server

A standalone Java AS2 server - see as2-lib for the generic parts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch from plain URLConnection to Apache http client

phax opened this issue · comments

Based on issue #9

Currently as2-lib uses HttpURLConnection to connect to an outgoing server.
This works for http connections but lacks configuration for https connections.

Switching to Apache http client will give more power to as2-lib.

I looked at this, and it doesn't seem to be an easy task. I started and I reverted.