We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The System Report currently reports if cURL is enabled, but it would also be nice to show if TLS is enabled as well.
cURL
TLS
Many payment gateways (Stripe especially) require TLS to be enabled.
Originally brought up in https://github.com/easydigitaldownloads/edd-stripe/issues/318 but after discussion there it was determined having the information available for all extensions would be the most beneficial.
The text was updated successfully, but these errors were encountered:
This should be a simple enough thing to achieve.
We could look at using something like this solution on SO: https://stackoverflow.com/a/31351605
It not only tells us if TLS is enabled, but what version it's using, which can be important as well.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Enhancement Request
Explain your enhancement (please be detailed)
The System Report currently reports if
cURL
is enabled, but it would also be nice to show ifTLS
is enabled as well.Justification or use case
Many payment gateways (Stripe especially) require
TLS
to be enabled.Originally brought up in https://github.com/easydigitaldownloads/edd-stripe/issues/318 but after discussion there it was determined having the information available for all extensions would be the most beneficial.
The text was updated successfully, but these errors were encountered: