problem in httpie/coreapi ssl library?
See original GitHub issueBy some testing with httpie I have discovered that httpie and coreapi fail to accept an ssl certificate if it does not come first in the ‘pem’ file:
$ http -a root:password123 GET https://www.site2.example.com/users/
hostname 'www.site2.example.com' doesn't match either of 'site1.example.com', 'www.site1.example.com'
The browsers and curl work OK as expected.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Library Errors - OpenSSLWiki
The library is complex and will encounter failures on occasion. The errors often fall into one of two categories: failing to use an...
Read more >SSL Library Error: 218570875 error:0D07207B:asn1 encoding ...
A common reason I've seen this happen is that the file generated by the certificate authority has DOS line endings. openssl on Linux...
Read more >SSL Library Error - BUF_MEM_grow:openssl_malloc failure
Hi, Our 32-bit process acting as EAP-TLS server running on Windows Server 2012 R2 platform uses OpenSSL third-party libraries for EAP ...
Read more >Error "Could not load SSL library" on Android with TidHTTP
It's an app for android and all my attempts fails. All i get it's the same error "Could not load SSL library". This...
Read more >SSL Library error and idracadm7 - Dell Community
Ran into an SSL library path error when trying to run an idracadm7 command and realized that I needed to install openssl-devel in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am experiencing a very similar problem with newer versions of http (0.8.0) and python (3.4.3)
Below is the output of http, wget and curl on the same url (cairon.net), as well as the output of
http --version
andpython --version
. Feel free to try it with any other http versions.I will shortly reopen it, but just remove it as you please because I do not use these utilities actively. Because
coreapi
reacts with the same error andcurl
works correctly, we can of course conclude that the problem is in some python ssl library…