Roundcube Community Forum

 

Recent posts

#21
General Discussion / Re: ssl problems lately in rec...
Last post by SKaero - October 30, 2025, 05:37:48 PM
That error shouldn't be related to the SSL error, what browser are you using?
#22
General Discussion / Re: Im confused from updating ...
Last post by dea75 - October 30, 2025, 04:54:54 PM
OK !

this is my setting:


*************************
        root /var/www/html/public_html;
        index index.php;

        location / {
                try_files $uri $uri/ /index.php?q=$uri&$args;
        }

        location ~ ^/(README.md|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ {
                deny all;
        }

        location ~ ^/(config|temp|logs|SQL|bin)/ {
                deny all;
        }

        location ~ /\. {
                deny all;
                access_log off;
                log_not_found off;
        }

        location ~ \.php$ {
                try_files $uri =404;
                fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
                fastcgi_index index.php;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param PATH_INFO $fastcgi_path_info;
                include fastcgi_params;
        }
*************************

I should remove:

                try_files $uri =404;
and at this point:

location / {
                try_files $uri $uri/ /index.php?q=$uri&$args;
        }

how should I change the configuration?

Thanks !!

Luca
#23
General Discussion / Re: ssl problems lately in rec...
Last post by akissz - October 30, 2025, 03:37:29 PM
OK browser is showing this error
"SES_UNCAUGHT_EXCEPTION: DOMException: Permission denied to get property "href" on cross-origin object"

as well as linking to js files
/program/js/app.min.js?s=1748763912:35
/program/js/list.min.js?s=1748763912:33

I thought maybe the permissions were bad on server but I checked. I was able to load js directly from, example
domain.com /program/js/app.min.js
Loads the js fine.

I don't know what the error is from above or if the above error is even related to the SSL_ERROR_NO_CYPHER_OVERLAP error.
#24
General Discussion / Re: ssl problems lately in rec...
Last post by SKaero - October 30, 2025, 02:54:02 PM
It sounds like the HTML email your viewing is trying to load images from a server that has a SSL configuration problem. Try checking the browsers console that will likely give you more information about what file/domain is triggering the error.
#25
General Discussion / Re: ssl problems lately in rec...
Last post by akissz - October 30, 2025, 12:47:22 PM
Quote from: SKaero on October 30, 2025, 11:31:40 AMThat wouldn't be a Roundcube issue, it would be a issue with the web server SSL configuration.

You would think so right. But why would viewing messages in plain text always function fine. Then when you view in html it has the error sometimes? I read that it might be related to the clock?
#26
General Discussion / Re: Im confused from updating ...
Last post by Dmitry42 - October 30, 2025, 12:10:29 PM
try comment all try_files in you nginx config
and check what you see in /var/log/nginx/error.log

and you try update all with composer from RC root directory (when composer.json placed)?
#27
Issues & Bugs / Re: Email keeps kicking me out
Last post by SKaero - October 30, 2025, 11:33:12 AM
The deprecated notice wouldn't be causing the user to be logged out. I see your using Roundcube through cPanel so its possible that cPanel is logging the user out.
#28
General Discussion / Re: ssl problems lately in rec...
Last post by SKaero - October 30, 2025, 11:31:40 AM
That wouldn't be a Roundcube issue, it would be a issue with the web server SSL configuration.
#29
General Discussion / ssl problems lately in recent ...
Last post by akissz - October 30, 2025, 11:24:54 AM
anyone else having issues in the latest roundcube version? i keep getting the SSL_ERROR_NO_CYPHER_OVERLAP errors. there is old talk about this in older versions many years ago with info how to fix but nothing works. maybe a new bug.
#30
Issues & Bugs / Email keeps kicking me out
Last post by Leofric - October 30, 2025, 10:48:20 AM
A colleague was in Roundcube yesterday looking at their e-mails and was kicked out.

I looked at the error log for yesterday and the error says - "PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /usr/local/cpanel/base/3rdparty/roundcube/program/lib/Roundcube/bootstrap.php on line 156".

I hope someone in this forum can help?

Kind Regards