This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Problem With CentOS 7 SSL Problem
#1
Problem With CentOS 7 SSL Problem
i have install ssl on CentOS 7 without ssl ( server.domain.com) is work perfect open sentora panel, But With ssl ( https://server.domain.com ) open default Centos page [Image: 93a01002aed1e8018054470dbc1764e7.png]

Anyone Tell Me How Can i Fix? Sad
Reply
Thanks given by:
#2
RE: Problem With CentOS 7 SSL Problem
Means there is an error in SSL vhost config thus default to centos
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#3
RE: Problem With CentOS 7 SSL Problem
(04-14-2015, 07:28 AM)Me.B Wrote: Means there is an error in SSL vhost config thus default to centos

I Know How To Config ssl On Centos 6, But I Don't Know How To Config ssl On Centos 7

I Try http://docs.sentora.org/?node=20  and http://docs.sentora.org/?node=60 But It's Not work on centos 7

Anyone can tell me How To Config SSL On Centos 7? Sad Sad
Reply
Thanks given by:
#4
RE: Problem With CentOS 7 SSL Problem
No you should not use the docs but check how to sections instead. Take care some example might be for apache 2.2 too.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#5
RE: Problem With CentOS 7 SSL Problem
Since no one's replied to this, I'll share how I fixed it.

In your /etc/httpd/conf.d/ssl.conf, add this to the appropriate section:

# General setup for the virtual host, inherited from global configuration
ServerAdmin your@email.com
DocumentRoot "/etc/sentora/panel/"
ServerName your.server.com
ErrorLog "/var/sentora/logs/sentora-error.log"
CustomLog "/var/sentora/logs/sentora-access.log" combined
CustomLog "/var/sentora/logs/sentora-bandwidth.log" common
AddType application/x-httpd-php .php
<Directory "/etc/sentora/panel/">
Options +FollowSymLinks -Indexes
   AllowOverride All
   Require all granted
</Directory>
Reply
Thanks given by:
#6
RE: Problem With CentOS 7 SSL Problem
Thank you Soo much op this works and the wiki needs updating
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Problem with roundcube pgh2011 0 2 ,287 01-30-2021, 12:48 AM
Last Post: pgh2011
OS - Ubuntu 18.04 or Centos 8 Qrash 1 4 ,645 01-18-2021, 07:48 PM
Last Post: Jettaman
Import zpanel settings problem pgh2011 0 2 ,291 12-30-2020, 07:08 PM
Last Post: pgh2011

Forum Jump:


Users browsing this thread: 1 Guest(s)