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

AS2 server doesn't support SSL protocol

ihudedi opened this issue · comments

Hi Philip,
Could you please let me know if the AS2 server has support for SSL protocol.
Seems like he doesn't enable https protocol.
I am trying to understand if there is a place to configure certificate for https
Thanks,
Itay

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