Zend Http Client SSL certificate validation failure with custom CA bundles
The Zend\Http\Client (Laminas) relies on PHP stream wrappers to handle SSL/TLS handshakes. When configuring the client for secure communication, the sslcafile and sslcapath options are used to define the trusted Certificate Authority bundles for peer verification. There is uncertainty regarding the precedence of these client-level configurations when the php