首页 > 解决方案 > A problem with kendodatepicker over https

问题描述

I use kendodatepicker in my asp mvc project for input persian date.But when publish my website over https . Https not allow to load kendo cdn.This is my console log :

Mixed Content: The page at 'https://gormast.ir/Admin/Discount/Create' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.kendostatic.com/2013.2.918/styles/kendo.default.min.css'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://gormast.ir/Admin/Discount/Create' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.kendostatic.com/2013.2.918/styles/kendo.common.min.css'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://gormast.ir/Admin/Discount/Create' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.9.1.min.js'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://gormast.ir/Admin/Discount/Create' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.kendostatic.com/2013.2.918/styles/kendo.default.min.css'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://gormast.ir/Admin/Discount/Create' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.kendostatic.com/2013.2.918/styles/kendo.common.min.css'. This request has been blocked; the content must be served over HTTPS.

标签: asp.net-mvc-4kendo-asp.net-mvc

解决方案


推荐阅读