I'm using BootStrap in the Grails application , but i'm facing weird thing , when use HTTP
in my page ex:http://www.mypage.com
Glyphicons are working fine , but when i use HTTPS
they disappear ex:https://www.mypage.com
i'm calling them using :
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"
rel="stylesheet">
any advice to make working fine while using HTTPS
?