miikka
9 years agoMaven
SDK and HTTPS
Hi,
is anybody using the SDK with a stage running on HTTPS?
I upgraded to the v. 1.2.1 of the SDK and tried configuring the local CSS instance to be served over HTTPS instead of HTTP. But even if I put HTTPS in responsive.conf.json, the server always seems to start over HTTP.
This obviously triggers a warning in the browser and when you allow the insecure content to be shown, the page looks mostly okay. But when taking a closer look I can see that some font files are triggering errors like this:
GET http://localhost:9000/html/assets/fonts/fontawesome-webfont.woff2?v=4.3.0
And I can see that the elements using FontAwesome are broken. There's also a good bunch of warnings of insecure content obviously but those assets seem to be loaded still.
Any pointers would be welcome.
Cheers,
.M