As I do not have SSL support for my website, I configured CB login module to _not_ use HTTPS. This configuration worked well in previous versions of CB.
Now, in CB version 1.9, after the user has filled in the registration form and clicks the "register" button, she gets redirected to https://<website-name>/component/comprofiler/ (or https://<website-name>/index.php?option=com_comprofiler non-SEF).
The user sees an "invalid certificate" warning. Registering is not possible.
BTW, same thing happens when registering is tried via a direct link to http://<website-name>/index.php?option=com_comprofiler&task=registers
My $live-site variable in configuration.php is ''.
Everything else seems to work properly.
How can I repair my site to allow registering again? Please help, I'm stucked!