I have a PHP app running on a php 7.0 Ubuntu server that uses a mix of custom code and and open source code.
I'd like to force the use of TLSv1.2 for all curl connections at the php.ini level.
Is there a way to do that?