I have situation that my datatables.net with Buttons page works properly in the internet with SSL (https) but not the intranet with self-certificate (buttons are not displayed). I did put debugger in my javascript to debug the issue in the intranet but it never executed it.
Is there any one out there run into this situation?
I tried to debug this issue about one week now but I can not figure it out.
Here is my codes using datatables.net and buttons. Have I missed something?
<link rel="stylesheet" href="/js/DataTables/DataTables-1.10.16/css/dataTables.bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/js/DataTables/datatables.min.css" />
<link rel="stylesheet" type="text/css" href="/js/DataTables/Buttons-1.5.1/css/buttons.bootstrap.min.css" />
<script type="text/javascript" src="/js/DataTables/DataTables-1.10.16/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/js/DataTables/buttons-1.5.1/js/dataTables.buttons.min.js"></script>
<link rel="stylesheet" type="text/css" href="/js/DataTables/datatables.min.css" />
Thanks.