LeonardoRM / owncloud-roundcube

OwnCloud app to integrate RoundCube Webmail
GNU Affero General Public License v3.0
5 stars 14 forks source link

Login #14

Open kimuheze opened 2 years ago

kimuheze commented 2 years ago

Hello,

I have problem with owncloud and roundcube integration. I set up vhost + proxy and it works. I am using IMAP backend. When I try to switch to webmial in owncluoud I get the following message: "Unable to login into roundcube. There are login errors. Relogin to ownCloud. Relogin to ownCloud."

Owncloud logs: {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 00 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "PHP", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " openssl_privatedecrypt (): key parameter is not a valid private key at \ / html \ / wwwadmin \ /host.domain.com \ / apps \ / roundcube \ / lib \ /Crypto.php#98 "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 00 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ Crypto :: privateDecrypt: Decryption finished with errors. "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 2, "time": "2022-01-10T20: 08: 01 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ BackLogin :: sendRequest: Opening url 'https: \ / \ / host.domain.com \ / rc \ /? Task = login & _action = login' failed with '' "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 01 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ BackLogin :: login: Could not get login response. "}

APP config: 1

manuelkamp commented 2 years ago

Maybe have a look on this fork, it seems he fixed this error. But maybe you have to use 1.4.12, since I couldn't get it to work with 1.5 versions. https://github.com/Igortorrente/Nextcloud-roundcube

fpiraneo commented 1 year ago

Here we are on the same situation and the mainainer seems dead. Moreover the link provided above is about a NEXTCLOUD (that is different from owncloud!) plugin and obviously cannot be used / installed under owncloud! Any clue may be useful and fair to get this app working! It's a shame that nor owncloud nor roundcube creators has an official plugin to makes the software works together! A good start can be document a step-by-step directions to have this plugin working.

LeonardoRM commented 1 year ago

Hi all, I'm not using ownCloud for the time being and I don't have the time to maintain this code.

georgezip commented 1 year ago

Here we are on the same situation and the mainainer seems dead. Moreover the link provided above is about a NEXTCLOUD (that is different from owncloud!) plugin and obviously cannot be used / installed under owncloud! Any clue may be useful and fair to get this app working! It's a shame that nor owncloud nor roundcube creators has an official plugin to makes the software works together! A good start can be document a step-by-step directions to have this plugin working.

did you figure it out?

georgezip commented 1 year ago

Hello,

I have problem with owncloud and roundcube integration. I set up vhost + proxy and it works. I am using IMAP backend. When I try to switch to webmial in owncluoud I get the following message: "Unable to login into roundcube. There are login errors. Relogin to ownCloud. Relogin to ownCloud."

Owncloud logs: {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 00 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "PHP", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " openssl_privatedecrypt (): key parameter is not a valid private key at \ / html \ / wwwadmin \ /host.domain.com \ / apps \ / roundcube \ / lib \ /Crypto.php#98 "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 00 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ Crypto :: privateDecrypt: Decryption finished with errors. "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 2, "time": "2022-01-10T20: 08: 01 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ BackLogin :: sendRequest: Opening url 'https: \ / \ / host.domain.com \ / rc \ /? Task = login & _action = login' failed with '' "} {"reqId": "YdySIPM9K3XxwVqFlJC @ kQAACRI", "level": 3, "time": "2022-01-10T20: 08: 01 + 00: 00", "remoteAddr": "xx.yy.zz.vv" , "user": "testaccount", "app": "roundcube", "method": "GET", "url": "\ / index.php \ / apps \ / roundcube \ /", "message": " OCA \ RoundCube \ BackLogin :: login: Could not get login response. "}

APP config: 1

did you figure it out?