terminus icon indicating copy to clipboard operation
terminus copied to clipboard

Use HTTPS hostnames by default in Drush commands

Open damienmckenna opened this issue 3 years ago • 1 comments

Expected behavior

Pantheon supports HTTPS by default through its use of LetsEncrypt. This means that every hostname is available automatically as both HTTP and HTTPS. This is also true of Drush commands. However, using Terminus to run Drush commands leads to the URL being referenced as HTTP instead of HTTPS.

It is expected that all URLs should be made available as HTTPS instead of HTTP when using Drush commands.

Actual behavior

Drush commands executed through Terminus use the HTTP URL.

Steps to reproduce the behavior

Run a Drush command through Terminus, e.g. "terminus drush [site].[env] uli".

damienmckenna avatar Jun 21 '21 14:06 damienmckenna

Agreed. This has always annoyed me.

stovak avatar Jun 21 '21 15:06 stovak