This topic is locked

Connection problem over https/HTTP2.0

12/9/2016 9:05:00 AM
PHPRunner General questions
J
jonas author

Hello
I have been using PHP Runner for years - and I really love this software! But now my service provider was moving all my stuff to a new server and I have not been able to connect to the new database using phprunner.php. The connection seems to work fine when tested in browser, but using the same information inside PHP Runner it does not work. I do not know much about the technical side, but the guy told me to ask if there was a problem to connect phprunner.php over https/HTTP2.0.
Best regards

Jonas Helgason

Sergey Kornilov admin 12/9/2016

It should work with HTTPS as well. Probably something else was changed besides HTTPS being enabled.

Sergey Kornilov admin 12/13/2016

We found that the version of HTTPS protocol your server uses ( TLS v1.2 ) is not currently supported by PHPRunner. It works with TLS v1.0 only.

You can get this working moving phprunner.php to the unsecured (http) section of your site.
We'll add TLS v1.2 support to the next version of PHPRunner.