Changes at Authorize.net
scooter6 at gmail.com
scooter6 at gmail.com
Thu Mar 1 11:25:47 PST 2018
Hmm....I'm pretty familiar with this aren't I Mark? haha
Everything running smoothly today - thanks
Scott
On Fri, Feb 9, 2018 at 2:44 PM, Fairlight via Filepro-list <
filepro-list at lists.celestial.com> wrote:
> That would be an interesting trick, since 2.1 doesn't exist, and 1.3 is
> still in draft form only.
>
> Your solution is also wholly inadequate for people running CentOS 5.x or
> earlier end-of-life platforms which do not have an OpenSSL library newer
> than about 1.0.1e, when TLS 1.2 support was roughly completed. (I recall
> earlier versions being a bit dodgy in the 1.0.1 series, if memory serves.)
> If you're stuck on anything prior to 1.0.1, you're going to be unable to
> use TLS 1.2, full stop. No amount of begging for an update with yum will
> help that.
>
> There are solutions for EOL platforms, such as parallel installations of
> OpenSSL, and rebuilds of the pertinent binaries against those libraries.
>
> mark->
>
>
> On Fri, Feb 09, 2018 at 01:36:23PM -0600, Richard D. Williams via
> Filepro-list thus spoke:
> > FYI - FP on Linux
> >
> > As of Feb 28, 2018 Authorize.net is moving from TLS 1.1 to TLS 2.1.
> >
> > If you are using a curl script inside filepro, you must make sure
> > you have the most recent version of curl. (yum update curl)
> >
> > Then just add *--tlsv1.2*to your script.
> >
> > To check the curl version;
> >
> > <?php
> > $curl_info = curl_version();
> > echo $curl_info['ssl_version'];
> > ?>
> >
> > To test your connection;
> >
> > <?php
> > $ch = curl_init('https://secure2.authorize.net/gateway/transact.dll');
> > curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
> > curl_setopt($ch,CURL_SSLVERSION_TLSv1_2,true);
> > curl_setopt($ch, CURLOPT_VERBOSE, true);
> > $data = curl_exec($ch);
> > curl_close($ch);
> > ?>
> >
> > Hope this helps somebody,
> >
> > Richard D. Williams
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <http://mailman.celestial.com/pipermail/filepro-list/
> attachments/20180209/ce3eb713/attachment.html>
> > _______________________________________________
> > Filepro-list mailing list
> > Filepro-list at lists.celestial.com
> > Subscribe/Unsubscribe/Subscription Changes
> > http://mailman.celestial.com/mailman/listinfo/filepro-list
> >
>
> --
> Audio panton, cogito singularis.
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20180301/cf6544a5/attachment.html>
More information about the Filepro-list
mailing list