Current time: 05-08-2024, 12:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
Autologin for PMA in trunk #1521 doesn´t work ?
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #2
RE: Autologin for PMA in trunk #1521 doesn´t work ?
(02-18-2009 06:13 PM)BeNe Wrote:  
Code:
[b]https[/b]://admin.domain.tld/client/sql_auth.php?id=34

HTTPS is the problem. If you use ssl you need to modify
Code:
$fp = fsockopen(Config::get('BASE_SERVER_IP'), 80, $errno, $errstr, 5);
in
Code:
$fp = fsockopen(Config::get('BASE_SERVER_IP'), 443, $errno, $errstr, 5);
Line 51
(This post was last modified: 02-18-2009 07:09 PM by sci2tech.)
02-18-2009 07:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Autologin for PMA in trunk #1521 doesn´t work ? - sci2tech - 02-18-2009 07:08 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)