SSL Certificate

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
Varail
 
 
Posts: 27
Joined: Thu Oct 29, 2020 8:17 pm

SSL Certificate

Post 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 !
User avatar
rogerl
 
 
Posts: 203
Joined: Tue May 03, 2016 8:24 am

Re: SSL Certificate

Post by rogerl »

Latest Firefox browser reports as fully secure.
User avatar
BaconFries
 
 
Posts: 5874
Joined: Thu Aug 16, 2007 7:32 pm

Re: SSL Certificate

Post 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.
Varail
 
 
Posts: 27
Joined: Thu Oct 29, 2020 8:17 pm

Re: SSL Certificate

Post 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 ?
Varail
 
 
Posts: 27
Joined: Thu Oct 29, 2020 8:17 pm

Re: SSL Certificate

Post by Varail »

By placing <p align="center"> in front. Found it.
Post Reply