João,
Please try and find out why it is not working now. Once you have that
worked out, it will be much easier to find out what has changed.
There are a few subtle methods by which changing the key length might
interact with PHP. However, in general, PHP is not involved with the
encryption of the socket. It will be near impossible to guess what
might have gone wrong. It will be much easier to work it out once you
know the structure of the page that is causing the trouble.
AJ
www.deployview.com
João Cândido de Souza Neto wrote:
Nothing was changed at the code, just the ssl key was changed.
Why it was working fine with the old ssl key?
"Tim Traver" <tt-list@xxxxxxxxxxxxx> escreveu na mensagem
news:44EE0FCB.8090403@xxxxxxxxxxxxxxxx
João Cândido de Souza Neto wrote:
Hy everyone.
Since we change our ssl key from 128kb to a 256kb i notice that
something´s going wrong.
In my e-commerce, part is secure and part isn´t. when i join into the
secure part of the site, everithing works fine. But, when the sale is
finishes and my script run header("Location: http://www.?????") to exit
from the secure part, the browser gives me a notice that some parts of
the page i´ve been led to a non-secure region and ask me if i realy want
to do that (it never had happened before). Thought i confirm by clicking
in yes buttom, i doesn´t goes away from https.
Now my question:
Has some difference between 128kb e 256kb ssl key?
There´s some way to fix it?
Thanks a lot in advance for any tips...
João,
This shouldn't have anything to do with the certificate.
It most likely has to do with something being loaded on the exit page that
is not secure. For example, if there is a hard coded link to an image, or
an included javascript link to an outside source.
If anything on the page is not secure, then you will get that error.
Tim.
--
www.deployview.com
www.nerds-central.com
www.project-network.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php