I am new to php and I am getting this error trying to load a cert
jameys-macbookpro41:~ user$ php -f ~/Sites/providerService.php
Warning: s
Notes for the future (after having a big headache because of all of this): 1. if you get the handshake error - the pem file you created is probably wrong.
a. make sure the file is in the same directory as the php you are trying to run. b. export the certifcate p12 file AND the key under it in the keychain access utility.both of these files will be the SAME size, but they ARE different. c. do the above "openssl" commands in the macintosh terminal.
btw, the message "Failed to enable crypto" will dissappear when the system runs correctly.