Re: RemoteCertificateNameMismatch
- depth:
- 1
notremonde
Posts: 8

Hello,
I found the solution.
in the php soft for the error mess:
'errorMessage' => "Unable to Authenticate\n\nClick URL for more info.
the query is:
$rs=DB::Execute(sprintf('SELECT COUNT(uuid) FROM %s WHERE uuid=\'%s\' AND secureSessionID=\'%s\'',C_AGENTS_TBL,$agentid,$sessionid);
And "secureSessionID" is in robust db, but in the config.php (config and include) in helper, I had set the DB "money". So it can identify the avatar and session. Maybe I'm blind but I diddn't see anywhere it was this db to set at this place.
Anyway thank you for your help and your patience.
I found the solution.
in the php soft for the error mess:
'errorMessage' => "Unable to Authenticate\n\nClick URL for more info.
the query is:
$rs=DB::Execute(sprintf('SELECT COUNT(uuid) FROM %s WHERE uuid=\'%s\' AND secureSessionID=\'%s\'',C_AGENTS_TBL,$agentid,$sessionid);
And "secureSessionID" is in robust db, but in the config.php (config and include) in helper, I had set the DB "money". So it can identify the avatar and session. Maybe I'm blind but I diddn't see anywhere it was this db to set at this place.
Anyway thank you for your help and your patience.
Votes:123
Average:5.20
Posts tree
-
RemoteCertificateNameMismatch (notremonde, 2015/9/19 12:51)
-
Re: RemoteCertificateNameMismatch (iseki, 2015/9/20 0:06)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/20 3:04)
-
Re: RemoteCertificateNameMismatch (iseki, 2015/9/20 10:54)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/20 14:41)
-
Re: RemoteCertificateNameMismatch (iseki, 2015/9/20 19:17)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/20 20:30)
-
Re: RemoteCertificateNameMismatch (iseki, 2015/9/21 11:27)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/21 17:01)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/21 23:18)
-
Re: RemoteCertificateNameMismatch (iseki, 2015/9/22 2:08)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/22 2:25)
-
Re: RemoteCertificateNameMismatch (notremonde, 2015/9/23 5:08)
-
Re: RemoteCertificateNameMismatch (jony, 2016/6/27 11:22)
-