intanpalupidn / jquery-oembed

Automatically exported from code.google.com/p/jquery-oembed
0 stars 0 forks source link

SSL errors #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install SSL
2.Have this line in the .php file 

    $orimessage= <text from DB>;
3. use this on same page:

    <script type="text/javascript"> 
    $(document).ready(function(){
        $("#stexpand<?php echo $msg_id;?>").oembed("<?php echo  $orimessage; ?>",{maxWidth: 400, maxHeight: 300});});
    </script>

What is the expected output? What do you see instead?

Only that the website is not secure anymore.

What version of the product are you using? On what operating system?

PHP 5.36

Please provide any additional information below.

Original issue reported on code.google.com by kflash...@gmail.com on 25 Aug 2011 at 9:20

GoogleCodeExporter commented 8 years ago
I tracked down the problem.

http need to be changed to https BUT this line I can't change and then gives 
the problem I don't want:

        this.oEmbedUrl = (oEmbedUrl != null) ? oEmbedUrl : "http://oohembed.com/oohembed/";

Someway to get around it?

Original comment by kflash...@gmail.com on 25 Aug 2011 at 10:45