You can use the "Connect-NaController" cmdlet to connect to a 7-Mode system and specify the HTTPS parameter to force the connection to use HTTPS and not fall back to HTTP in the event of a failure:
Connect-NaController <controller> -HTTPS
See the output of the "Get-Help Connect-NaController -Full" command for complete documentation, and cmdlet examples.