View Single Post
Posts: 5 | Thanked: 4 times | Joined on Oct 2011
#210
Originally Posted by Sergey_Kashin View Post
We are checking this "certificate issue". If we find any solution/workaround that could be done I'll post it ASAP in this thread.

P.S. Unfortunately, there is no way to get logs from account plugin (if you don't have an access to /var/log/syslog).
Getting /var/log/syslog to actually have some content required me to install the relevant packages (Settings > Security > Developer mode > Logging). After this, a reboot and a re-try on MfE manual settings, the syslog is populated with:

Code:
Oct 19 18:32:50 (none) mfeplugin[2259]: [Debug] Accounts::Service* MfeAccountSetupContext::getMfeService(const QString&, const QString&) "mfemail" 
Oct 19 18:33:07 (none) mfeplugin[2259]: [Debug] virtual void MfeCheckCredentialsDialog::createContent() 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::onAppeared() already online 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::sendRequest() 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] Connecting to URL:  "https://webmail.domain.com:443/Microsoft-Server-ActiveSync" 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] QNetworkReplyImpl::_q_startOperation was called more than once
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::onSendFinished(QNetworkReply*) replyError= 204 "Host requires authentication" 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] error( 0 )= 204 
Oct 19 18:33:08 (none) mfeplugin[2259]: [Debug] MfeAuthenticationFaildSheet::MfeAuthenticationFaildSheet(MfeAccountSetupContext&) 
Oct 19 18:33:10 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::sendRequest() 
Oct 19 18:33:10 (none) mfeplugin[2259]: [Debug] Connecting to URL:  "https://webmail.domain.com:443/Microsoft-Server-ActiveSync" 
Oct 19 18:33:10 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::onSendFinished(QNetworkReply*) replyError= 204 "Host requires authentication" 
Oct 19 18:33:10 (none) mfeplugin[2259]: [Debug] error( 0 )= 204 
Oct 19 18:33:11 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::sendRequest() 
Oct 19 18:33:11 (none) mfeplugin[2259]: [Debug] Connecting to URL:  "https://webmail.domain.com:443/Microsoft-Server-ActiveSync" 
Oct 19 18:33:12 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::onSendFinished(QNetworkReply*) replyError= 204 "Host requires authentication" 
Oct 19 18:33:12 (none) mfeplugin[2259]: [Debug] error( 0 )= 204 
Oct 19 18:33:13 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::sendRequest() 
Oct 19 18:33:13 (none) mfeplugin[2259]: [Debug] Connecting to URL:  "https://webmail.domain.com:443/Microsoft-Server-ActiveSync" 
Oct 19 18:33:13 (none) mfeplugin[2259]: [Debug] void MfeCheckCredentialsDialog::onSendFinished(QNetworkReply*) replyError= 204 "Host requires authentication" 
Oct 19 18:33:13 (none) mfeplugin[2259]: [Debug] error( 0 )= 204
Any pointers?

(Might be that the certificate is not "the issue" after all, as our Corporate config in-between is a bit wild.)


Update: Interesting, seems that I get the same log entry repeated even if I type a wrong password, instead of the correct credentials. Maybe my password with some special characters (e.g. 1st char) could be the cause? Will investigate further.

Last edited by Axu; 2011-10-19 at 16:05.