Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: rebarn on September 04, 2007, 01:46:11 PM
-
Hi all, sorry if this query has been answered elsewhere, i've had a good look around for people with the same problem, but i can't find anything anywhere!
i know that to use phpmyadmin you have to connect using https, but for some reason our server isn't allowing us to connect remotely using https. The server is hosting webpages and files perfectly under http://development.rebarn.com (http://development.rebarn.com), but the server times out when using https and obviously we get a 403 on using http.
can anyone help?
-
hello,
i have the same problem.
i search about this problem, keep connect.
a+
harry
-
Try
myadmin instead of phpmyadmin
-
Specified:
when i try to access to phpmyadmin from local lan : "https://local.ip.class/myadmin/" ok, it's work !
I enter this :
"db configuration setprop phpmyadminmulti access public"
"signal-event console-save"
when i try to access to phpmyadmin from external lan : "https://internet.ip.class/myadmin" no, don't work !
why try myadmin ?
If I am not mistaken : myadmin is a specific windows program who access mysql through 3306 port.
It is not identical to the duo http(s)browser client side / php server side !
And moreover, you must open 3306 port to the external network (internet)
i continue to search ...
a+