That’s not built into the plugin but could be done with some custom code.
Ok. Thanks. Can you point me in a direction to start? How much effort would you expect this to be?
Can you point me in a direction to start?
Sorry, I don’t have any references handy for doing that.
How much effort would you expect this to be?
That depends on skill level.
We developed a branch [1] that accomplishes the mixed http/https for our own multi-site install. On the network admin add/edit domain screen it provides a drop-down with 3 options (http, https, or default).
The default option causes the domain-mapping plugin to work how it currently works (uses the same protocol as the current request). http and https force all generated links to utilize the specified protocol.
[1] https://github.com/frett/wordpress-mu-domain-mapping/tree/forceProtocol
@frett. Thanks. Looks awesome. I’ll dig in and check it out.