<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'> </ script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"> </ script>
Tente mudar todos aqueles a carregar de um CDN HTTPS quando o site está sendo executado em HTTPS.
PS: I used google translate to translate from My English to your Portuguese. :) Sorry if I made any mistakes.
In English:
Seems like you are using the HTTP CDN to get jQuery libraries in your header:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
Try changing all those to load from a HTTPS CDN when the site is running on HTTPS.
2012/10/19 blini <felipe.blini@gmail.com>
Estou com problema de execução de javascript quando uso o SSL
O SSL informa que "esta página tem um conteúdo suspeito" e trava todo o meu javascript
Isso acontece no chrome e no IE9.. no Firefox não
Como vocês podem ver acessando pelo chrome ou IE
http://www.epsj.com.br
e com o SSL
https://www.epsj.com.br
Alguém sabe como resolver isso? --
--
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.