Dear All,
first of all, forgive my bad English. I will try to explain the issue, but let me know if it's not clear.
I run Roundcube 0.8.1 on my shared hosting.
The software is installed in:
/usr/home/myusername/public_html/roundcube which is reachable via browser as http://www.mydomain.com/roundcube and http://mail.mydomain.com (via a subdomain I set up that points to that directory).
My hosting provider provides me a shared ssl connection, which I would like to use.
The url for the https webiste is:
https://myusername.provider.com/roundcube/
Roundcube's login page loads correctly, but if I enter user and password I receive an error message in Italian, something like: "invalid request. No data has been saved".
Nothing is written in the error log.
Does anyone know what do I have to change in the config in order to be able to access the protected url?
Thank you in advance.
Regards.
Dario
Does anyone know if it is possible?
I remember that with previous version of Roundcube I could access the webmail through both URLs, I think up to 0.7
Thank you.
It should work, is there anything in your error log?
Thanks for your reply.
The only messages in error log are:
[28-Aug-2012 12:46:38 UTC] MDB2 Error: constraint violation (-3): _doQuery: [Error message: Could not execute statement]
[Last executed query: EXECUTE mdb2_statement_mysql_4b3007d49f323c4d8dca671a836de77cfb1cb52a9 USING @0, @1, @2]
[Native code: 1062]
[Native message: Duplicate entry 'b3dabf282488ee2748b8c5156f72dd2e' for key 1]
[28-Aug-2012 14:46:38 +0200]: DB Error: MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE mdb2_statement_mysql_43c20d87fd5319878fb39dcd0e00a554a3ef50272 USING @0, @1, @2]
[Native code: 1062]
[Native message: Duplicate entry 'b3dabf282488ee2748b8c5156f72dd2e' for key 1] in /usr/home/dariottolo/public_html/dilu/round/program/include/rcube_mdb2.php on line 727 (GET /?_task=mail&_action=check-recent&_mbox=INBOX&_list=1&_quota=1&_remote=1&_unlock=0&_=1346156783977)
But I am not sure it is related to this issue.
I am attaching a screenshot of the login page after I submit.
The text in Italian is the translation of:
$messages['invalidrequest'] = 'Richiesta non valida! Nessun dato salvato.';
in messages.inc
The errors probably aren't related to this problem, are you using any plugins?
No, I am not using any plugin.
And I checked again the error file. Although I tried many times to login through the https website nothing was written in the logs.
I can attach the config file if it might help, or provide the address or create ftp user.
I am sure the https URL work, since I use it for another PHP script without issues.
Thanks again for your time.
I'd would need to have a look at it to get a better idea of whats wrong, could you send me a test user, ftp access, and the ssl url?
Hi,
I sent you a private message.
Thank you.
Dario
In your RoundCube config <RC root>/config/main.inc.php you had set your domain in $rcmail_config['session_domain'] but because the https:// connection is on a different domain it was refusing the login data.
Thanks a lot for your time and help.
It works perfectly now.
Greetings from Italy
Dario