terminus
terminus copied to clipboard
Use HTTPS hostnames by default in Drush commands
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".
Agreed. This has always annoyed me.