Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-12 Thread Matthias Fechner
Hi Christopher, Am 09.03.2020 um 22:50 schrieb Christopher Schultz: > That's not a super-secure solution. You really should specify a > correct whitelist pattern instead of "accept all". thanks for your comment. You are fully right, but as this seem to will be fixed with the next tomcat version,

Re: Tomcat 8.5.51 (Linux) issue with the tomcat manager and empty responses of the manager's "stop" command

2020-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tillmann, On 3/12/20 11:01, Tillmann Schulz wrote: > Hello tomcat user group, > > since our update from Tomcat 8.5.50 to 8.5.51 (Linux) I got a issue > with the "tomcat manager", when calling the manager's "stop" > command by socket command. With

Tomcat 8.5.51 (Linux) issue with the tomcat manager and empty responses of the manager's "stop" command

2020-03-12 Thread Tillmann Schulz
Hello tomcat user group, since our update from Tomcat 8.5.50 to 8.5.51 (Linux) I got a issue with the "tomcat manager", when calling the manager's "stop" command by socket command. With the following socket command I try to stop the application app1:     GET /manager/text/stop?path=/app1

RE: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not "working" when SSL enabled in IIS

2020-03-12 Thread Mills, Robert - CTR [ASM Research]
Great KC - glad it's working! Chris suggested that solution in another thread and it helped me too. Toby -Original Message- From: KC Mok Sent: Wednesday, March 11, 2020 11:55 PM To: Tomcat Users List Subject: Re: [External] After upgraded to Tomcat 9.0.31, ISAPI Redirector is not

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthias, On 3/12/20 07:19, Matthias Fechner wrote: > Hi Christopher, > > Am 09.03.2020 um 22:50 schrieb Christopher Schultz: >> That's not a super-secure solution. You really should specify a >> correct whitelist pattern instead of "accept all". >

Urgent help tomcat 9 and https 8443

2020-03-12 Thread Siva.Saravanamuthu
Hello Everyone, I am new to this group and tomcat. I am having issue with tomcat 9 using port 8443. I configured tomcat 8443 using CA certificate and my configuration are as follow. I verified the certificate file using openssl command and certificate working fine and there is no

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
FYI From: Arvind Kumar (ZNetLive) Sent: 13 March 2020 06:53 To: Tomcat Users List Subject: RE: Urgent help tomcat 9 and https 8443 Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command to

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Arvind Kumar (ZNetLive)
Please make sure port 8443 is listing if not try to restart your tomcat once and then check the listing, once you get it is listing, please run below command to allow 8443 to open outside of your server. iptables -I INPUT -m tcp -p tcp -s 0.0.0.0/0 --dport 8080 -j ACCEPT How to check 8443 Is

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Siva.Saravanamuthu
Thanks for the reply. There is no firewall or selinux and it is not listening that is the problem. Not sure where it is failing ? From: Arvind Kumar (ZNetLive) Sent: Friday, 13 March 2020 12:24 PM To: Tomcat Users List Cc: Saravanamuthu, Sivakumar (Siva) AU/PKV Subject: [EXT] RE: Urgent

RE: Urgent help tomcat 9 and https 8443

2020-03-12 Thread Siva.Saravanamuthu
Below is the catalina.log output 12-Mar-2020 19:57:18.885 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["https-openssl-apr-8443"] 12-Mar-2020 19:57:18.969 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["https-openssl-apr-8443"]