it does not work when dns only is turn on.
Found that its a No redirect or canonical to HTTPS homepage from HTTP version error. which is what is causing the ERR_TOO_MANY_REDIRECTS i need to change the .htaaccess file but not sure what to put. when i apply
RewriteEngine on
RewriteCond %{HTTP_HOST} ^Productionlabz.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.productionlabz.com [NC]
RewriteRule ^(.*)$ https://productionlabz.com/$1 [L,R=301,NC]
then the same ERR_TOO_MANY_REDIRECTS shows on all pages instead of only on the WP-admin page.