Curl --insecure error in Cygwin (works in Linux)

2

1

Curl is returning an error in Cygwin. How do I eliminate this error?

 curl --insecure -X POST -d '<run><log encoding="hexBinary">4142430A</log><result>0</result><duration>2000</duration></run>'   https://localhost:4444

The tunnel is working fine in Linux. 'Curl' in Cygwin returns the following error: curl: (35) Unknown SSL protocol error in connection to https://localhost:4444

--Insecure only appears to be working on Linux, not Cygwin.

bocamax

Posted 2013-05-21T19:36:51.293

Reputation: 31

Most likely an old or incomplete version of curl. What version of curl do you have and where did you get it? – Lekensteyn – 2013-05-21T22:48:42.617

Curl 7.29.0-1. Installed with Cygwin, package "Net". – bocamax – 2013-05-31T19:37:30.563

What is bound to port 4444? – Yaakov – 2013-06-05T00:16:56.197

No answers