@hoppylorinc,
I am interested in what you mean by “no SSL login support.”
I have been testing this on a couple of sites (both single site installations, not multisite), and have found (so far, at least) that Clean Login works well if you force SSL on the page where Clean Login’s login shortcode is placed, provided that you also insert the following into wp-config.php
:
define('FORCE_SSL_ADMIN', true);
I am also testing forcing SSL on the page where I put Clean Login’s lost password shortcode, and (again, so far, at least) it’s all working well.
Did you have a different experience and, if so, what was happening?