I need to access a SOAP service with a certificate protected by password. I’m new in PHP (with PHP 5.4 in CodeIgniter 2) and have tried some options that doesn’t work for me. I have the following …
Tag: ssl
PHP ignoring curl.cainfo setting in php.ini (apparently)
I’m trying to fix a php_curl call on a Windows server (running IIS) that is returning the familiar error “SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed”. As detailed in many related questions here, I downloaded http://curl.haxx.se/ca/cacert.pem, moved it to my server’s hard drive, and added the curl.cainfo setting to my php.ini: Nothing,
cURL error 35 – Unknown SSL protocol error in connection to api.rkd.reuters.com:443
From development machine (mac) there is no problem connecting via cURL in PHP to this, but in Ubuntu, I get this error. I’ve tried on a local machine and on an Amazon AWS instance. I’ve googled and googled and keep coming up to brick walls. There’s no firewall restrictions in place, its a complete mystery. php5-curl IS installed in ubuntu,
MySQL SSL Remote Connection Error: Unable to get Private Key
I am attempting to write a PHP script (hosted on a VPS with GoDaddy) that connects to a remote MySQL database (hosted on an Amazon EC2 instance) using SSL. I generated some certs (as per http://dev….
Alternative to SSL – “Manual” Encryption? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last year. Improve this question I would like to encrypt data that travels back and forth between the server and client in my Web application. I would
HTTPS and SSL3_GET_SERVER_CERTIFICATE:certificate verify failed, CA is OK
I am using XAMPP for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when I curl HTTPS enabled sites I get the following exception Fatal error: Uncaught exception ‘RequestCore_Exception’ with message ‘cURL resource: Resource id #55; cURL error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
SSL Connection Reset
I am attempting to connect to an HTTPS endpoint in Java. Every method I have tried (more details below) ends up generating this stack trace: I have tried: Connecting with the javax SOAP libs and a new URL(“https://…”) Connecting with new URL(“https://…”).openConnection() Creating an SSL connection by hand: A few more details: Every method I have tried has worked against
Images not showing up with https
Suddenly, my images are not showing up on my site when accessing https pages. No change in my code. My host did have to recompile their ftp service with SSL support after my request (so I could ftpes my site). Can’t thing of anything else that would affect my SSL cert. Same thing happens on FF and IE and on
Connecting to Gmail through IMAP with PHP – SSL context failed
I’m trying to connect to Gmail through IMAP with PHP running in Apache. This is on an Ubuntu 9.04 system. I’ve got some sort of PHP configuration issue that is keeping this from working. First, …