Page 1 of 1
SSL certificate - Broken web
Posted: Tue Jun 09, 2020 2:06 am
by Shop
Hello, can you please advise and help me? I have a problem securing a website via an SSL certificate. I have enabled SSL security in the web administration, the certificate is properly installed on the server, I already have HTTPS encryption enabled, but the problem is that the web page is now displayed strangely and when you click on the web information in the browser toolbar Reporting that the content on the website is only partially encrypted and that access to the administration has also stopped working for me, it is not possible to log in to the administration now. Can you help me? I am also sending a printscreen website attachment. Thank you.
Re: SSL certificate - Broken web
Posted: Tue Jun 09, 2020 2:53 am
by EvolveWebHosting
For some reason I can't enlarge the images but I think you're calling your CSS file(s) over HTTP and not HTTPS. Having the domain would help to further check it. You can also run it through whynopadlock.com to see what they come up with.
If you provide your domain, I'm happy to check this thread later and provide an update.
Re: SSL certificate - Broken web
Posted: Tue Jun 09, 2020 4:09 am
by chapster5
You need to edit the config.php under your shops directory and shops admin directory to read like so
// HTTP
define('HTTP_SERVER', '
http://example.com/');
// HTTPS
define('HTTPS_SERVER', '
https://example.com/');
In both config files. Also rename your htaccess to .htaccess and enable mod_rewrite.
Re: SSL certifikát - Poškozený web
Posted: Tue Jun 09, 2020 4:50 am
by Shop
Thank you, I have already set everything as you advised me and everything already works o.k.
Re: SSL certifikát - Poškozený web
Posted: Tue Jun 09, 2020 5:09 pm
by paulfeakins
Shop wrote: ↑Tue Jun 09, 2020 4:50 am
Thank you, I have already set everything as you advised me and everything already works o.k.
Great, so please add [SOLVED] to the beginning of the post subject.