I can log in to PMA using http but when I use https I am returned to a blank login page as if there was a password error. The installation seems to have defaulted to http. No problem with https access to ISPC3. Is this perhaps due to the Suse 12.3 problem I experienced in http://www.howtoforge.com/forums/showthread.php?t=64888 I didn't notice any errors apart from the groupmod ones.
Fixed this one, too. The problem seems to have been caused by porting the setup from the old server which was using an earlier version of ISPC3. Not sure now of the version but it must have been more than a year old perhaps two. At that time https was not part of the standard install and I set up my own vhost files for ISPC3, phpMyAdmin and Squirrelmail. Unfortiunately, I did not make any notes of the changes I was making so I can't say how I did it! One thing I did notice that Apache2 now fails if you have a "no vhost" error whereas the earlier version only gave a warning. I had to remove Code: Listen 443 NameVirtualHost *:443 as well as Code: <Files ~ '.php[s3-6]{0,1}$'> Order allow,deny Deny from all Allow from none </Files> Hope this might help somebody.