kenricashe

Results 7 comments of kenricashe

Same here using 1.4.3 in Ubuntu 20.10 with Apache 2.4.46. I followed the instructions from [Chandan Kumar](https://geekflare.com/local-dev-environment-ssl/) and had no errors until trying to actually load in Firefox.

Found my solution! Just had to [configure support for TLS 1.2 and 1.3 in Apache2](https://tecadmin.net/enable-tls-in-modssl-and-apache/).

Well since stripe-cfml is the black box handling those communications, I don't know what Stripe's API is returning, if anything. As for my app, I could try/catch, but it would...

I've fixed stripe.cfc on my end thusly: ``` if ( structKeyExists( response.headers, 'Request-Id' ) && structKeyExists( response.headers, 'Content-Type' ) ) { response[ 'requestId' ] = response.headers[ 'Request-Id' ]; } else...

Ha, the spelling error is in a file I did not edit. :smile: What happens now?

> The user is free to set whatever option they want Okay but which option is ideal?

I don't know how to get "actions-user" to sign the CLA hahaha and ... those Lint failures? Well I only edited one file and ironically it was to fix spelling,...