Zend Framework

Requests over SSL fail in IE6

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.7.5
  • Fix Version/s: 1.8.1
  • Component/s: Zend_Amf
  • Labels:
    None

Description

When performing AMF requests over an SSL encrypted connection, no response is given in IE6.

Adding below headers will fix the response for IE6.

<?php
header('Cache-Control: cache, must-revalidate');
header('Pragma: public');
$server = new Zend_Amf_Server();
$server->addDirectory( $this->registry->services_dir );
$response = $server->handle();
echo $response;
?>

Fix found in: http://martijnvanbeek.net/weblog/56/ie7_+_https_+_flash.html
– this link only describes the problem for IE7 and not specificly AMF, but it also works for IE6

FYI: In holland, SSL certificates are mandatory by law, hence the requirement to perform AMF requests over SSL.

Issue Links

Activity

Hide
Wade Arnold added a comment -

resolution has been checked into the trunk to be added to the next minor release.

Show
Wade Arnold added a comment - resolution has been checked into the trunk to be added to the next minor release.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: