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.0 Requests - ColdFusion 10+ #13

Open
opendealer opened this issue Jul 28, 2016 · 2 comments
Open

TLS 1.0 Requests - ColdFusion 10+ #13

opendealer opened this issue Jul 28, 2016 · 2 comments

Comments

@opendealer
Copy link

ColdFusion comes with java 1.7... which does 1.0 TLS cfhttp calls... when you use that it throws this error:

401 Unauthorized

{ "error": { "type": "invalid_request_error", "message": "Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls." } }

Solution:

  1. Upgrade to Java 8.
  2. Login to ColdFusion Administrator > Java JVM
  3. Change the path of the JVM to the new installed path (defaults to: C:\Program Files\Java\jre1.8.0_102 in windows. )
  4. Restart ColdFusion Server - Service.
  5. Re-Test.. it should work now..

Just thought I'd suggest this as a fix in case anyone was running into the same problem.

Pablo Varando
www.easycfm.com

@sabashChinTam
Copy link

Hi Pablo Varando,

Thanks for your information. It is helped me. thanks again

@rip747
Copy link

rip747 commented Oct 13, 2016

FYI. If get an Error code 2 when starting the ColdFusion Application Service, you need to copy msvcr100.dll from {JDK Home}\jre\bin to {ColdFusion-Home}\runtime\bin.

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

3 participants