Hide Forgot
Created attachment 1148092 [details] curl-7.19.7-46-nss_ssl_default_range_fix.patch Description of problem: curl and libcurl can not access to HTTPS server which allows only TLS v1.1 and TLS v1.2. Because RHEL's implementation for nss is not enough. Version-Release number of selected component (if applicable): 7.19.7-46.AXS4 Steps to Reproduce: 1. Create a https server which allows TLS v1.1 or TLS v1.2, or both. 2. curl https://<target server> 3. get "SSL connection error" In my research, RHEL's fix is not enough for NSS. So, I attached the patch and test is completed.
You need to update to curl-7.19.7-50.el6 and nss-3.19.1-6.el6 for this to work. See bug #1289205 and bug #1272504 for details. *** This bug has been marked as a duplicate of bug 1289205 ***