This topic is locked

Connect with php to https

8/1/2007 12:43:15 AM
PHPRunner General questions
M
malmcg2000 author

I have had a couple of sites (projects built in phprunner 3.1)on a server address http://etc.etc which need to be updated and the server has been changed to be https://etc.etc.

How can I access the server. (Now using 4.0)

Thanks.

Alexey admin 8/1/2007

Hi,
you don't need to change anything in PHPRunner-created pages.

They work fine at both http and https sites.

M
malmcg2000 author 8/2/2007

Hi

RE problem with https://

When I attempt to connect I get [ Cannot connect to xxxxx ] Try to open your connection script in browser.

I can access the script using the same address in the browser and can see the database.

Am trying to create a new project on the https server.

Thanks.

Sergey Kornilov admin 8/2/2007

I see what you saying.
The current version of PHPRunner do not support connection to phprunner.php file via HTTPS.

You can either put phprunner.php to the folder accessible via HTTP or build PHP pages against your local database.

M
malmcg2000 author 8/2/2007

Thanks.

Is that a possible future option.

Thanks for your help.

M
malmcg2000 author 8/2/2007

I see what you saying.

The current version of PHPRunner do not support connection to phprunner.php file via HTTPS.

You can either put phprunner.php to the folder accessible via HTTP or build PHP pages against your local database.


Sorry I'm a bit thick!

Do you mean I can duplicate the database on a http server, build the project, then upload all the files to the https server?

Thanks.

Sergey Kornilov admin 8/2/2007

Sure, you can do this.
You can also build PHP code against your local database.