We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

SSL | Forum

Aditya Saxena
Aditya Saxena Jul 12 '16

I was installing the SSL for my website. The SSL is installed but I get an error which is in the attached image:


/public_html/ow_includes/config.php

define('OW_URL_HOME', 'https://sitename.co/');



and


# Use PHPBETA as defaultAddHandler application/x-httpd-phpbeta .php# For security reasons, Option followsymlinks cannot be overridden.#Options +FollowSymLinksOptions +SymLinksIfOwnerMatch
RewriteEngine On RewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://sitename.co/$1 [R=301,L] 
AddEncoding gzip .gzAddEncoding gzip .gzip<FilesMatch "\.(js.gz|js.gzip)$">  ForceType text/javascript</FilesMatch><FilesMatch "\.(css.gz|css.gzip)$">  ForceType text/css</FilesMatch>
RewriteCond %{HTTP_HOST} ^sitename\.co [NC]

RewriteCond %{REQUEST_URI} !^/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/index\.phpRewriteCond %{REQUEST_URI} !/ow_updates/RewriteCond %{REQUEST_URI} !/ow_cron/run\.phpRewriteCond %{REQUEST_URI} !/e500\.php#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]RewriteCond %{REQUEST_FILENAME} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]RewriteRule (.*) index.php



These are the changes that I have made.

The Forum post is edited by Aditya Saxena Jul 12 '16
Attachments:
  Untitled.png (25Kb)
Tammy
Tammy Jul 12 '16
You are missing the m from the .com
Aditya Saxena
Aditya Saxena Jul 12 '16
Hi Tammy. It is a .co site. :D its not a .com
Tammy
Tammy Jul 12 '16
Lol

Ask your hosting seams you have a rewrite problem

Its some sort server problem lol

Tammy
Tammy Jul 12 '16
Have you added anything to htacees for ssl is so remove it
Aditya Saxena
Aditya Saxena Jul 12 '16
I have indeed added a few lines of code to force the SSL. I need the ssl, if I remove the added lines of code then SSL does not work.
Tammy
Tammy Jul 12 '16
Theres your problem remove the code it will work then
This is a stuff up from years ago 
Tammy
Tammy Jul 12 '16
You use to be able turn ssl on and off in htacess and even for single pages but to half fix another problem it caused this problem
dave Leader
dave Jul 12 '16
I dont think that is a error, its a notice. 


also see here 


http://stackoverflow.com/questions/21415181/can-i-stop-the-this-website-does-not-supply-identity-information-message


you can also test your server and ssl here 


https://www.ssllabs.com/index.html


be sure you check the little box under your site name so you dont end up on the list.



The Forum post is edited by dave Jul 12 '16
Tammy
Tammy Jul 13 '16
if your ssl cert is install correctly
all you need to do is put the s in config url home
and thats it dont do anything to htacess
ross Team
ross Jul 14 '16
Is your issue resolved? 
I see you have https site and no such error as in the screenshot. 
Attachments:
  Screenshot from 2016-07-14 11:42:40.png (1082Kb)
ross Team
Aditya Saxena
Aditya Saxena Jul 14 '16
Hi Ross, the SSL is working now. The issues is should I follow tammy and undo the changes in the .htaccess?
ross Team
ross Jul 14 '16
If you don't have the error you provided in the original post, then no need to undo the changes. 
Aditya Saxena
Aditya Saxena Jul 15 '16
I checked that the page is not secure. The error persists after login and the page is showing mixed content. So no, the problem is not fixed. 
ross Team
ross Jul 15 '16
Do you have the same error in your original post or mixed content errors? 

If mixed content errors are they related to the old content links or new one? 

TonyKa
TonyKa Apr 23 '17
i add this in my .htaccess and does not work


i AM DESPERATE WITH THIS TINGS REALLY


CAN SOMEBODY HELP ME HOW TO DOI TPLEASE??!??!1

 


THANK YOU