After upgrading from mendelson_opensource_as2_1.1b53 (java8) to b59 (java11), we got this error:
'void org.apache.http.conn.ssl.SSLConnectionSocketFactory.(javax.net.ssl.SSLContext, java.lang.String[], java.lang.String[], javax.net.ssl.HostnameVerifier)'
Someone have an idea about it. Can that be configured
Forum
AS2
Comments
Alex, looks like you have…
Submitted by service on Tue, 09/28/2021 - 11:59
Alex,
looks like you have old jlibs in your classpath (old apache http client).
Regards
Phew, you are right, that…
Submitted by Alex on Wed, 09/29/2021 - 10:42
Phew, you are right, that was the solution. I didn't find anything in the upgrade_howto.txt (non-windows) about it.
[..] To upgrade the…
Submitted by service on Wed, 09/29/2021 - 11:40
In reply to Phew, you are right, that… by Alex
[..]
To upgrade the mendelson opensource AS2 from a previous installed version please perform the following steps:
1.Make a backup of the installation directory of the mendelson opensource AS2. If anything happens during the update this backup could be copied over the installation and will restore the full state before the upgrade
2.Delete the jlib directory found below the installation directory.
[..]
You did not perform step 2 because this was badly placed (outside the non-windows installation text) in the document. We just added an additional hint in the non-windows installation part, thank you for the feedback.
Regards