You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
Hello and thanks for your plugin, which I have working with a slight addition fix.
I'm writing this in case it's a feature that could be added.
My website is available as https (let's encrypt) on my own domain into a Nginx reverse proxy.
The proxy relays the connection to a http 192.168.2.x server which runs WordPress.
I can connect to my WP instance from my laptop on my local LAN via http and of course connect via https from the internet (using my phone's 4G network).
It works except for layout issues via https.
To fix this https issue, I add the following code into wp-config.php
I notice that your configuration pages requires only the Domain to be entered, and not http://domain.com or https://domain.com
I was wondering if such a change would avoid the need for the additional code.
Unless there is a better way.
Thanks
John
The text was updated successfully, but these errors were encountered:
jradxl
changed the title
Switching between HTTPS and HTTP domaons
Switching between HTTPS and HTTP domains
Feb 14, 2019
Hey John, I think this is a valid addition. Have you taken a look at this other issue #31? Do you think that protocol setting with Force HTTP, Force HTTPS, and Auto options would work in this case?
@jradxl I released a new version (0.10.0) that includes a new option to set the protocol for a given domain. You can set it to http, https or auto. This last one will keep the protocol from the current domain, whatever it is http or https.
Hello and thanks for your plugin, which I have working with a slight addition fix.
I'm writing this in case it's a feature that could be added.
My website is available as https (let's encrypt) on my own domain into a Nginx reverse proxy.
The proxy relays the connection to a http 192.168.2.x server which runs WordPress.
I can connect to my WP instance from my laptop on my local LAN via http and of course connect via https from the internet (using my phone's 4G network).
It works except for layout issues via https.
To fix this https issue, I add the following code into wp-config.php
I notice that your configuration pages requires only the Domain to be entered, and not http://domain.com or https://domain.com
I was wondering if such a change would avoid the need for the additional code.
Unless there is a better way.
Thanks
John
The text was updated successfully, but these errors were encountered: