0

I'm developing a web application on a local Ubuntu machine. Some IE8 users have problems with Javascript when the application is loaded over SSL.

To debug this issue, I need to reproduce the problem. So I have installed Virtual Box with Windows XP and IE8. On the Ubuntu host, Apache serves the web application on 127.0.0.1:80 and :443. In the Windows hosts file I configured testdomain.com as the domain for 127.0.0.1.

Unsecure HTTP requests to testdomain.com in both the host and the guest return the application response well. Secure HTTPS requests on the host result in an security warning in the browser as expected.

But secure HTTPS requests in the client result in Internet Explorer cannot display the webpage because of connection problems. How do I fix this?

i.amniels
  • 325
  • 1
  • 4
  • 9

0 Answers0