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.

Issues with SSL
#1
Issues with SSL
Greetings!
I'm trying to install SSL on my server but I'm having some issues. Visiting my domain, returns just as it would with HTTP. I'm using CloudFlare Full SSL (Strict)and Sentora web-hosting panel on a CentOS 7 OVH VPS.


VHost File:

Code:
################################################################
# Apache VHOST configuration file
# Automatically generated by Sentora 1.0.0
# Generated on: 18:42 30th Mar 2015 CDT
#==== YOU MUST NOT EDIT THIS FILE : IT WILL BE OVERWRITTEN ====
# Use Sentora Menu -> Admin -> Module Admin -> Apache config
################################################################

Listen 80

# Configuration for Sentora control panel.
<VirtualHost *:80>
ServerAdmin dseidt@infinitystart.com
DocumentRoot "/etc/sentora/panel/"
ServerName cpw.minewrath.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>

# Custom settings are loaded below this line (if any exist)

</VirtualHost>

################################################################
# Sentora generated VHOST configurations below.....
################################################################

# DOMAIN: minewrath.com
<virtualhost *:80>
ServerName minewrath.com
ServerAlias  www.minewrath.com
ServerAdmin admin@minewrath.com
DocumentRoot "/var/sentora/hostdata/dseidt/public_html/minewrath_com"
php_admin_value open_basedir "/var/sentora/hostdata/dseidt/public_html/minewrath_com:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/dseidt/minewrath.com-error.log"
CustomLog "/var/sentora/logs/domains/dseidt/minewrath.com-access.log" combined
CustomLog "/var/sentora/logs/domains/dseidt/minewrath.com-bandwidth.log" common
<Directory "/var/sentora/hostdata/dseidt/public_html/minewrath_com">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)

</virtualhost>
# END DOMAIN: minewrath.com
################################################################


# DOMAIN: secure.minewrath.com
<virtualhost *:443>
ServerName secure.minewrath.com
ServerAdmin admin@minewrath.com
DocumentRoot "/var/sentora/hostdata/dseidt/public_html/secure_minewrath_com"
php_admin_value open_basedir "/var/sentora/hostdata/dseidt/public_html/secure_minewrath_com:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/dseidt/secure.minewrath.com-error.log"
CustomLog "/var/sentora/logs/domains/dseidt/secure.minewrath.com-access.log" combined
CustomLog "/var/sentora/logs/domains/dseidt/secure.minewrath.com-bandwidth.log" common
<Directory "/var/sentora/hostdata/dseidt/public_html/secure_minewrath_com">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)
SSLEngine on

SSLCertificateFile /var/sentora/hostdata/dseidt/ssl_certs/secure_minewrath_com/secure_minewrath_com.crt

SSLCertificateKeyFile /var/sentora/hostdata/dseidt/ssl_certs/secure_minewrath_com/secure_minewrath_com.key

SSLCACertificateFile /var/sentora/hostdata/dseidt/ssl_certs/secure_minewrath_com/secure_minewrath_com.ca-bundle
</virtualhost>
# END DOMAIN: secure.minewrath.com
################################################################



# DOMAIN: secure.minewrath.com
# PORT FORWARD FROM 80 TO: 443
<virtualhost *:80>
ServerName secure.minewrath.com
ServerAlias www.secure.minewrath.com
ServerAdmin admin@minewrath.com
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
</virtualhost>
# END DOMAIN: secure.minewrath.com


# DOMAIN: cpm.minewrath.com
<virtualhost *:80>
ServerName cpm.minewrath.com
ServerAdmin admin@minewrath.com
DocumentRoot "/var/sentora/hostdata/dseidt/public_html/cpm_minewrath_com"
php_admin_value open_basedir "/var/sentora/hostdata/dseidt/public_html/cpm_minewrath_com:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/dseidt/cpm.minewrath.com-error.log"
CustomLog "/var/sentora/logs/domains/dseidt/cpm.minewrath.com-access.log" combined
CustomLog "/var/sentora/logs/domains/dseidt/cpm.minewrath.com-bandwidth.log" common
<Directory "/var/sentora/hostdata/dseidt/public_html/cpm_minewrath_com">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)

</virtualhost>
# END DOMAIN: cpm.minewrath.com
################################################################


# DOMAIN: repo.minewrath.com
<virtualhost *:80>
ServerName repo.minewrath.com
ServerAdmin admin@minewrath.com
DocumentRoot "/var/sentora/hostdata/dseidt/public_html/repo_minewrath_com"
php_admin_value open_basedir "/var/sentora/hostdata/dseidt/public_html/repo_minewrath_com:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/dseidt/repo.minewrath.com-error.log"
CustomLog "/var/sentora/logs/domains/dseidt/repo.minewrath.com-access.log" combined
CustomLog "/var/sentora/logs/domains/dseidt/repo.minewrath.com-bandwidth.log" common
<Directory "/var/sentora/hostdata/dseidt/public_html/repo_minewrath_com">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)

</virtualhost>
# END DOMAIN: repo.minewrath.com
################################################################


# DOMAIN: fiddle.minewrath.com
<virtualhost *:80>
ServerName fiddle.minewrath.com
ServerAdmin admin@minewrath.com
DocumentRoot "/var/sentora/hostdata/dseidt/public_html/fiddle_minewrath_com"
php_admin_value open_basedir "/var/sentora/hostdata/dseidt/public_html/fiddle_minewrath_com:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/dseidt/fiddle.minewrath.com-error.log"
CustomLog "/var/sentora/logs/domains/dseidt/fiddle.minewrath.com-access.log" combined
CustomLog "/var/sentora/logs/domains/dseidt/fiddle.minewrath.com-bandwidth.log" common
<Directory "/var/sentora/hostdata/dseidt/public_html/fiddle_minewrath_com">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)

# Custom VH settings (if any exist)

</virtualhost>
# END DOMAIN: fiddle.minewrath.com
################################################################


Ports are open and tested on YouGetSignal. If you need me to provided anything else let me know!
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Bind9 issues eoghan 2 8 ,197 05-21-2015, 07:44 PM
Last Post: Me.B

Forum Jump:


Users browsing this thread: 1 Guest(s)