phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

AS2 server doesn't support SSL protocol #77

Closed ihudedi closed 6 years ago

ihudedi commented 6 years ago

Hi philip, Could you please let me know if SSL is supported in AS2 server. I don't see any reference in the code to add certificate for this, Thanks, Itay

phax commented 6 years ago

Hi Itay. Unfortunately not. It operates directly on socket level, but not with SSL. I suggest using the as2-servlet project to run it in a real application server.