OpenSSL Error messages: error:14077410:SSL |
Guru master
|
This is probably not the best forum for that question; NuSphere prefer PhpED related questions
The cause is possibly the system that you are connecting from using PHP has incompatible SSL ciphers compared with the remote system, causing the handshake to fail. I think PHP uses curl for that request, but using default options. You may find you can work around the problem by using PHP curl directly to get the file, because then you could try changing the curl options to make them work. Possibly the correct solution is that an update is required on your PHP system so that it has newer versions of SSL/TLS and/or PHP curl. If your $url is not secure, you could post it then I could do a test on it to provide more information. |
||||||||||||
|
|
Thanks.
I should have mentioned I am running the script on the PHPED environment. When run on XAMP the code does not fail |
||||||||||||
|
Guru master
|
Possibly you are running the code using the PhpED web server (SRV) ?
SRV supports absolutely normal PHP, but it might not have all the required modules installed for your SSL connection. By default a whole bunch of modules are commented out. You can run PhpED projects using your XAMP, which is what I do. Personally I never use SRV. If you are already running PhpED through your XAMP then something strange is going on because I have never seen PhpED or the NuSphere debugger affect the execution of PHP code when running through Apache. |
||||||||||||
|
Site Admin
|
sslv3 alert handshake failure - means your server behind the URL rejected SSLv3 and there is a good reason to reject this version of protocol on all public servers. You have to switch to TLS 1.1 or higher.
If this is a development server, you can enable SSLv3. |
||||||||||||
_________________ The PHP IDE team |
OpenSSL Error messages: error:14077410:SSL |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by