Hi, i made a SSL Client using JAVA, with a key generated by Keytool. The command was the next: *keytool -genkey -keystore mySrvKeystore -keyalg RSA* Password: 123456 Now, im tryint to send a simple text using this kind of connection in PHP. The server already works with a Java Server / Java Client. Now i want a PHP Client. I tried every example listed in the OpenSSL section in the PHP help but nothing worked. Can you help me? Mariano