I'm running a PHP client program on OS X 10.10 built in apache server. PHP (5.5) is configured with OpenSSL. When connecting to a server via a secure socket using fsockopen()
how does the client obtain the certificates required for a secure connection since we are not providing them specifically ?
Thanks for your time.