We work with a client certificate secured extranet for production and UAT staging where in both cases SSL is required. My local environment works without SSL and as experiment I added a host name indicator for the remote UAT host and prefixed it with https:// but then the environment indicator "switch" link becomes http://https://host.name:
/path

My feature request is that it would support mixed SSL / non-SSL environments either by correct interpretation of the protocol part in the host field or with an extra field to indicate SSL. Presently it does not even support unmixed (only SSL environments) since by default it only "switches" to non-SSL hosts.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ñull created an issue. See original summary.

ñull’s picture

Status: Active » Needs review
FileSize
3.64 KB

My first attempt at something. This would add an SSL check box which switches the host between http:// (default) and https://. Output seems OK, but have an unsolved issue. When I hoover an SSL link in the switcher, I see the https but when I click it goes to http. No idea what is causing it. May be something in Javascript?

ñull’s picture

FileSize
4.59 KB

This patch corrected it in the js file.

helmo’s picture

Title: Invironment switching SSL support » Environment switching SSL support
Status: Needs review » Reviewed & tested by the community

Thanks, works as expected.

ñull’s picture

Issue summary: View changes
e0ipso’s picture

Status: Reviewed & tested by the community » Closed (won't fix)
Issue tags: +Needs reroll

Version for D7 is unmaintained.