When cloning a site for testing purposes, there could be a problem with HTTPS within the testing environment. There is a fast way to turn it off in the the database:
update prefix_config set value = 0 where name = 'loginhttps';
Then you can login without HTTPS.