TLS 1.2

2020-05-15 Thread Neil Meyer
I have a major issue currently running oracle java 1.7_80 seems like client
just disabled tls 1.1 in production we cant get that oracle update to run
tls 1.2 so was hoping that openjdk will run tls 1.2? And if so what version
must I download still being in line with 1.7


Re: TLS 1.2

2020-05-17 Thread Neil Meyer
Hi David,

Unfortunately that didnt work it will only work on Java 7 update 95 and not
on Update  80 of the Oracle JDK, I would like to know which version of
OpenJDK will work and what update?

Kind Regards
Neil Meyer


On Mon, 18 May 2020 at 08:29, David Holmes  wrote:

> Hi Neil,
>
> On 15/05/2020 9:35 pm, Neil Meyer wrote:
> > I have a major issue currently running oracle java 1.7_80 seems like
> client
> > just disabled tls 1.1 in production we cant get that oracle update to run
> > tls 1.2 so was hoping that openjdk will run tls 1.2? And if so what
> version
> > must I download still being in line with 1.7
>
> A quick google search indicates that setting
>
> -Dhttps.protocols=TLSv1.2
>
> should work with Java 7.
>
> Cheers,
> David
>
>


Re: TLS 1.2

2020-05-18 Thread Neil Meyer
We ended up going to 1.8 OpenJDK

On Mon, 18 May 2020, 3:30 PM Andrew Hughes  wrote:

>
>
> On 18/05/2020 07:50, Neil Meyer wrote:
> > Hi David,
> >
> > Unfortunately that didnt work it will only work on Java 7 update 95 and
> not
> > on Update  80 of the Oracle JDK, I would like to know which version of
> > OpenJDK will work and what update?
> >
> > Kind Regards
> > Neil Meyer
> >
> >
>
> JDK-7093640, which enables client-side TLS 1.2 by default, was added to
> OpenJDK 7 in 7u131 (January 2017). The latest version is 7u261.
>
> I would strongly suggest upgrading to something newer than 7u80 in
> general, as that version is subject to numerous security issues that
> have been fixed since it was released in 2015.
>
> Thanks,
> --
> Andrew :)
>
> Senior Free Java Software Engineer
> Red Hat, Inc. (http://www.redhat.com)
>
> PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
> Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222
>
>