cURL Error #:Unknown SSL protocol error

Hi,
I'm running into a problem with a synch script that has been active for a few months without any problem.
The error being returned is:
cURL Error #:Unknown SSL protocol error in connection to api.lightspeedapp.com:443
What could be the reason for this sudden change?
Any idea on how it can be fixed?
Thank you.
I'm running into a problem with a synch script that has been active for a few months without any problem.
The error being returned is:
cURL Error #:Unknown SSL protocol error in connection to api.lightspeedapp.com:443
What could be the reason for this sudden change?
Any idea on how it can be fixed?
Thank you.
7 comments
Adrian Samuel
Software Developer
Lightspeed HQ
}
You can explicitly state to use a higher TLS version in the CURL command line. For my Windows client the command line switch of --tlsv1.2 will force my client to make the connection using TLS 1.2, for example. As long as I have that library available on my computer. If you are using a Windows client, upgrading to newer .NET versions should automatically force the higher TLS version as default.
I just tried to set TLS 1.2 using a command explained here:
https://stackoverflow.com/questions/30145089/tls-1-2-not-working-in-curl
Unfortunately this blocks the script from working at all (just keeps on loading).
Dit anything change last night?
Never got any of these problems before, script has been running every 10 minutes since two months without any problem.
Any other ideas? I'm kinda stuck at the moment :-(
Could the problems have something to do with the leaky bucket limits?