Site looses javascript and layout after installing HTTPS

Matheus Oliveira

I have a site that works fine. Today I tried to install a certificate SSL to pass my site to https.

But once I did it, my site opens (in https now) with no layour or javascript working.

I am using a NGINX server with a GANDI SSL certificate. I donwloaded the certificates in the site and added this in /etc/nginx/sites-available

listen 443;
  server_name  my.server.fr;


 ssl on;
 ssl_certificate     /etc/nginx/certificates/certificate-99999.crt;
 ssl_certificate_key /etc/nginx/certificates/my.server.fr.key;

This is a problem could be related to any configuration of the certificate, or the construction of the pages?

Sudhansu Choudhary

Check your browser console.

There could be errors due to mixed contents... move http resources to https.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

VirtualBox looses gtk theme after system update

From Dev

EpiServer System.ArgumentException after installing a working site

From Dev

Child actions are not allowed to perform redirect actions, after setting the site on HTTPS

From Dev

Reloading Javascript on site after pressing an image (function)

From Dev

Reloading Javascript on site after pressing an image (function)

From Dev

Datagridview ScrollBar Looses it's focus after binding reset

From Dev

Spark looses all executors one minute after starting

From Dev

Interactive login in Symfony 2.6 looses credentials after redirect

From Dev

Class property looses scope AND can't be set after setTimeout

From Dev

Google chart looses zoom after call to chart.draw()

From Dev

Can't access HTTPS site on Elastic Beanstalk after configuring HTTPS in the load balancer

From Dev

Fullcalendar layout broken because CSS loading after javascript layout calculations

From Dev

Apply JavaScript to the layout in React after route is rendered

From Dev

site-packages directory not found after installing pip3 with apt-get in Ubuntu WSL

From Dev

Codeigniter https page on site

From Dev

Migrating my site to HTTPS

From Dev

Redirect entire site to https

From Dev

Share button on a https site

From Dev

Codeigniter https page on site

From Dev

HTML::TableExtract an HTTPS site

From Dev

HTTPS ACTIVATED FOR WEB SITE

From Dev

Layout for site with three navbars

From Dev

After installing VS 2015 Update 3, sending HTTPS request to WebAPI development IIS Express causes SocketException

From Dev

How can Https links from Google search be redirected to Http after the SSL was removed from site?

From Dev

How to save javascript varibles after a user refreshs or closes site

From Dev

Installing firefox extension on a web site

From Dev

Installing Umbraco package breaks site

From Java

Non https main site redirects to https with directory

From Dev

Allow iframe with https adress in https site

Related Related

  1. 1

    VirtualBox looses gtk theme after system update

  2. 2

    EpiServer System.ArgumentException after installing a working site

  3. 3

    Child actions are not allowed to perform redirect actions, after setting the site on HTTPS

  4. 4

    Reloading Javascript on site after pressing an image (function)

  5. 5

    Reloading Javascript on site after pressing an image (function)

  6. 6

    Datagridview ScrollBar Looses it's focus after binding reset

  7. 7

    Spark looses all executors one minute after starting

  8. 8

    Interactive login in Symfony 2.6 looses credentials after redirect

  9. 9

    Class property looses scope AND can't be set after setTimeout

  10. 10

    Google chart looses zoom after call to chart.draw()

  11. 11

    Can't access HTTPS site on Elastic Beanstalk after configuring HTTPS in the load balancer

  12. 12

    Fullcalendar layout broken because CSS loading after javascript layout calculations

  13. 13

    Apply JavaScript to the layout in React after route is rendered

  14. 14

    site-packages directory not found after installing pip3 with apt-get in Ubuntu WSL

  15. 15

    Codeigniter https page on site

  16. 16

    Migrating my site to HTTPS

  17. 17

    Redirect entire site to https

  18. 18

    Share button on a https site

  19. 19

    Codeigniter https page on site

  20. 20

    HTML::TableExtract an HTTPS site

  21. 21

    HTTPS ACTIVATED FOR WEB SITE

  22. 22

    Layout for site with three navbars

  23. 23

    After installing VS 2015 Update 3, sending HTTPS request to WebAPI development IIS Express causes SocketException

  24. 24

    How can Https links from Google search be redirected to Http after the SSL was removed from site?

  25. 25

    How to save javascript varibles after a user refreshs or closes site

  26. 26

    Installing firefox extension on a web site

  27. 27

    Installing Umbraco package breaks site

  28. 28

    Non https main site redirects to https with directory

  29. 29

    Allow iframe with https adress in https site

HotTag

Archive