Java 1.4 SHA265 Issue?
Asked Answered
I

1

0

I'm currently supporting a legacy e-commerce application that runs on Java 1.4.

I understand that 1.4 does not support SSL certificates signed with SHA256, is this correct and will I have issues establishing connections with other sites requesting the use of this certificate?

Are there any known workarounds to solve this issue?

Irons answered 27/5, 2015 at 9:41 Comment(0)
S
1

That's not quite right: SHA-256 (and SHA-384, SHA-512) were introduced in 1.4.2

If there is no option to update you could use bouncycastle as your security provider. At http://www.bouncycastle.org/specifications.html#install (Section 5.0 Bouncy Castle Provider) you find information about registering it as a provider.

Seeger answered 27/5, 2015 at 10:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.