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.

Let's Encrypt redirect error
#1
Let's Encrypt redirect error
I tried Let's encrypt tutorial for one of my domains. After I finished, bobses.eu shows Sentora login screen instead my website content... I don't know why, but the httpd-vhosts.conf file looks like below:

Code:
# DOMAIN: bobses.eu
<virtualhost xxx.xxx.xxx.xxx:443>
ServerName bobses.eu
ServerAlias  www.bobses.eu
ServerAdmin zadmin@localhost
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/bobses_eu"
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/bobses_eu:/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_mk$
ErrorLog "/var/sentora/logs/domains/zadmin/bobses.eu-error.log"
CustomLog "/var/sentora/logs/domains/zadmin/bobses.eu-access.log" combined
CustomLog "/var/sentora/logs/domains/zadmin/bobses.eu-bandwidth.log" common
<Directory "/var/sentora/hostdata/zadmin/public_html/bobses_eu">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
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

SSLProtocol ALL -SSLv2 -SSLv3

SSLHonorCipherOrder On

SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS

SSLCertificateFile /etc/letsencrypt/live/bobses.eu/cert.pem

SSLCertificateKeyFile /etc/letsencrypt/live/bobses.eu/privkey.pem

SSLCertificateChainFile /etc/letsencrypt/live/bobses.eu/chain.pem

# Keeping bellow for future upgrades.

# Requires Apache >= 2.4
SSLCompression off

</virtualhost>
# END DOMAIN: bobses.eu
################################################################



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

Can someone help me? 
There is another easy method for SSL? 

Thanks.
Reply
Thanks given by:


Messages In This Thread
Let's Encrypt redirect error - by Bobses - 12-20-2016, 03:54 AM
RE: Let's Encrypt redirect error - by TGates - 12-20-2016, 04:32 AM
RE: Let's Encrypt redirect error - by Bobses - 12-20-2016, 05:03 AM
RE: Let's Encrypt redirect error - by TGates - 12-21-2016, 02:29 AM
RE: Let's Encrypt redirect error - by Bobses - 12-21-2016, 03:18 AM
RE: Let's Encrypt redirect error - by TGates - 12-21-2016, 03:25 AM
RE: Let's Encrypt redirect error - by Bobses - 12-21-2016, 03:31 AM
RE: Let's Encrypt redirect error - by TGates - 12-21-2016, 05:05 AM
RE: Let's Encrypt redirect error - by Bobses - 12-21-2016, 05:39 AM
RE: Let's Encrypt redirect error - by Bobses - 12-31-2016, 05:07 AM
RE: Let's Encrypt redirect error - by TGates - 01-01-2017, 03:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 5 ,516 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 25 ,912 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 1 ,187 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 2 Guest(s)