Jump to content

Connection Partially Encrypted.


radulema

Recommended Posts

Hi everybody,

 

I have the following problem:

when using Firefox 2.0.0.4 I've got the "Connection Partially Encrypted" message and did not know

how to resolv this.

I use a Linux machine, with a apache server (1.3.34), with apache_ssl packet (1.57) and PHP/4.4.7.

I search through a lot of forums and I did not get any solution to my problem.

I will give the source code: I have three files: test1.php, test2.php and download.php

the utils.js file can be empty;

 

test1.php:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD>

    <TITLE>Test1</TITLE>

        <META http-equiv=Content-Type content="text/html; charset=windows-1252">

        <META content="MSHTML 6.00.2900.2873" name=GENERATOR>

        <script type="text/javascript" src="utils.js"></script>

</HEAD>

<BODY>

<FONT face="arial">

<TABLE cellSpacing=0 cellPadding=0 width=640 bgColor=#ffffff border=0>

<TR>

    <TD>

        <TABLE border=0>

            <tr>

                <td>

                    <FORM METHOD="post" action="download.php">

                        <INPUT TYPE="submit" VALUE="Download" name="DownloadUserConfigFile">

                    </FORM>

              </td>

            </tr>

        </table>

    </td>

</tr>

</TABLE>

</FONT>

</BODY>

</HTML>

 

 

test2.php:

 

<HTML>

    <HEAD>

    <TITLE>Test2</TITLE>

        <META http-equiv=Content-Type content="text/html; charset=windows-1252">

        <META content="MSHTML 6.00.2900.2873" name=GENERATOR>

        <script type="text/javascript" src="utils.js"></script>

</HEAD>

<BODY>

<FONT face="arial">

<TABLE cellSpacing=0 cellPadding=0 width=640 bgColor=#ffffff border=0>

    <TR>

        <TD>

        <br>

            <form name="form1" METHOD="post" ACTION="">

                <table>

                    <tr>

                        <td>

                            <input type="submit" name="" value="Disable" >

                        </td>

                    </tr>

                </table>

            </form>

        </td>

        </tr>

</TABLE>

</FONT>

</BODY>

</HTML>

 

download.php:

 

<?

    header('Content-type: text/plain');

    header('Content-Disposition: attachment; filename="use.cfg"');

    readfile('user.cfg');

?>

 

Please make the following test:

http://xxx.xxx.xxx.xxx/test1.php and press Download button (open or save or cancel) the action;

http://xxx.xxx.xxx.xxx/test2.php;

https://xxx.xxx.xxx.xxx/test2.php after authentication, I've got the "Connection Partially Encrypted" message.

 

I've tried to find the error, and I comment the <script> comamnd on both test1.php and test2.php. And it works ! But I need the functions

from that utils.js file. How It can be resolved ?

 

Thanks,

Cristian.

 

Link to comment
Share on other sites

Hello again ..

 

Thank you for the  response you gave me.

I've already tried to add the utils.js file using https://xxx.xxx.xxx.xxx/utils.js (when we have https access) and http://xxx.xxx.xxx.xxx/utils.js when we have http access), and it seems it is not working.

I've look also in about:cache (firefox) to see the cache files to see from where the firefox will upload the files.

It seems OK to me, in the http case all the files cames from the non-secure side (look also to Fetch count display).

In the https case, all the files cames from the secure side.

 

I mention that I disable the cache from firefox (Edit->Preference->Network->Cache set to 0),

but it seems the firefox have a Memory cache also.

With the about:cache we can see both cache's cases.

 

Any other ideas ?

Cristian.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.