phax / as2-lib

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

Question - AS2-lib client with AS2 server that works in https #119

Closed ihudedi closed 3 years ago

ihudedi commented 3 years ago

Hi @phax Can I send AS2 messages via the as2-lib to https server? Should I configure some properties or only set the correct url? Thanks, Itay

phax commented 3 years ago

Hi, just send to them. If the server is configured correctly, you don't need to set anything. More details follow later

phax commented 3 years ago

You can customize AbstractHttpSenderModule.createSSLContext() to customize what's allowed and what isn't

phax commented 3 years ago

Hi Itay, closing this one, as I guess it just worked.