PHP5
I have a SOAP object that is connected over SSL. I need to get the common name from the cert after the connection has been made.
When I do a print_r on the soap object, I do see a object->sdl var that has a resource id.
Is there a way to read the cert from this resource? Or is there any other way to read the cert?