Current time: 04-30-2024, 12:17 PM Hello There, Guest! (LoginRegister)


Post Reply 
Autologin for PMA in trunk #1521 doesn´t work ?
Author Message
steff517 Offline
Junior Member
*

Posts: 14
Joined: Oct 2008
Reputation: 1
Post: #13
RE: Autologin for PMA in trunk #1521 doesn´t work ?
Hi,

I had the same issue and found a solution to this. Line 51 of sql_auth.php must be
Code:
$fp = fsockopen('ssl://'.Config::get('BASE_SERVER_IP'), 443, $errno, $errstr, 5);

Yes, it needs to connect to port 443 but it cannot just communicate like before b/c it's now an ecrypted connection and fsockopen just opens a plain connection. With the 'ssl://' prefix you tell the function to use transparent ssl encryption. And - voila, works!
03-02-2009 04:44 AM
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 ? - steff517 - 03-02-2009 04:44 AM

Forum Jump:


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