Page 1 of 1

SSL Certificate

Posted: Fri Feb 11, 2022 11:50 pm
by Varail
Hi

When you access my site https://www.bridge4tune.com/
it shows "the connection is not fully secure"

Image

When I right click the page and access the source the only http I have is here

<meta charset="utf-8">
<title>Bridge4Tune</title>
<meta name="generator" content="WYSIWYG Web Builder 16 - http://www.wysiwygwebbuilder.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="font-awesome.min.css" rel="stylesheet">
<link href="B4T_14.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<script src="jquery-1.12.4.min.js"></script>
<script src="popper.min.js"></script>
<script src="util.min.js"></script>
<script src="collapse.min.js"></script>
<script src="dropdown.min.js"></script>
<script src="carousel.min.js"></script>
<script src="jquery-ui.min.js"></script>

I need to place a stream into the site and it looks like I cant if its not fully secure

Tx !

Re: SSL Certificate

Posted: Sat Feb 12, 2022 2:16 am
by rogerl
Latest Firefox browser reports as fully secure.

Re: SSL Certificate

Posted: Sat Feb 12, 2022 3:00 am
by BaconFries
A SSLCertificate is implemented either by yourself (if you know how) or by your hosing provider on your server. For help with this please contact them as this is unrelated to the use of the program.
I need to place a stream into the site and it looks like I cant if its not fully secure
For any and all external code you can use the HTML Object or Page HTML for adding code. The stream must also be implemented on your server if unsure how to please contact the stream provider for assistance where to insert the code correctly.

Update: 03:45 am
Looking at the page source you have implemented a form in the following "wb_LayoutGrid5" which isn't valid (using mailto) or does nothing at all. This will explain or does why the page is showing as not secure!. Please remove this and upload again and review the certificate output should not be valid.

Re: SSL Certificate

Posted: Sat Feb 12, 2022 5:15 am
by Varail
It worked !
Tx a lot.
Now it is secured.
I placed a html with the twitch stream inside however for the love of God I can't center it in my page. It always goes left.
https://www.bridge4tune.com
Do you have any idea ?

Re: SSL Certificate

Posted: Sat Feb 12, 2022 6:38 am
by Varail
By placing <p align="center"> in front. Found it.