Unable to open Tomcat Application webpage after installing SSL certificate thorough Apache web server

9 views
Skip to first unread message

Sanket Bhavsar

unread,
Sep 30, 2017, 1:40:18 PM9/30/17
to vg...@googlegroups.com
Dear All

Please help to resolve the issue

Issue:  Unable to open Tomcat Application webpage/URL  after installing SSL certificate through Apache web server/HTTPD

Step Taken:

1. Virtual Host Created in HTTPD.Conf  at /etc/httpd/conf/httpd.conf with for :80 & :443 with giving SSL Certifictae path where all the Certificate /Private key uploaded

2. Started HTTPD service by service httpd start

4. Entered url like https:xyz.abc.com in browser

5.Page is Showing with Tag "Secure Connection" but further Application url is not being open.

Please suggest further what can be checked...!





--
Thanks .

Rgds,

Sanket Bhavsar|+91-7768885445

Jatin Parmar

unread,
Oct 1, 2017, 2:43:27 AM10/1/17
to vg...@googlegroups.com

1) Are you facing the error in all the browser or in specific?

2) Does certificate showing in browser?


Best Regards,
Jatin Parmar
9429500111
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG

---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sanket Bhavsar

unread,
Oct 1, 2017, 10:58:46 AM10/1/17
to vg...@googlegroups.com
Hi jatin

Issue with all browser.

Yes certificate is showing in browser like "Secure connection. Certificate verified by XyZ" 

Please help further 

Regards 
Sanket Bhavsar 

On 1 Oct 2017 12:13 p.m., "Jatin Parmar" <jdpar...@gmail.com> wrote:

1) Are you facing the error in all the browser or in specific?

2) Does certificate showing in browser?


Best Regards,
Jatin Parmar
9429500111
On 9/30/2017 8:47 PM, Sanket Bhavsar wrote:
Dear All

Please help to resolve the issue

Issue:  Unable to open Tomcat Application webpage/URL  after installing SSL certificate through Apache web server/HTTPD

Step Taken:

1. Virtual Host Created in HTTPD.Conf  at /etc/httpd/conf/httpd.conf with for :80 & :443 with giving SSL Certifictae path where all the Certificate /Private key uploaded

2. Started HTTPD service by service httpd start

4. Entered url like https:xyz.abc.com in browser

5.Page is Showing with Tag "Secure Connection" but further Application url is not being open.

Please suggest further what can be checked...!





--
Thanks .

Rgds,

Sanket Bhavsar|+91-7768885445

--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+unsubscribe@googlegroups.com

To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG

---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+unsubscribe@googlegroups.com

To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG

---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+unsubscribe@googlegroups.com.

Jatin Parmar

unread,
Oct 1, 2017, 11:10:45 PM10/1/17
to vg...@googlegroups.com

This should be enable in httpd.conf file

LoadModule ssl_module modules/mod_ssl.so

This should be enable in virtual host configuration file.

# SSL Virtual Host configuration.

<IfModule !ssl_module>
  LoadModule ssl_module modules/mod_ssl.so
</IfModule>

Listen 443
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "your cipher suite"
SSLPassPhraseDialog  builtin
SSLSessionCache "shmcb:/your/file/loation"
SSLSessionCacheTimeout  300

<VirtualHost _yourdomain_:443>
  DocumentRoot "/file/location"
  SSLEngine on
SSLCertificateFile "/path/file1/domainin.crt"
SSLCertificateKeyFile "/path/file1/domainin.key"
SSLCertificateChainFile  "/path/file1/domainin.ca-bundle"

Best Regards,
Jatin Parmar
9429500111
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com

To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG

---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages