@autotutorial @wmchugh
You can remove all redirection from WordPress account and can do it through .htaccess file. Just use the below example:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^freelancer\.india\.to [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://freelancer.india.to/$1 [R,L]
Source: https://hoststud.com/resources/how-to-manually-redirect-from-http-to-https-through-htaccess-file.444/