Re: SSL issue in tomcat

2015-02-02 Thread Jason Y
Thanks for your reply, Chris. I am providing solr search service on Linux server. My java version is 1.7_67(64bit) and tomcat version is 7.0.55 and tomcat Connector is: In my service I provide both REST and WSDL servie to call solr search by https. Everything worked well until one day(about in No

Re: How-to disable SSL V3 on Tomcat 6.0.18.0

2015-01-30 Thread Jason Y
Hi Jammy, Please refer to https://access.redhat.com/solutions/1232233 When using Tomcat with the JSSE connectors, the SSL protocol to be used can be configured via $TOMCAT_HOME/conf/server.xml. The following example shows how the sslProtocol in an https connector is configured. Tomcat 5 and 6 (p

Re: SSL issue in tomcat

2015-01-23 Thread Jason Y
h the developer's code(it is .NET code on which I have 0 knowledge), I will keep on watching this. On Thu, Jan 22, 2015 at 11:01 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > ason, > > On 1/22/15

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
What I changed in server.xml is adding sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1". BUT I noticed that I am using JSSE instead of APR, so I remoeved the listener is this causing my error? On Wed, Jan 21, 2015 at 11:39 PM, Jason Y wrote: > You mean here maxThreads="1

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
e: > > -Original Message- > > From: Jason Y [mailto:day...@gmail.com] > > Sent: Wednesday, January 21, 2015 12:44 AM > > To: Tomcat Users List > > Subject: Re: SSL issue in tomcat > > > > Got another issue...Tomcat is working fine after restart but i

Re: SSL issue in tomcat

2015-01-21 Thread Jason Y
> > try to connect the server from localhost using " openssl s_client -connect > hostname:8443 -debug " may be you will found something use full. > > On Wed, Jan 21, 2015 at 11:43 AM, Jason Y wrote: > > > Got another issue...Tomcat is working fine after restart but

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
ssary to have ciphers properties but if you want to restrict > the ciphers then you can use this property. > > On Wed, Jan 21, 2015 at 6:53 AM, Jason Y wrote: > > > Thank you all. Now it is working fine. > > > > >maxThreads="150"

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
Thank you all. Now it is working fine. By the way, do I need "ciphers" properties here? On Tue, Jan 20, 2015 at 11:22 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > >

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
an block the ports 8443, 8080 etc... > Is there any exception in catalina.out? > > -Utkarsh > > On Tue, Jan 20, 2015 at 2:47 PM, Jason Y wrote: > > > Hi folks, > > > > Recently my application cannot be accessible in browser with https > version. > > I

Re: SSL issue in tomcat

2015-01-20 Thread Jason Y
eral hours, I failed to access my https link again. Anyone has any ideas about this? please share your suggestions...My tomcat version is 7.0.55 Thank you all very much. On Tue, Jan 20, 2015 at 3:56 PM, Jason Y wrote: > Hi folks, > > Recently my application cannot be a