You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAS server uses self-signed certs and I set correctly the roundcube plugin's parameters:
$rcmail_config['cas_validation'] = 'self';
$rcmail_config['cas_cert'] = 'path-to-certs.pem';
PS. If changing 'self' to 'ca', I can access to CAS server's login page normally.
Any suggestions for me? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi dfwarden,
I have an "blank page" issue when accessing CAS server:
https://cas-server-hostname/webmail/?_action=caslogin
CAS server uses self-signed certs and I set correctly the roundcube plugin's parameters:
$rcmail_config['cas_validation'] = 'self';
$rcmail_config['cas_cert'] = 'path-to-certs.pem';
PS. If changing 'self' to 'ca', I can access to CAS server's login page normally.
Any suggestions for me? Thanks in advance.
The text was updated successfully, but these errors were encountered: