[Info-vax] Java on OpenVMS Alpha, HP FTP server archives (was: Re: ActiveMQ on VMS Alpha)
Arne Vajhøj
arne at vajhoej.dk
Wed Mar 8 12:29:49 EST 2023
On 3/8/2023 12:08 PM, Stephen Hoffman wrote:
> Java 5 will have issues with TLS connections, among other sorts of cruft.
Java 5 out of the box only supports TLSv1, which is horrible
obsolete (only TLS v1.2 and TLS v1.3 are acceptable).
But luckily the Java encryption model is pretty flexible and
by just tweaking the command line one can instruct Java to use
a newer encryption provider like BouncyCastle.
BC 159 supports TLS 1.2
BC 168 supports TLS 1.2 and 1.3
Testet on VMS Alpha.
Instructions are here:
https://www.vajhoej.dk/arne/vms/java_howto_sslupg.html
Arne
More information about the Info-vax
mailing list