This directive in my wp-config.php made the trick, after many research...
define('FORCE_SSL_ADMIN', false );
Now, it is working as expected...
Thank you very much!