Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Sterpu Victor
I installed apache 2.4.16 and I have activated SSLOCSPEnable on a virtual domain but the page is not loading at all with OCSPEnabled(without OCSP is working). The error is: SSL Library Error: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify error (Verify error:unable to get

Re: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Marat Khalili
I'm only guessing, but maybe manually adding all necessary intermediate certificates to your server will help? -- With Best Regards, Marat Khalili On 26/08/15 09:31, Sterpu Victor wrote: I installed apache 2.4.16 and I have activated SSLOCSPEnable on a virtual domain but the page is not

Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Sterpu Victor
The certificates are already on the server. -- Original Message -- From: Marat Khalili m...@rqc.ru To: users@httpd.apache.org Sent: 8/26/2015 11:34:24 AM Subject: Re: [users@httpd] SSL - How client certificates are verified? I'm only guessing, but maybe manually adding all necessary

Re: [users@httpd] svn export - how come it bypasses authentication??

2015-08-26 Thread lejeczek
yes, thank you. On 22/08/15 19:22, David Newman wrote: This is probably a question for the subversion list, but I would bet your credentials have been cached in ~/.subversion/auth -Dave On Fri, Aug 21, 2015 at 12:38 PM, lejeczek pelj...@yahoo.co.uk mailto:pelj...@yahoo.co.uk wrote:

[users@httpd] mod_jk to mod_proxy and mod_proxy_balancer conversion

2015-08-26 Thread aparna Puram
I have a requirement to get the following lines from uriworkermappling.xml which used mod_jk to be converted to mod_proxybalancer. /path1/*=Server1 /path2/*=Server2 /path3/*=Server3 /path4/*=Server3 /path5/*=Server4 !/*.png=* !/*.gif=* !/*.jpg=* !/*.jpeg=* !/*.htm=* !/*.html=* I have the

Re: Re[2]: [users@httpd] SSL - How client certificates are verified?

2015-08-26 Thread Anne Blankert
The problem is not in the client certificate but in the issuer certicates aka known as the certificate chain. I was able to solve the problem by adding the following line in my Apache server configuration: SSLCACertificateFile /etc/ssl/certs/clientcertificatechain.pem where file

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-26 Thread Kurtis Rader
On Tue, Aug 25, 2015 at 10:25 PM, Steven Shi steven200...@gmail.com wrote: The app consists of a maven built java back-end which utilizes the maven build of apache spark (http://sparkjava.com/;). To my understanding, the spark API initiates a Jetty server which listens on a specified port