Re: [users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread John
Be sure that there is at least one cipher suite in common between the server and the Android app. The most likely issue is that all SSL protocols and also TLS v1 have been disabled on the server. (required for any e-commerce server taking VISA or Mastercard). There is a **lot** of info about h

Re: [users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread Jerry Malcolm
Hi Jeffrey,  Thanks for the quick response. I set the LogLevel to debug.  I'm getting a ton of debug info everywhere.  However, the https requests from my app are not even showing up in any logs not even the virtual host access or error logs or the apache system logs.  Nada... nothing.  As

[users@httpd] 答复: [users@httpd] Can apache http server handle millions of static pages or pictures ?

2018-11-02 Thread chuyifan
Do you know the centos file system limitation for file accessing? Under what situation, the process of looking up the files will slow down? If too many files or directories on a server could slow down the file access, maybe I will consider distribute the files to different servers. But the costs

RE: [users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread Jeff Cauhape
Jerry, Have you set LogLevel to "debug" in httpd.conf and then check the sever error logs? Could be helpful to see what the server is objecting to. Jeffrey Cauhape – IT Professional III – Linux and Solaris Administrator Nevada Department of Employment, Training and Rehabilitation (775) 684-3804

[users@httpd] SSL Handshake Exception in call from Android

2018-11-02 Thread Jerry Malcolm
I am writing an Android app that needs to make calls to my httpd server (Apache 2.4.33).  I am getting the following exception in my Android app: Exception: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x809adc78: Failure in SSL library, u

Re: [users@httpd] Can apache http server handle millions of static pages or pictures ?

2018-11-02 Thread Jim Jagielski
It's most likely better to just use mod_cache... > On Nov 2, 2018, at 10:45 AM, Darryl Philip Baker > wrote: > > I'm not absolutely sure about millions but I have a few hundred thousand > pages. The two issues that might be a problem is the filesystem speed of your > implementation and the pa

Re: [users@httpd] Can apache http server handle millions of static pages or pictures ?

2018-11-02 Thread Darryl Philip Baker
I'm not absolutely sure about millions but I have a few hundred thousand pages. The two issues that might be a problem is the filesystem speed of your implementation and the path name length. Not Apache limitations but that of your file server's OS. Darryl Baker (he/him/his) Sr. System Adminis

Re: [users@httpd] unescape urlencoded

2018-11-02 Thread Simon Walter
Thank you sir. I certainly will. Best, Simon On 10/27/2018 04:09 AM, William A Rowe Jr wrote: > Hi Simon, > > you might want to express your interest/RFE to the d...@apr.apache.org > list, > since that is where the apr_* functions are maintained, and enhancement > r