I just ran up an new instance of YAF 1.9.6.1 using a valid certificate and am running it over https.
In the Current Board Settings I have unchecked “Use Google Hosted CDN jQuery UI CSS File?” and have also changed the app.config setting for YAF.BaseUrlMask as below:
When navigating my YAF instance over https I am getting the warning “Do you want to view only the webpage content that was delivered securely” because there are rewquest from my browser that look like:
Http Request: GET /ajax/libs/jqueryui/1/jquery-ui.min.js
I do not want to work around this issue with browser settings.
How can I get the ajax GET request to be made over Https?
Are there any other areas of YAF that need to be changed because of similar issues?