Re: Failed uploading file to Appache HTTP Server after using SSL

"Ken Chen" <[email protected]>
Newsgroups gmane.comp.apache.mod-ssl.user
Message-ID <[email protected]>
Hi Cliff,

Thanks for your advice.

Now seems when uploading big file has problem in ssl.  When I upload a
3K image file, it's ok.  But when I upload a 35K image file.  It
failed.

Is there any place to set the cache/buffer?  Or I have to set
SSLSessionCache and SSLSessionCacheTimeout?

By the way, I don't understand why to use openssl s_client and issue a
GET request?  I am uploading file.  Isn't it a POST request?  Can you
have a brief sample how to test?

Thanks in advance.

Ken


On 4/18/06, Cliff Woolley <[email protected]> wrote:
> On 4/18/06, Ken Chen <[email protected]> wrote:
>
> > 1.  If users access our server via https://.... through the web
> > server, it fails to upload.  Backend source encountered
> > NullPointerException when accessing the FileItem requested.
> > 2.  But if users access our server via http://... through the web
> > server, there is no that problem.
> > Hence I think there should be something wrong with the request parsing
> > through https.
> > Any advice/clue to check where or how to solve it is greatly
> > appreciated.   Thanks in advance.
>
>
> A couple of suggestions: (1) turn on debug logging in mod_ssl... this will
> give you a byte-by-byte dump of the SSL transaction in the log file.  (2)
> try connecting to your https server with "openssl s_client" and then issuing
> a GET request by hand.  That can often be instructive.
>
> --Cliff


--
--------------------------------------------------
Ken Chen
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [email protected]
Automated List Manager                            [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.