Re: Two Way SSL - SSL Offloading at load balancer

2016-12-10 Thread Bipin Jethwani
*Thanks André. I will sure give it a try and update you. * *Meanwhile, my team seems to tilted toward a servlet filter or jersey hook to get this working at application layer.* *We got a public key inside of mobile app and corresponding private key on server side and we would be signing the respons

Re: Two Way SSL - SSL Offloading at load balancer

2016-12-08 Thread tomcat
On 02.12.2016 13:27, Bipin Jethwani wrote: We use Spring security and want to use Two Way SSL for a few Jersey based REST APIs exposed for mobile devices. SSL is offloaded at load-balancer or apache level. Can we still get access to client certificate at web app level? On second thought we can

RE: Two Way SSL - SSL Offloading at load balancer

2016-12-05 Thread Macca, Diego
...@christopherschultz.net] Sent: 02 December 2016 17:09 To: Tomcat Users List Subject: Re: Two Way SSL - SSL Offloading at load balancer -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bipin, On 12/2/16 7:27 AM, Bipin Jethwani wrote: > We use Spring security and want to use Two Way SSL for a few Jersey > base

Re: Two Way SSL - SSL Offloading at load balancer

2016-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bipin, On 12/2/16 7:27 AM, Bipin Jethwani wrote: > We use Spring security and want to use Two Way SSL for a few Jersey > based REST APIs exposed for mobile devices. SSL is offloaded at > load-balancer or apache level. > > Can we still get access to

Re: Two Way SSL - SSL Offloading at load balancer

2016-12-02 Thread tomcat
On 02.12.2016 13:27, Bipin Jethwani wrote: We use Spring security and want to use Two Way SSL for a few Jersey based REST APIs exposed for mobile devices. SSL is offloaded at load-balancer or apache level. Can we still get access to client certificate at web app level? On second thought we can