So we have iis and tomcat on same server and tomcat having aware IM with ssl
we also have dotnet core api in iis with ssl
Basically we have iis and tomcat on same server with 2 ip addresses and 2 ssl certs. If I enable ssl on iis tomcat ssl site stops and vice versa.
https://stackoverflow.com/questions/15941544/tomcat-and-iis-on-the-same-port
If you have two IP addresses. You can bind one IP for IIS, another IP for Tomcat.
So, both sites can individually use port 443.
For example:
https://firstdomain.com => 192.168.1.2 => IIS
https://seconddomain.com => 192.168.1.3 => Tomcat
We did this but only iis ssl site working both sites have godaddy tomcat and iis certs respectively.
Before IIS site was on aware im ssl site was working but now it does not work 8080 works.
Server now has 2 ip's as well. How to I enable aware IM ssl again
https://stackoverflow.com/questions/18617/how-do-you-configure-tomcat-to-bind-to-a-single-ip-address-localhost-instead-o
I tried this as well