Real Engineer Horror Stories ~ HTTP Status Code 0 and curl: (35) SSL connect error
I’ll introduce some “real engineer horror stories” I heard recently.
Two stories.
I heard a scary story about an unheard-of HTTP Status Code 0 being returned, so I researched it.
It seems that due to bugs in CakePHP or PHP Network libraries, when reasonPhrase is returned with two or more words, the HTTP Status Code isn’t set and becomes 0.
How scary…
I found an article about ‘curl: (35) SSL connect error’ occurring due to old libcurl versions.
For announced vulnerabilities, I want to fix them as much as possible by updating libcurl.
That’s all from the Gemba, where I want to regularly update library versions.