Hi Team,
SSL is more like default requirement now for any website owner, also google pushing hard on it.
My scenario is something like below :
I am using EasyApache 3 with Tomcat 7 (i will migrate to EasyApache 4 as soon as it is supported here)
So my main website is php which and i run tomcat and use mod_jk to serve tomcat app, so in general how it works
- Removed - - served by apache (php app)
- Removed - - served by tomcat 7 (java app)
as cpanel provide AutoSSL so i do not have problem migrating my php website and start serving it on - Removed - - it works perfectly fine.
I was expecting my tomcat app will also work but it does not (- Removed -) this don't work, in general if i migrate to HTTPS my whole app does not work.
(currently i am doing htaccess redirect to HTTP, just to keep it running, but i have to migrate both php and java app to HTTPS)
I am actually looking for guidance from someone who know how to fix this, i don't want to buy another third party ssl certificate, as Cpanel provide AutoSSL for free so just want to use that.
Thank you in advance.
SSL is more like default requirement now for any website owner, also google pushing hard on it.
My scenario is something like below :
I am using EasyApache 3 with Tomcat 7 (i will migrate to EasyApache 4 as soon as it is supported here)
So my main website is php which and i run tomcat and use mod_jk to serve tomcat app, so in general how it works
- Removed - - served by apache (php app)
- Removed - - served by tomcat 7 (java app)
as cpanel provide AutoSSL so i do not have problem migrating my php website and start serving it on - Removed - - it works perfectly fine.
I was expecting my tomcat app will also work but it does not (- Removed -) this don't work, in general if i migrate to HTTPS my whole app does not work.
(currently i am doing htaccess redirect to HTTP, just to keep it running, but i have to migrate both php and java app to HTTPS)
I am actually looking for guidance from someone who know how to fix this, i don't want to buy another third party ssl certificate, as Cpanel provide AutoSSL for free so just want to use that.
Thank you in advance.
Last edited by a moderator: