Re: Unable to get SSL working on Tomcat 8.5

2016-12-01 Thread Jim Weill
Are you using the 8.5 reference? https://tomcat.apache.org/tomcat-8.5-doc/config/http.html When we updated to 8.5, we also found things changed with the connector for SSL. The above page is the current guide, and you'll notice several of the hooks have been deprecated since 6.0 jim On

Re: Unable to get SSL working on Tomcat 8.5

2016-12-01 Thread Jim Weill
fig below. What are "hooks" and or whats been deprecated related to the below, or is there a new example config for using a .pfx Keystorefile? -Original Message- From: Jim Weill [mailto:moon...@icsi.berkeley.edu] Sent: Thursday, December 01, 2016 2:38 PM To: Tomcat Users List <user

Re: Unable to get SSL working on Tomcat 8.5

2016-12-05 Thread Jim Weill
On 12/5/2016 8:43 AM, Mark Thomas wrote: On 05/12/2016 16:13, Mark Thomas wrote: On 01/12/2016 22:17, Jim Weill wrote: sslEnabledProtocols is now just protocols for one thing. And you have to put your certificate stuff in an sub-section to the connector now. That should not be necessary

Updating tomcat Windows 2012r2

2018-06-28 Thread Jim Weill
I'm on 8.5.6, and just downloaded 8.5.32 yesterday.  On my test machine I stopped the service, copied in the core files, copied over my server.xml, web.xml, and the hosted application and it seems to work just fine, and thinks it's running 8.5.32 when I look at the logs.  Is this correct for

Re: Upgrading to tomcat 8.5.41

2019-05-15 Thread Jim Weill
Yes, we already push notepad++ to the domain clients. This is a great suggestion, thanks! jim On Wed, May 15, 2019 at 3:17 AM André Warnier (tomcat) wrote: > On 15.05.2019 10:16, Mark Thomas wrote: > > On 15/05/2019 08:56, André Warnier (tomcat) wrote: > >> On 15.05.201

Upgrading to tomcat 8.5.41

2019-05-14 Thread Jim Weill
We are currently running 8.5.32 on Server 2012r2. I went to use the upgrade tool before downloading 8.5.41 and the instructions say "If there are no differences you will see an error page." http://tomcat.apache.org/migration-85.html#Upgrading_8.5.x When I check for any differences, even going

Upgraded to 8.5.63, ssl stopped working...?

2021-02-10 Thread Jim Weill
I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on Windows Server 2012r2. I've had success with stopping the service, renaming the tomcat directory, putting the unzipped files of the new version in its place, and dropping in the server.xml, and web.xml files to replace the

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-12 Thread Jim Weill
This was the fix. Thank you! jim On Thu, Feb 11, 2021 at 11:17 PM Mark Thomas wrote: > Check the user the Tomcat service is running as. This changed from Local > System (essentially an admin account) to the less privileged Local Service. > > Mark > > >

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-11 Thread Jim Weill
, 2021 at 2:17 PM Rémy Maucherat wrote: > On Thu, Feb 11, 2021 at 10:33 PM Jim Weill > wrote: > > > Sorry, I should have posted it yesterday. This was the only thing I > could > > find that had anything like an error in the stderr log: > > > > 1

Re: Upgraded to 8.5.63, ssl stopped working...?

2021-02-11 Thread Jim Weill
hu, Feb 11, 2021 at 12:17 AM Mark Thomas wrote: > On 11/02/2021 02:06, Jim Weill wrote: > > I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on > > Windows Server 2012r2. I've had success with stopping the service, > > renaming the tomcat directory, puttin