gerbamboo.blogg.se

Test tls 1.2 connections in curl
Test tls 1.2 connections in curl





test tls 1.2 connections in curl

* environment_results|null updated results or null. * environment_results $result object to update, if relevant. * Check if recommended version of libcurl is installed or not. On a true server: CentOS release 6.8 (Final)

test tls 1.2 connections in curl

This is one of those areas where running a local (MAMP/XAMP or whatever) *isn't* the same as what a server runs. One can see that the curl that comes as port of MAMP is actually older than the curl that's with the OS but it's still a version that Moodle check won't complain about. That in theory should force curl to use TLSv1.2. SSL is supported until the end of January. Until now, remote server supported SSL and TLS but because of 'poodle' bug, admin decided to disable SSL and use TLS only. Ĭurl 7.28.1 (x86_64-apple-darwin10.8.0) libcurl/7.28.1 OpenSSL/0.9.8} zlib/1.2.8 libidn/1.17 In my PHP app I use PHP's CURL and openssl, to connect and talk using SOAP. On a Mac - what comes natively with a Mac:Ĭurl 7.43.0 (x86_64-apple-darwin15.0) libcurl/7.43.0 SecureTransport zlib/1.2.5 There's a difference in MAMP (and other locally installed apps like that) in that MAMP provides all supports needed. the check does mysql and php checks then goes to 'custom checks' looking for supported versions of utilities/supports that Moodle would use.







Test tls 1.2 connections in curl