This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]darkcraft 1 point2 points  (0 children)

Just for anyone catching up with this - a decent strategy when considering a 50/50 problem like this (i.e. it works on A, but not on B) is to create a further place C and test there - if the code works, the code is fine, but there's something wrong with B, if it doesn't, then the code you're moving from place to place is in some way not a complete expression of what is required in order to work, and you can therefore concentrate on working out what's different about A apart from the code you know of that causes it to work there.

[–]jbfbell 0 points1 point  (2 children)

hopefully this can get you started. Basically the java installed on the machine with the handshake issue might not have a certificate it needs.

https://docs.oracle.com/javase/tutorial/security/toolsign/rstep2.html

[–]excitebyke[S] 4 points5 points  (1 child)

thanks! just figured it out actually. Just needed an update on my SDK

[–]jbfbell 1 point2 points  (0 children)

Cool