I'm kinda desperate here. I had an application who was working just fine. It's supposed to connect to an API to recover some quotes and orders to import them on an ERP.
But recently the nginx server on which the data is stored has been updated and since then I cannot get the data. I've upgraded my framework to 4.7 cause it's supposed to handle the TLS connexions parameters on its own (from what I've understand at least I may be wrong I'm not really familiar with all of this).
But I still have the same error message : Could not create SSL/TLS secure channel.
Do you have any suggestions regarding this issue ?
Cheers.