curl-users
Re: curl error 35 - Unknown SSL protocol
Date: Wed, 27 Jul 2016 18:38:48 -0400
On 7/27/2016 5:59 PM, Kulcyk, JoAnn wrote:
> Does curl retry for an SSL protocol error?
No it doesn't, it only retries for transient errors or timeouts [1]. You
will have to script it yourself or modify the source [2] if you want to
do that. I wonder though why you'd want to retry for an unknown protocol
error. Typically an error like that when you connect to a server is all
the time or none of the time.
[1]: https://curl.haxx.se/docs/manpage.html#--retry
[2]: https://github.com/curl/curl/blob/curl-7_50_0/src/tool_operate.c#L1455
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-07-28