Lets encrypt integration with NGINX and tomcat

I have NGINX as my web server where i have configure Lets encrypt SSL from the nginx i have redirect https traffic to tomcat back end server. but after redirecting to tomcat is showing not secure. Can any on help me.

my domain is : https://tendernotice.com.np/

Hi @bishal

your certificate is correct. This is only a mixed content warning.

Use (FireFox / Chrome) Ctrl + Shift + I to open the webmaster tools.

"Console" shows the http - links.

Yes certificate is correct . I have redirect request from nginx to back end tomcat server. while redirecting tomcat is showing warning on browser.

Mixed content issues are issues with your HTML, not your server or certificate setup. @schoen linked to some great resources yesterday:

According to whynopadlock.com you have two references in your HTML that are preventing your padlock from appearing:

:x: Hard Failure

A file with an insecure url of "http://jsonip.com/" was loaded via the javascript file: https://tendernotice.com.np/js/jquery.js?_debugResources=y&n=1529782093954 on line 2582. The insecure URL may not be directly contained in the script file and may exist elsewhere.

You may need to contact your web hosting provider for assistance.

This URL will need to be updated to use a secure URL for your padlock to return.


:x: Soft Failure

An image with an insecure url of "http://www.tendertiger.com/images/sticky-logo.png" was loaded on line: 1071 of https://tendernotice.com.np/.

This URL will need to be updated to use a secure URL for your padlock to return.

https://www.whynopadlock.com/results/61512708-918e-42b8-8499-2555be4efd49

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.