The latest versions of Umbraco Forms and Angular Google Maps don't give me this error. Make sure to set umbracoUseSsl to true in your web.config as well.
thanks for the response. Good to have the insight.
I'm using the new version of the plugins and have set ssl to true. It works correctly on our staging server. So, i'm starting to think the issue is related to the load balancer. I think the solution will be, to have IIS rewrites. Interestingly once, the browser caches the html views it works as intended.
Angular Views on plugins calling http on https website
We have just upgraded to https. However, the following plugins are requesting views via http.
I've tried to locate where these views are called. Any tips how to force https on these requests.
The latest versions of Umbraco Forms and Angular Google Maps don't give me this error. Make sure to set
umbracoUseSsl
totrue
in your web.config as well.thanks for the response. Good to have the insight.
I'm using the new version of the plugins and have set ssl to true. It works correctly on our staging server. So, i'm starting to think the issue is related to the load balancer. I think the solution will be, to have IIS rewrites. Interestingly once, the browser caches the html views it works as intended.
is working on a reply...