Mixed Content

Mixed Content

kepsniuskepsnius Posts: 14Questions: 6Answers: 0

Then i run it on localhost it working fine, but then i upload in web with ssl certification i get
Mixed Content: The page at 'https://test.test.ky/calendar#!' was loaded over HTTPS, but requested an insecure script 'http://cdn.datatables.net/plug-ins/1.10.15/dataRender/datetime.js'. This request has been blocked; the content must be served over HTTPS.
any help?

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,172Questions: 26Answers: 4,923
    Answer ✓

    Did you try changing the URL to use https, like this?

    https://cdn.datatables.net/plug-ins/1.10.15/dataRender/datetime.js

    Kevin

  • davidjmorindavidjmorin Posts: 101Questions: 31Answers: 0

    You could also try using the cdn like this

    //cdn.datatables.net/plug-ins/1.10.15/dataRender/datetime.js
    
This discussion has been closed.