Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in JDK7 #5

Closed
ashokpalukuri opened this issue Dec 26, 2016 · 1 comment
Closed

Not working in JDK7 #5

ashokpalukuri opened this issue Dec 26, 2016 · 1 comment

Comments

@ashokpalukuri
Copy link

ashokpalukuri commented Dec 26, 2016

trying to install cert in jdk7, getting the following Exception

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at com.imagework.utils.DomainCertificate.installSSLCert(DomainCertificate.java:85)
at com.imagework.utils.XAPIUtils.getAndInstallSSLCert(XAPIUtils.java:269)

@escline
Copy link
Owner

escline commented May 19, 2020

Verified working with JDK8 on Windows.

@escline escline closed this as completed May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants