I have a ssl certificate of Let's Encrypt installed on my nginx server and it works fine.
And I have my app developed with the MeanStack hosted on a droplet in DigitalOcean with a domain that is jorgecastillodeveloper.pro. when entering link the content loads well but when I access link no redirect me to the application that I have. This api is running in a stable port for example 7777, I have created an iptable rule so that what enters through port 80 redirects me to port 7777. But this only happens when I use link
You can access link and you will see that the content loads well but when you access link does not load it because it tells me that there is mixed content problem from https to http.
Help please ...