Has anyone ever experienced segmentation fault when using CurlAsyncHTTPClient on RHEL 5.3? It crashes when calling an https url, but not with http.
Asked
Active
Viewed 288 times
1 Answers
0
What version of libcurl are you using? It looks like RHEL 5.3 shipped with curl 7.15, which is too old for use with Tornado. The minimum supported version of libcurl in Tornado 4.0 is 7.21.1 (and newer versions are highly recommended - the current version of libcurl is 7.38).

Ben Darnell
- 21,844
- 3
- 29
- 50