[tomcat 7.0.42] jersey 2.0 rest - multipart/form-data, SSL client authentication, 401 error

2013-08-21 Thread Marek Jagielski
29.*.* 192.168.30.144 HTTP 312 HTTP/1.1 200 OK (application/json) ************ Problem starts when I configure ssl client authentication for REST service: web.xml ... Service Api /service/* sic-service CLIENT-CERT Service Api sic-service ... tomcat-users.xml: ...

Re: need help setting up tomcat with ssl client authentication

2010-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 7/1/2010 9:28 AM, Ralph Carlson wrote: > I changed server.xml to: > > maxThreads="150" >scheme="https" >secure="true" >clientAuth="true" >keystoreFile="/

RE: need help setting up tomcat with ssl client authentication

2010-07-01 Thread Ralph Carlson
-racarlson=mediacomcc@tomcat.apache.org] On Behalf Of Christopher Schultz [ch...@christopherschultz.net] Sent: Wednesday, June 30, 2010 9:40 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 6

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 6/30/2010 5:07 PM, Ralph Carlson wrote: > (d) have client Authorization on - with it off tomcat ssl works just fine, > when its turned on I get this error > so far I have been following the steps listed in this tomcat user group > message

RE: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
[...@pidster.com] Sent: Wednesday, June 30, 2010 7:19 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication On 30/06/2010 23:45, Ralph Carlson wrote: > the tomcats logs have no errors in them, they end after start up (I haven't > installed any app

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Pid
On 30/06/2010 23:45, Ralph Carlson wrote: > the tomcats logs have no errors in them, they end after start up (I haven't > installed any apps yet, just trying to get to the tomcat manager with ssl) Are you using APR? This path: >keystoreFile="/server.ks" doesn't appear to match

RE: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
-214164-racarlson=mediacomcc@tomcat.apache.org [users-return-214164-racarlson=mediacomcc@tomcat.apache.org] On Behalf Of Pid [...@pidster.com] Sent: Wednesday, June 30, 2010 5:25 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication On 30/06/201

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Pid
On 30/06/2010 22:07, Ralph Carlson wrote: > tomcat version 6.0.20 > os: windows xp sp3 professional edition > sun java jdk 1.5.11 > > I am trying to do the following > (a) create a certificate authority and self sign server and client > certificates using openssl and keytool > (b) import the keyt

need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
tomcat version 6.0.20 os: windows xp sp3 professional edition sun java jdk 1.5.11 I am trying to do the following (a) create a certificate authority and self sign server and client certificates using openssl and keytool (b) import the keytool keystore into tomcat (c) verify the certificate chaing

Re: SSL client authentication

2008-01-06 Thread Filip Hanik - Dev Lists
set clientAuth="want" you still may have to do some mucking around in the realm code to be able to do both in a prioritized order Filip Dave wrote: Hi, I need some help on SSL client authentication. If a user has digital certificate installed on his/her machine,

SSL client authentication

2008-01-06 Thread Dave
Hi, I need some help on SSL client authentication. If a user has digital certificate installed on his/her machine, we like to authenticate the user using digital certificate, otherwise using username/password. When I set clientAuth="true" in server.xml, open IE to the

Re: tomcat ssl client authentication

2007-09-12 Thread Bill Barker
"Shuwen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I would like to find out how to configure client authentication when > enabling tomcat to run on https. From > http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html, it says that > > *** > For

tomcat ssl client authentication

2007-09-12 Thread Shuwen
Hi, I would like to find out how to configure client authentication when enabling tomcat to run on https. From http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html, it says that *** For using clientAuth on a per-user or per-session basis, check out the tips in B

SSL Client Authentication

2006-01-31 Thread Markus
Hi! Setting clientAuth to true in the coyote connector configuration forces the client to send his client certificate before a ssl session to any page/servlet is established. I'd like to divide my webapp into two areas: 1) a public area whith ssl encryption only for example mydomain.com/publi