IFrame to https url not working in Firefox

2011-11-17 Thread gerry
Hi all, I have an application that is secured with an unsigned ssl certificate. I have a second application, which is a TabPanel, and on one tab I need to include the first application, as an iFrame, using a Frame object. In development mode, in chrome, it returns a 501

Re: IFrame to https url not working in Firefox

2011-11-17 Thread Paul Robinson
Why not sign the certificate yourself? The result won't be trusted, and will generate a browser warning, but it will more faithfully represent what happens in production. Google for something like self signed ssl certificate to work out how to do it. HTH Paul On 17/11/11 10:08, gerry wrote:

Re: IFrame to https url not working in Firefox

2011-11-17 Thread gerry
Hi Paul, Thanks for the reply. Sorry, I was misleading in my description of the problem. Yes, the certificate is signed by us, and it generates a browser warning. But the application does not work at all when called from inside an iframe. On 17 Νοέ, 12:18, Paul Robinson ukcue...@gmail.com wrote: