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

TLS 1.2 not working #1

Open
christierney402 opened this issue Jan 26, 2017 · 1 comment
Open

TLS 1.2 not working #1

christierney402 opened this issue Jan 26, 2017 · 1 comment

Comments

@christierney402
Copy link

I am running test/run.cfm installed on ColdFusion Enterprise Edition 9,0,2,282541 Java: 1.7.0_80 .

The TLS 1.2 test is failing.

TLS 1.2 / Mozilla Modern Configuration
GET https://mozilla-modern.badssl.com/
FAIL: Expected 200 got exception: Received fatal alert: handshake_failure

@pfreitag
Copy link
Member

Try adding -Dhttps.protocols=TLSv1.1,TLSv1.2 to your JVM config, and see if that solves it.

Java 1.7 implements TLS 1.2 but it is not enabled by default. See https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https for more info.

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