klmklm
04-10-2008, 04:05 AM
I am useing a wrapper to incllude a .asp page, the site is in a secure server. Now when I right click the page (in IE7) and go to properties, you can see it gives a connection of 128 bit. But when you go to the same page inside the wrapper area and click to view property, it shows that the connection is encrypted without the 128 bit.
See pics for details
The issue is most probably due to the fact that the remote server in the first case is simply not providing any more information about the encryption type (or probably the IE doesn't wish to display it on the properties page) while in the second case, you are actually using the joomla wrapper own apache SSL server, which unlike the first one is reporting the exact Encryption method (i.e TLS 1.0...).
This shouldn't be much of a problem though, since both connections are considered as encrypted.