This form will be sent in a way that is not secure. Are you sure you want to send it?" Then the user and password disappears and asks me to sign in again.
So...
I changed the server address in configure (added s for HTTPS_SERVER)
define('HTTP_SERVER', 'https://corsoitalianspecialties.com');
define('HTTPS_SERVER', 'https://corsoitalianspecialties.com');
define('ENABLE_SSL', 'true');

define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
You'll need to also add the s above to make https work in the catalog.