SSL on 7.3

So, for its and giggles - i installed ssl on my centos 7 using letsencrypt - a free ssl setup. Only had to install letsencrypt and then change 1 line in the header.inc.php page and it works perfectly - so far.

 

I guess I bring this up because I know ssl certs can be a little pricey. So I tried letsencrypt and will vouch for it. Screw paying for ssl certs when you can get em for free.

caredesign.net
Quote · 18 Feb 2016

Can you also tell the procedure?

Which certificate to download and how to install?

Quote · 18 Feb 2016

I am running my own dedicated server (at home) with CentOs 7. This is the url with the instructions that I followed to install letsencrypt: https://digitz.org/blog/lets-encrypt-ssl-centos-7-setup/

 

and if you go to cvp71.com, you should notice no security warnings.

caredesign.net
Quote · 18 Feb 2016

 

Can you also tell the procedure?

Which certificate to download and how to install?

 The free method works fine for most.

Showing the supplied certification logo was what I wanted. Makes the site trustworthy, or the illusion of it.. lol

 

I went ahead and purchased mine and had the cert request, approved and installed very quickly using this site, https://www.ssls.com/ which made the process "so simple a cave man could do it" really!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Feb 2016

This is actually how we're handling SSL for Chat+ (both for BoonEx subscriptions and at Zarconia).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 19 Feb 2016

can someone advise me how to do it? SSL is working but whenever I call my page over https it is display without CSS.

Same on 7.1 and 7.3 beta

Quote · 29 Feb 2016

 

can someone advise me how to do it? SSL is working but whenever I call my page over https it is display without CSS.

Same on 7.1 and 7.3 beta

 Did you change your header.inc.php file?

Did you do change the .htaccess?

 

Just after, 

<IfModule mod_rewrite.c>
RewriteEngine on

add this and save.

RewriteCond %{SERVER_PORT} 80 
RewriteRule ^(.*)$ https://yoursite.com/$1 [R,L]
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Feb 2016

that was it, thank you :)

Quote · 29 Feb 2016

same here using the FREE SSL described... but not without issue.   It appears you can only set .domain or www.domain - but not both and I had to do a fix in .htaccess to insure it would default to the SSL URL.  On

a shared server (the best I have used in  many many years .. crocweb.com ) and install of certificates was automated ( no brainer ) via cPanel.

 

If you use do not use <!-- //--> or "barf"...

 

 

<!----------------------- the fix below ---------------------------------//-->
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.myneighbors\.net[NC]
RewriteRule ^(.*)$ https://myneighbors.net/$1 [L,R=301]

<!----------------------- the fix end ---------------------------------//-->

 

Quote · 29 Feb 2016

 

I guess I bring this up because I know ssl certs can be a little pricey. So I tried letsencrypt and will vouch for it. Screw paying for ssl certs when you can get em for free.

 Thank you for that information ProfessorSr...I pay $70 per year from GoDaddy...now I know what to do when it comes time to renew...Thanks

Xcel

Quote · 29 Feb 2016

Now - please keep in mind - these are self-signed certificates - which would be great for the Chat+ server. But for an actual site - you do not have the trusted backing that some users may look for - and may not use your site because it does not have that validation.

caredesign.net
Quote · 2 Mar 2016

 

Now - please keep in mind - these are self-signed certificates - which would be great for the Chat+ server. But for an actual site - you do not have the trusted backing that some users may look for - and may not use your site because it does not have that validation.

 Despite:
LetsEncrypt is backed by  Facebook, Electronic Frontier Foundation, Mozilla, Cisco Systems, and Akamai to name a few.  https://letsencrypt.org/
Current sponsors:  https://letsencrypt.org/sponsors/

HTTPS uses the transport layer security or secure sockets layer protocols to secure websites in two important ways.

First, it encrypts communications passing between visitors and the Web server so they can't be read or modified by anyone who may be monitoring the connection.
Second, in the case of bare bones certificates, it cryptographically proves that a server belongs to the same organization or person with control over the domain, rather than an imposter posing as that organization.
(Extended validation certificates go a step beyond by authenticating the identity of the organization or individual.)

There is also StartSSL with Free & reasonably priced paid versions, but looking at both, -- LetsEncrypt on the free side of life offers a great bargain and a great way to insure your user base that all communication "is" encrypted.


https://www.startssl.com/

Class 1 Domain Validation SSL Certificate
5 domains 1 year, unlimited
Class 1 Email Validation S/MIME Certificate
one email 1 year, unlimited
$ 0.00 FREE

StartSSL™ Identity Validation
Class 2 IV SSL Certificate, FREE, unlimited
Class 2 Code Signing Certificate, FREE
Class 2 Client Certificate, FREE, unlimited
$ 59.90/Y

StartSSL™ Organization Validation
Class 3 OV SSL Certificate, FREE, unlimited
One Class 3 Code Signing Certificate, FREE
One Class 3 Organization Client Certificate, FREE
$ 119.80/Y

StartSSL™ Extended Validation
Class 4 EV SSL Certificate, multi-domain
Class 3 OV SSL Certificate, FREE, unlimited
One Class 3 Code Signing Certificate, FREE
One Class 3 Organization Client Certificate, FREE
$ 199.90/Y

Quote · 2 Mar 2016

RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Quote · 2 Mar 2016

What is pricey about ssl's.  I pay $14 for 3 years worth from comodo...   

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 2 Mar 2016

Did you get any issues with Flash Apps not connecting after installing the lets encrypt ssl?

 

Mine wont connect and wondered if you had a fix.

 

Thanks

Enhance Your Onlne Experience. 4eLife.com
Quote · 23 Sep 2016

Willing to pay for help with my SSL. Followed all kinds of directions and guides and still no luck. PM me and we can discuss compensation. 

Quote · 29 Apr 2017

 

Willing to pay for help with my SSL. Followed all kinds of directions and guides and still no luck. PM me and we can discuss compensation. 

You just need to update the URL in /inc/header.inc.php and then clear the cache folders. If you need more help, feel free to send me a PM. No charge.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Apr 2017

Not sure that I have done anything correct. I changed to "https://socialxusa.com/" and cleared cache and all I get is a broken screen with blue wording and the links don't work.

Quote · 29 Apr 2017

 

Not sure that I have done anything correct. I changed to "https://socialxusa.com/" and cleared cache and all I get is a broken screen with blue wording and the links don't work.

hello you can check here 

https://www.sslshopper.com/ssl-checker.html

 

 

No SSL certificates were found on socialxusa.com. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.

Quote · 29 Apr 2017

I am still having trouble figuring this out.. Again I am willing to create a login for my server and pay someone to help we with this. I have followed lots of instructions and made sure all ports are open and to no avail. 

Thanks in advance..

Quote · 1 May 2017

 

I am still having trouble figuring this out.. Again I am willing to create a login for my server and pay someone to help we with this. I have followed lots of instructions and made sure all ports are open and to no avail. 

Thanks in advance..

Feel free to send me a PM, and I'll take a closer look.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 1 May 2017

How install SSL  İN BOONEX  

1)  free  for 90 day https://www.sslforfree.com/

2)   in box show you website name 

3) 3 choise  but i did manual verification  Manual Verification

Upload verification files manually to your domain to verify ownership.

4) click  manual and down of page click manual verify domain  Manually Verify Domain   

5) Download the following verification files by clicking on each link below 

  1. Download File #1
  2. Download File #2    
6) open hosting  
a) click file maneger
b) click public html
c) left of page top  click folder New Folder Name: well-known
d) open well now folder  and agene left of page click folfer new folder name acme-challenge doble click open ecme challenge upload 2 was Download the following verification files by clicking on each link below
make save 
e) click inc and open /home/tolter/public_html/inc/header.inc.php


<?php
 
$site['url']               = "https://tolter.com/";
$admin_dir                 = "administration";
$iAdminPage= 0;
$site['url_admin']         = "{$site['url']}$admin_dir/";
 
 
 
//check correct hostname
$aUrl = parse_url( $site['url'] );
$iPortDefault = 'https' == $aUrl['scheme'] ? '443' : '80';
if ( isset($_SERVER['HTTP_HOST']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host']) and 0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host'] . ':' . (!empty($aUrl['port']) ? $aUrl['port'] : $iPortDefault)) ) {
    $sPort = empty($aUrl['port']) || 80 == $aUrl['port'] || 443 == $aUrl['port'] ? '' : ':' . $aUrl['port'];
    header( "Location:{$aUrl['scheme']}://{$aUrl['host']}{$sPort}{$_SERVER['REQUEST_URI']}", true, 301 );
    exit;
}
 
 save page 
and 
f) Click public_html
left of page top click file 
New File Name:htaccess   save
g) open htaccess  
pate this  
RewriteEngine on
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://tolter.com/$1 [R,L]
 
 
 save chenge a website name not my website 
 and and you must do it      go to admin c panel Clear Cache     
 yess now ssl is working... 
 
dincer al
Quote · 21 Oct 2018

Most hosting plans offer SSL for free (usually through Let's Encrypt).

~~~~~~~~~~~~~~~~~~~~~~
Michel - Meta-Travel.com
~~~~~~~~~~~~~~~~~~~~~~

TravelNotes.org - The Online Guide to Travel
Quote · 22 Oct 2018

people, the easiest way is to go to [header.inc.php] file [its in [inc] ] folder, and add a "s" to the http for your site name [its at first few lines on top], and save . you are done.

Quote · 2 May 2019
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.