I’m using self-signed SSL certificate for my private HTTPS server. The problem is is cannot load .css file embedded by
<style type="text/stylesheet" src="/default.css"></style>
I think this is related with security something. What should I do to make browser to load my css file?
The issue is your syntax. That’s how you include JavaScript, but CSS files are linked to with a
<link>element or an@import: