I have a Java Servlet running on a Tomcat 7 server that uses Client Authentication. I want to make a HTTP request from a PHP script to this server. I'm not that familiar with PHP but from what I found online it seems that the cURL library can be used for this task. I've read the cURL documentation but I didn't find any way of setting a certificate for client authentication. Am I missing something, is there any way to do this using cURL or is there any other PHP library that can be used for this ?
Asked
Active
Viewed 996 times