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