Open Klaasvaak opened 7 years ago
I found this here: https://github.com/nategood/httpful/blob/fc8e4274a09529a6ff29b9c6c0a105ee43dbfda5/src/Httpful/Request.php#L35
It looks like it will not verify tls by default, is that true? If so, shouldn't the strict_ssl value be true by default?
It also forces the withoutStrictSSL in _initializeDefaults here: https://github.com/nategood/httpful/blob/fc8e4274a09529a6ff29b9c6c0a105ee43dbfda5/src/Httpful/Request.php#L767
withoutStrictSSL
_initializeDefaults
What about strict peer verification? http://php.net/manual/en/migration56.incompatible.php#migration56.incompatible.peer-verification
I found this here: https://github.com/nategood/httpful/blob/fc8e4274a09529a6ff29b9c6c0a105ee43dbfda5/src/Httpful/Request.php#L35
It looks like it will not verify tls by default, is that true? If so, shouldn't the strict_ssl value be true by default?
It also forces the
withoutStrictSSL
in_initializeDefaults
here: https://github.com/nategood/httpful/blob/fc8e4274a09529a6ff29b9c6c0a105ee43dbfda5/src/Httpful/Request.php#L767