Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-09 Thread Mark Thomas
On 09/08/17 12:24, Senthil Kumar wrote: > Mark, > > Tomcat version is 8.0.39. > > I have to use both server certificate (.pfx) and service certificate as > keystore. Do I need to convert PFX format certificate to JKS format. How to > configure more than on private certificate in keystore. The se

Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-09 Thread Senthil Kumar
Mark, Tomcat version is 8.0.39. I have to use both server certificate (.pfx) and service certificate as keystore. Do I need to convert PFX format certificate to JKS format. How to configure more than on private certificate in keystore. Senthil On Wed, Aug 9, 2017 at 1:39 AM, Mark Thomas wrote:

Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Senthil, On 8/8/17 4:03 PM, dsenthil...@gmail.com wrote: > >> Hello, >> >> I have configured ssl certificates for below requirements: >> >> 1. Tomcat server certificate configuration in 'server.xml' file >> to run tomcat server on port 443 and ht

Re: Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-08 Thread Mark Thomas
On 08/08/17 21:03, dsenthil...@gmail.com wrote: > >> Hello, >> >> I have configured ssl certificates for below requirements: >> >> 1. Tomcat server certificate configuration in 'server.xml' file to run >> tomcat server on port 443 and https >> >> > minSpareThreads="25" >>maxSpare

Tomcat8 - How to configure ssl certificates for both https and two-way authentication

2017-08-08 Thread dsenthil . in
> Hello, > > I have configured ssl certificates for below requirements: > > 1. Tomcat server certificate configuration in 'server.xml' file to run tomcat > server on port 443 and https > > minSpareThreads="25" >maxSpareThreads="75" enableLookups="false" > disableUploadTimeou

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
> From: Petr Nemecek [mailto:p...@cmail.cz] > Subject: Troubles to configure SSL > After the startup I could navigate to http://localhost:8082/, but > https://localhost:8445/ doesn't work. What does "doesn't work" mean? Did the building catch fire? Is the Wind

Re: Troubles to configure SSL

2014-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Petr, On 2/24/14, 3:09 PM, Petr Nemecek wrote: > protocol="org.apache.coyote.http11.Http11NioProtocol" > SSLEnabled="true" maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8" > keystoreFile="c

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
25.02.2014 7:54, Caldarale, Charles R пишет: From: Arseny [mailto:setev...@gmail.com] Subject: Re: Troubles to configure SSL But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current

RE: Troubles to configure SSL

2014-02-24 Thread Caldarale, Charles R
> From: Arseny [mailto:setev...@gmail.com] > Subject: Re: Troubles to configure SSL > But - we use 5.5 Tomcat. Then you really should not be giving people advice about how to configure supported Tomcat versions - a lot has changed. Moving up to a current version should be a priorit

Re: Troubles to configure SSL

2014-02-24 Thread Arseny
Hi. What happen's if you open in browser 8445? Does Tomcat really open port 8445? Try find it with: > netstat -b -n | findstr 80 From your log - I don't see any problems. And here is Connector config from my server (under Linux - but there is must be difference): As you see - there is n

Troubles to configure SSL

2014-02-24 Thread Petr Nemecek
Hello, I have troubles configuring SSL, even if I follow https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html. See my connectors as well as startup output below. After the startup I could navigate to http://localhost:8082/, but https://localhost:8445/ doesn't work. Any idea? Many thanks, P

Re: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance.

2013-09-21 Thread André Warnier
venkateswara Rao Akkireddy wrote: Hi All Hope every one is doing good! Aim: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance. Please Help me on this ASAP This is the kind of thing that you should probably avoid

I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance.

2013-09-20 Thread venkateswara Rao Akkireddy
Hi All Hope every one is doing good! Aim: I want to redirect the https traffic of apache to tomcat. Such that we can configure SSL certificate on each tomcat instance. Please Help me on this ASAP *1) **Configuration in /etc/httpd/conf/httpd.conf* Listen 174.132.121.115:80 <h

Re: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 4/17/13 4:10 PM, James Snider wrote: > I have reinstalled Apache Tomcat with the tcnative library and I > am not receiving the SSL certificate errors as seen earlier. Good. > But I am now receiving the following errors upon startup: Not

RE: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-17 Thread James Snider
m using a windows server 2003 R2 x64 bit OS AND Have java version 1.7 installed. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, April 17, 2013 12:08 PM To: Tomcat Users List Subject: Re: Errors when trying to configure SSL for Apache Tomc

Re: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 4/17/13 10:12 AM, James Snider wrote: > After reviewing the APR documentation, I am still > receiving the errors involving the SSL Certificate and do not > understand where the issue is being generated. I have attached a > copy of my c

RE: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-17 Thread James Snider
ject: RE: Errors when trying to configure SSL for Apache Tomcat 7 > From: James Snider [mailto:james.sni...@hbcs.org] > Subject: Errors when trying to configure SSL for Apache Tomcat 7 > I am have generated the 2 certs and a private key and added them to > the server.xml SSL HTTPS/1.1 C

RE: Errors when trying to configure SSL for Apache Tomcat 7

2013-04-12 Thread Caldarale, Charles R
> From: James Snider [mailto:james.sni...@hbcs.org] > Subject: Errors when trying to configure SSL for Apache Tomcat 7 > I am have generated the 2 certs and a private key and added them to > the server.xml SSL HTTPS/1.1 Connector on port 443 configuration with > the

Errors when trying to configure SSL for Apache Tomcat 7

2013-04-12 Thread James Snider
Hi, I have installed Tomcat 7 on a 64 bit server running Windows 2003 R2 and am trying to configure SSL to work. I am have generated the 2 certs and a private key and added them to the server.xml SSL HTTPS/1.1 Connector on port 443 configuration with the following code: Please note that

Re: Query to configure SSL support on Tomcat

2012-04-16 Thread Pid
On 16/04/2012 10:19, Debabratta Jena wrote: > Hello sir, > > I am trying to install and configure SSL support on Tomcat,So I read > the steps and followed the instruction that is provided on "SSL > Configuration HOW-TO",when I am done with all the things. > I typed th

Query to configure SSL support on Tomcat

2012-04-16 Thread Debabratta Jena
Hello sir, I am trying to install and configure SSL support on Tomcat,So I read the steps and followed the instruction that is provided on "SSL Configuration HOW-TO",when I am done with all the things. I typed the https://localhost:8443/ in my bowser and that shows an

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi every one, Thanks you all for your replies & your critics that means i became a VIP member in this mailing list :D i'm jokking ^_^ Well, i turned back to the JSSE, now it works very well and i can access to my ressources using HTTPS. Still the APR one, as it has been said earlier, i puted

Re: Configure SSL under Tomcat 7

2012-03-20 Thread André Warnier
ayouB __ wrote: Hi, the logs doesn't say any thing, tomcat still working normally, the problem is when i put the link : https://localhost:8443/ProjectTest/ , the browser display : impossible to display this page ..., like the project doesn't even exit in my workspace (the browser doesn't recog

Re: Configure SSL under Tomcat 7

2012-03-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ayoub, On 3/20/12 8:15 AM, ayouB __ wrote: > I'm really disturbed, i've tried every kind of solution !! does > any one have any last suggestion pleaase ?! I think it may be time to hire a consultant. - -chris -BEGIN PGP SIGNATURE- Version: G

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, the logs doesn't say any thing, tomcat still working normally, the problem is when i put the link : https://localhost:8443/ProjectTest/ , the browser display : impossible to display this page ..., like the project doesn't even exit in my workspace (the browser doesn't recognize my web proje

RE: Configure SSL under Tomcat 7

2012-03-20 Thread Caldarale, Charles R
> From: Tapan Thakkar [mailto:tapan.d.thak...@gmail.com] > Subject: Re: Configure SSL under Tomcat 7 > Go through this link http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html It is irresponsible for anyone to suggest use of Tomcat 4 documentation; even more so in this case

Re: Configure SSL under Tomcat 7

2012-03-20 Thread Casper Wandahl Schmidt
Den 20-03-2012 13:15, ayouB __ skrev: Hi, I follow steps said in this link : http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html, i generated my files : .key and .crt, i puted them in the conf/bin then i modified my server.xml to be able to support these new changes, here it's : ==

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, I follow steps said in this link : http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html, i generated my files : .key and .crt, i puted them in the conf/bin then i modified my server.xml to be able to support these new changes, here it's : serv

Re: Configure SSL under Tomcat 7

2012-03-20 Thread André Warnier
Casper Wandahl Schmidt wrote: Den 20-03-2012 10:34, ayouB __ skrev: Hi, I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" command work

Re: Configure SSL under Tomcat 7

2012-03-20 Thread André Warnier
Casper Wandahl Schmidt wrote: Den 20-03-2012 10:34, ayouB __ skrev: Hi, I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" command work

Re: Configure SSL under Tomcat 7

2012-03-20 Thread Casper Wandahl Schmidt
Den 20-03-2012 10:34, ayouB __ skrev: Hi, I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" command work very well in the cmd.exe (it giv

Re: Configure SSL under Tomcat 7

2012-03-20 Thread Tapan Thakkar
Hi, Go through this link http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html The file that you are asking are certificate and key file used for SSL. To configure tomcat with SSL you need to create this files. On Tue, Mar 20, 2012 at 2:51 PM, ayouB __ wrote: > > Hi every body & happy new

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi, I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" command work very well in the cmd.exe (it give me "OpenSSL>"), so i wanna generate t

RE: Configure SSL under Tomcat 7

2012-03-20 Thread ayouB __
Hi every body & happy new spring ^^ Well, i'm asking you again to tell me please what's the purpose of these files : localhost.crt & localhost.key in the last example in this link : http://tomcat.apache.org/tomcat-7.0-doc/apr.html, i wanna just know from where & how did they get it (is there

Re: Configure SSL under Tomcat 7

2012-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luciano, On 3/19/12 1:58 PM, Luciano Andress Martini wrote: > I know that you will think this is strange, but i prefer to use > the apache2 as a proxy to the tomcat server creating this lines in > a ssl virtualhost: > > ProxyPass / http://127.0.0.1:8

Re: Configure SSL under Tomcat 7

2012-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ayoub, On 3/19/12 1:51 PM, ayouB __ wrote: > Can you explain me more what certificate format is used with APR & > how can i get it please ! APR uses PEM-formatted X.509 certificate format and keys are in separate text blocks. Use OpenSSL to generate

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Hi, I'm asking you again, pleaase tell me from where and how they get these files : localhost.crt & localhost.key !!! Thanks.

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Caldarale, Charles R
> From: ayouB __ [mailto:ayb-2...@hotmail.fr] > Subject: RE: Configure SSL under Tomcat 7 > Can you explain me more what certificate format is used with > APR & how can i get it please ! Read the docs: http://tomcat.apache.org/tomcat-7.0-doc/apr.html#APR_Connectors_Configu

Re: Configure SSL under Tomcat 7

2012-03-19 Thread Luciano Andress Martini
I know that you will think this is strange, but i prefer to use the apache2 as a proxy to the tomcat server creating this lines in a ssl virtualhost: ProxyPass / http://127.0.0.1:8080 ProxyPassReverse / http://127.0.0.1:8080 Yes the data will be encrypted. 2012/3/19, ayouB __ : > > hi filip, >

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
hi filip, Can you explain me more what certificate format is used with APR & how can i get it please ! Thanks.

Re: Configure SSL under Tomcat 7

2012-03-19 Thread Filip Hanik Mailing Lists
59 AM > Subject: RE: Configure SSL under Tomcat 7 > > > Still not working !! > I downloaded Apache Tomcat 7.0.26 (again), i added the tcnative-1.dll > in my : apache-tomcat-7.0.26\bin, i created a keystore file with > this command : > keytool -genkeypair -alias tomcat -keyalg R

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Justin Larose
ayouB __ wrote on 03/19/2012 01:00:59 PM: > From: ayouB __ > To: > Date: 03/19/2012 01:01 PM > Subject: RE: Configure SSL under Tomcat 7 > > Still not working !! > I downloaded Apache Tomcat 7.0.26 (again), i added the > tcnative-1.dll in my : apache-tomcat

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
I'm disturbed that i wrote things unlike what i think !! I want say : what things i'm supposed ... instead of what things i'm supported ... They didn't even talked ... instead of They even talked ... Thanks.

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Still not working !! I downloaded Apache Tomcat 7.0.26 (again), i added the tcnative-1.dll in my : apache-tomcat-7.0.26\bin, i created a keystore file with this command : keytool -genkeypair -alias tomcat -keyalg RSA -keystore C:\mykeystore i put the file named "mykeystore" in my : apache-tomca

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Thanks Mark :) > > Which one should i put in my : apache-tomcat-7.0.26\bin, knowing that i use > > windows xp (32 bits) as OS ?! > > 1) > > Mark

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Caldarale, Charles R
> From: ayouB __ [mailto:ayb-2...@hotmail.fr] > Subject: RE: Configure SSL under Tomcat 7 > 1) bin/tcnative-1.dll 32-bit version > 2) bin/i64/tcnative-1.dll Itanium version > 3) bin/x64/tcnative-1.dll x86-64 version > Which one should i put in my : apache-tomcat-7

Re: Configure SSL under Tomcat 7

2012-03-19 Thread Mark Thomas
On 19/03/2012 15:30, ayouB __ wrote: > > > Hi, > > Sorry it'll be the first and the last time i send a private message to > somebody, i didn't know the community's rules ! > > Well, now i downloaded the file you indicated me which is : > > http://mirror.atlanticmetro.net/apache//tomcat/t

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
Hi, Sorry it'll be the first and the last time i send a private message to somebody, i didn't know the community's rules ! Well, now i downloaded the file you indicated me which is : http://mirror.atlanticmetro.net/apache//tomcat/tomcat-connectors/native/1.1.23/binaries/tomcat-native-1.1

RE: Configure SSL under Tomcat 7

2012-03-19 Thread Caldarale, Charles R
> From: ayouB __ [mailto:ayb-2...@hotmail.fr] > Subject: RE: Configure SSL under Tomcat 7 1) Don't top post. 2) Reply only to the list, not to individuals. > Now i downloaded the tcnative.jar That won't help; the contents of that jar are already included in the standard T

RE: Configure SSL under Tomcat 7

2012-03-19 Thread ayouB __
sturbed, i spent the whole week-end trying and retrying to solve this problem without any result. Thanks. > Date: Fri, 16 Mar 2012 15:32:33 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Configure SSL under Tomcat 7 > > -BEGIN PG

RE: Configure SSL under Tomcat 7

2012-03-16 Thread Filip Hanik Mailing Lists
The logs show that you don't have Tcnative installed - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Configure SSL under Tomcat 7

2012-03-16 Thread Pid
On 16/03/2012 15:58, ayouB __ wrote: > > Hi every one, > > I'm ayoub and i'm a new member of this mailing list :) > Well, i want to configure SSL under Tomcat 7 so i have followed steps said in > http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html, but when i de

Re: Configure SSL under Tomcat 7

2012-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ayoub, On 3/16/12 12:50 PM, ayouB __ wrote: > > > [snip] > > > > protocol="org.apache.coyote.http11.Http11AprProtocol" > SSLEnabled="true" maxThreads="150" scheme="https" secure="true" > clientAuth="optional" sslProtocol="TLS"/> It's unusual t

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
r 'org.apache.myfaces.WRAP_TAG_EXCEPTIONS_AS_CONTEXT_AWARE' found, using default value 'true'. 16 mars 2012 17:05:58 org.apache.myfaces.webapp.WebConfigParamsLogger logWebContextParams INFO: No context init parameter 'org.apache.myfaces.CACHE_EL_EXPRESSIONS' found, using defa

Re: Configure SSL under Tomcat 7

2012-03-16 Thread Filip Hanik Mailing Lists
e.org > Sent: Friday, March 16, 2012 10:52:13 AM > Subject: RE: Configure SSL under Tomcat 7 > > > Sorry :D i want say server.xml > > > > From: ayb-2...@hotmail.fr > > To: users@tomcat.apache.org > > Subject: RE: Configure SSL under Tomcat 7 > &

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
Sorry :D i want say server.xml > From: ayb-2...@hotmail.fr > To: users@tomcat.apache.org > Subject: RE: Configure SSL under Tomcat 7 > Date: Fri, 16 Mar 2012 16:50:14 + > > > Here's My service.xml file : > > > > > >

RE: Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
Here's My service.xml file : > Date: Fri, 16 Mar 2012 10:41:38 -0600 > From: devli...@hanik.com > To: users@tomcat.apache.org > Subject: Re: Configure SSL under Tomcat 7 > > set SSLEnabled="true&q

Re: Configure SSL under Tomcat 7

2012-03-16 Thread Filip Hanik Mailing Lists
12 9:58:49 AM > Subject: Configure SSL under Tomcat 7 > > > Hi every one, > > I'm ayoub and i'm a new member of this mailing list :) > Well, i want to configure SSL under Tomcat 7 so i have followed steps > said in http://tomcat.apache.org/tomcat-7.0-doc/ssl-how

Configure SSL under Tomcat 7

2012-03-16 Thread ayouB __
Hi every one, I'm ayoub and i'm a new member of this mailing list :) Well, i want to configure SSL under Tomcat 7 so i have followed steps said in http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html, but when i deploy my project in tomcat server i don't get : https://loclhos

Re: unable to configure SSL in Tomcat 7.0

2010-12-23 Thread Pid
On 23/12/2010 02:43, Christopher Schultz wrote: > Filip, > > On 12/22/2010 6:03 PM, Filip Hanik - Dev Lists wrote: >> I'd definitely consider it a bug if tomcat continues startup in HTTP >> mode instead, when the file is not found. > > I seem to remember a recent bugfix that won't allow a connect

Re: unable to configure SSL in Tomcat 7.0

2010-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filip, On 12/22/2010 6:03 PM, Filip Hanik - Dev Lists wrote: > I'd definitely consider it a bug if tomcat continues startup in HTTP > mode instead, when the file is not found. I seem to remember a recent bugfix that won't allow a connector to partial

Re: unable to configure SSL in Tomcat 7.0

2010-12-22 Thread Filip Hanik - Dev Lists
rsion "1.6.0_21". I am able to install it fine but unable to configure SSL. I am configuring it on port 8443 based on documentation provided. After configuration and restarting the Apache Tomcat 7 service I am able to connect tohttp://localhost:8080 but not to https://localhost:8443.

Re: unable to configure SSL in Tomcat 7.0

2010-12-22 Thread Pid *
.5 on Windows 7 > > > > with java version "1.6.0_21". I am able to install it fine but unable to > > > > configure SSL. I am configuring it on port 8443 based on documentation > > > > provided. After configuration and restarting the Apache

Re: unable to configure SSL in Tomcat 7.0

2010-12-22 Thread Pid *
On 22 Dec 2010, at 18:07, Ajay TS wrote: I am new to Tomcat and am trying to install Apache Tomcat 7.0.5 on Windows 7 with java version "1.6.0_21". I am able to install it fine but unable to configure SSL. I am configuring it on port 8443 based on documentation provided. After configu

Re: Configure ssl

2009-10-29 Thread Mark Thomas
Nilesh Patil wrote: > thanks for replay.. > but already did taht steps... and i think u didtn read my message... Nope - you didn't read the Google results. The first link teels you everything you need to know. Mark > Dear I am getting warnig messge after hiting the url in the browser > so

Re: Configure ssl

2009-10-28 Thread Nilesh Patil
thanks for replay.. but already did taht steps... and i think u didtn read my message... Dear I am getting warnig messge after hiting the url in the browser so i think i am missing some setting... Thanks again... On Wed, Oct 28, 2009 at 5:51 PM, Nilesh Patil wrote: > Dear forum , >I

Re: Configure ssl

2009-10-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nilesh, On 10/28/2009 8:21 AM, Nilesh Patil wrote: > Please guide me... http://lmgtfy.com/?q=thawte+trial+certificate+installation+instructions -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http:

Configure ssl

2009-10-28 Thread Nilesh Patil
Dear forum , I am working on SLL Implemetaion. we are using jboss app server. I am using thawte's trail certificate for test purpose. The application is running well but when i hit the URL with https the browser warns me regarding Untrusted web page. when i click on certificate Install , in cer

RE: How to configure SSL for particular application

2009-04-02 Thread Caldarale, Charles R
> From: SivaKumarl [mailto:sivakum...@naradaproducts.com] > Subject: How to configure SSL for particular application > > i need to access only application through https and remaining > through http protocol Read section 12 of the servlet spec. Configure a of CONFIDENTIAL

How to configure SSL for particular application

2009-04-02 Thread SivaKumarl
-- Siva -- View this message in context: http://www.nabble.com/How-to-configure-SSL-for-particular-application-tp22844749p22844749.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-21 Thread Bill Barker
"Christopher Schultz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chandra, > > Chandra Madhumanchi (cmadhuma) wrote: >> Do we have any solution ssl 2 way configuration on tamcat webserver >> through .Net Client > > If you're ju

Re: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chandra, Chandra Madhumanchi (cmadhuma) wrote: > Do we have any solution ssl 2 way configuration on tamcat webserver > through .Net Client If you're just trying to connect to Tomcat using SSL from a .Net client, there's no special configuration when

RE: please help me how to configure SSL 2 way on tamcat webser by using .net client. can anybody solve this problem

2008-11-20 Thread Chandra Madhumanchi (cmadhuma)
Do we have any solution ssl 2 way configuration on tamcat webserver through .Net Client -Original Message- From: Chandra Madhumanchi (cmadhuma) Sent: Wednesday, November 19, 2008 11:16 AM To: users@tomcat.apache.org Subject: please help me how to configure SSL 2 way on tamcat webser by

please help me how to configure SSL 2 way on tamcat webser by using .net client.

2008-11-18 Thread Chandra Madhumanchi (cmadhuma)
Hi when i am validating client certificate by using .net class(sslStream) http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.as px i am getting error like SSPI failed. Actually in server.xml i configure clientAuth as True. Do i need to do any other settings

how to configure SSL in embedde tomcat.

2008-05-08 Thread Swati Jain Goyal
hi Please tell me a way to configure SSL environment using embedded tomcat 6.0. I have tried it using Embedded tomcat 5.5.9 and it accepts the https requests. But when trying to run the same code using embedded Apache tomcat 6.0, it doesnt accepts https requests. When I debugged it, I found

Re: RE: How to configure ssl vhosts in server.xml?

2007-11-09 Thread Mike Schmelzer
List > Betreff: RE: How to configure ssl vhosts in server.xml? > > Hi, > > Try to do as Apache says and define it like this: > > NameVirtualHost *:443 > > ServerName devsecure.bla.com > [...] > > &

RE: How to configure ssl vhosts in server.xml?

2007-11-09 Thread Nuno Manuel Martins
Message- From: Mike Schmelzer [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 9 de Novembro de 2007 9:10 To: users@tomcat.apache.org Subject: How to configure ssl vhosts in server.xml? Hi! I have a Apache Tomcat configuration with vhosts in Tomcats server.xml. Those vhost entries will be

How to configure ssl vhosts in server.xml?

2007-11-09 Thread Mike Schmelzer
Hi! I have a Apache Tomcat configuration with vhosts in Tomcats server.xml. Those vhost entries will be generated in the mod_jk.conf during Tomcat start. So far so good, it works pretty good. Now I have to configure ssl. At my first try I did that in the ssl_vhost.conf of the Apache

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > And. what can I do ? If you choose not to use APR, delete the .dll from the bin directory, and configure SSL according to the doc I gave you before: http://tomcat.apache.org/tomcat-5.5-doc/ss

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
And. what can I do ? On 4/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > I should install one by one or just tcnative-1.dll?? I'm the wrong person to ask, since I prefer

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > I should install one by one or just tcnative-1.dll?? I'm the wrong person to ask, since I prefer to run pure Java rather than mix native code into the pot. Unless you're really pres

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
> My Apache Tomcat is 5.5.9 > My jdk is 1.5.05 Is that a Sun JDK? If so, you're not being precise with the version number; do you mean 1.5.0_5? Sorry, jdk-1_5_0_05-windows-i586-p.exe And my windows is 2003 server. > > how to I configure apr? If APR is installed, you'll see a tcnative-1.

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Re: Configure SSL on Tomcat. > > My Apache Tomcat is 5.5.9 > My jdk is 1.5.05 Is that a Sun JDK? If so, you're not being precise with the version number; do you mean 1.5.0_5? > And my windows is 2003 server. > >

Re: Configure SSL on Tomcat.

2007-04-26 Thread Cartman
Hi, thanks for your answer, so... My Apache Tomcat is 5.5.9 My jdk is 1.5.05 And my windows is 2003 server. how to I configure apr? On 4/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Configure SSL on Tomcat. > >

RE: Configure SSL on Tomcat.

2007-04-26 Thread Caldarale, Charles R
> From: Cartman [mailto:[EMAIL PROTECTED] > Subject: Configure SSL on Tomcat. > > I try to configure my apache tomcat server with > ssl support, but I can't. What version of Tomcat are you using? (The web sites you listed were for everything from 3.0 through 5.0, so

Configure SSL on Tomcat.

2007-04-26 Thread Cartman
Hi everybody, I try to configure my apache tomcat server with ssl support, but I can't. I've done everything but don't work. I've visited some web pages where say, the same but I can't configure my tomcat. http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html http://www.digicert.com/ssl-certif

Re: Configure ssl support on my tomcat instance number 2

2007-03-25 Thread Cartman
ok, thanks. On 3/24/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: try to specify a full path for keystoreFile, not a relative one. my guess is that it is trying to read TOMCAT_HOME/bin/ssl/.keystore Filip Cartman wrote: > Hi, i install two tomcat intances on my machine; and i modifie

Re: Configure ssl support on my tomcat instance number 2

2007-03-24 Thread Filip Hanik - Dev Lists
try to specify a full path for keystoreFile, not a relative one. my guess is that it is trying to read TOMCAT_HOME/bin/ssl/.keystore Filip Cartman wrote: Hi, i install two tomcat intances on my machine; and i modified the server.xml file And then run the instances, and everything work

Re: Configure ssl support on my tomcat instance number 2

2007-03-24 Thread Cartman
oops, sorry. Thanks On 3/24/07, Mark Thomas <[EMAIL PROTECTED]> wrote: Cartman wrote: > But when i try use http://localhost:8443 the browser don't show anything, > why? Because you need to request https://localhost:8443 Mark --

Re: Configure ssl support on my tomcat instance number 2

2007-03-24 Thread Mark Thomas
Cartman wrote: > But when i try use http://localhost:8443 the browser don't show anything, > why? Because you need to request https://localhost:8443 Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-

Configure ssl support on my tomcat instance number 2

2007-03-24 Thread Cartman
Hi, i install two tomcat intances on my machine; and i modified the server.xml file And then run the instances, and everything works ok. But when i try use http://localhost:8443 the browser don't show anything, why? With firefox, appears a box for download a file, and with Internet Exp

Re: Configure SSL

2006-06-15 Thread Mark Thomas
ngolehung84 wrote: > But if I have 2 site: > http://localhost/site1/ > http://localhost/site2/ > and I want only site1 use SSL, site2 does not! > So what must I do? > Thanks in advance! Put the security constraint in the applications web.xml file rather than the global one. Mark ---

RE: Configure SSL

2006-06-14 Thread ngolehung84
But if I have 2 site: http://localhost/site1/ http://localhost/site2/ and I want only site1 use SSL, site2 does not! So what must I do? Thanks in advance! Hung. -- View this message in context: http://www.nabble.com/Configure--SSL-t1787438.html#a4876499 Sent from the Tomcat - User forum at

RE: Configure SSL

2006-06-14 Thread Dongyi Liu \(List\)
will divert all the request to https one. dongyi -Original Message- From: ngolehung84 [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 18:06 To: users@tomcat.apache.org Subject: Configure SSL Hi, I have configured my web site to use SSL successfully. But, the client can access my website from

Configure SSL

2006-06-14 Thread ngolehung84
the client access my website from one URL only: https://localhost:8443/mysite/ And if client uses this URL: http://localhost:8080/mysite/ the exception will be returned to the client. How can I do that? Thanks in advance, Hung. -- View this message in context: http://www.nabble.com/Configure--SSL

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread Markus Schönhaber
anil abraham wrote: > Hi Markus, > The Tomcat log is as folows: > What does this Indicate. It indicates that there is something going badly wrong when Tomcat tries to set up the Connector. Are you using a Sun VM as the lines like > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) m

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-23 Thread anil abraham
Hi Markus, The Tomcat log is as folows: What does this Indicate. Mar 23, 2006 2:50:28 PM org.apache.catalina.startup.Catalina load SEVERE: Catalina.start LifecycleException: Protocol handler instantiation failed: java.lang.NullPointe rException at org.apache.coyote.tomcat5.CoyoteConne

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread anil abraham
. What else can i try. Regards, Anil From: Markus Schönhaber <[EMAIL PROTECTED]> Reply-To: tomcat-user@jakarta.apache.org To: "Tomcat Users List" Subject: Re: Unable to Configure SSL on Tomcat on AIX Date: Tue, 21 Mar 2006 13:06:15 +0100 anil abraham wrote: > I ha

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
anil abraham wrote: > I have made the changes to the server.xml.(secure="true" and > scheme="https") but still > the default web page is not displayed. When i use the same server.xml > config under windows tomcat installation i am able to access the deployed > application and tomcat

Re: Unable to Configure SSL on Tomcat on AIX

2006-03-21 Thread Markus Schönhaber
anil abraham wrote: > hi Markus, > 1)The page is displayed if i access it via > http://172.25.16.2:localhost:8080/els but cannot when i use > https://172.25.16.2:localhost:8070/els. These are not really the URLs you use, are they? So, chances are, the HTTPS configuration of the Connector did some

  1   2   >