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
#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

200$ free to start your VPS 60 days credit
Reply
#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
#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

200$ free to start your VPS 60 days credit
Reply
#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
#6
RE: Problem With CentOS 7 SSL Problem
Thank you Soo much op this works and the wiki needs updating
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)