Re: HTTPS Forms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday, June 24, 2011 15:54:31 Hugo Gomes wrote:
>         I have a site that is used with https, and i have a form that
> uploads some information about the users, and sometimes the users
> need to upload some files, but i almost of the times gives me an
> error:
> 
> 
>         "The requested resource /path_to_script/index.php does not
> allow request data with POST requests, or the amount of data provided
> in the request exceeds the capacity limit. "
> 
> 
>         But if i put the site using http the error disappear and
> everything works fine. I don't change anything in php.ini so the post
> size and the upload size is the same.
> 
> 
>         I've authenticate the users by personal certificates, I don't
> know if this is important.

Are you using SSL renegotiation? Perhaps requiring a client certificate 
for a few locations only instead of the whole VHost, like:

<Location ...>
  SSLVerifyClient require
</Location>

If so have a look at

  http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslrenegbuffersize

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux