On Wed, Jul 21, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Dario Castagnino
> Version: 2.2.4
> OS: Linux 2.0.36
> Submission from: (NULL) (200.1.228.95)
> 
> We are using Mod_ssl & Open_ssl with Apache server 1.3.4.
> We are having problems when we try to use the post method
> to communicate to programs via CGI.
> 
> When the browser tries to make the post, it pops a window saying:
> an I/O error ocurred during security authorization.
> We do not get the error when we use GET method. 
> 
> We tried to solve it by changing the executables permissions so that
> everybody can execute, read and write on them. After that the error
> persisted on some programs , but not all of them. Also on the programs
> that worked, it also failed from time to time.
> 
> The error_logs of the apache shows nothing about the problem.
> Also if we try the same applications with no ssl (apache without ssl)
> there are no problems at all.
> 
> Any help on this will be appreciated

  Changes with mod_ssl 2.2.5 (04-Mar-1999 to 18-Mar-1999)

   *) Fixed the POST-problem where kept-alive HTTPS connections hang or
      resulted in an I/O error inside the browser because the ``SSL close
      notify'' alert couldn't be sent correctly because of Apache's internal
      ``lingering close'' handling. EAPI was changed to now correctly call the
      close_connection module hook also on timeout and linger closes. This
      EAPI change means you cannot upgrade your libssl.so with --with-apxs to
      this version. A complete Apache rebuild with the updated EAPI code is
      necessary.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to