Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - daowen

Pages: 1 2 [3]
31
SSL / Re: Getting error when requesting SSL cert
« on: August 29, 2017, 12:49:05 AM »
Trying to find the issue with the redirect but nothing:

Code: [Select]
# vhost_start scriptophobia.com
<VirtualHost 23.111.69.102:80>
ServerName scriptophobia.com
# This line was added for HTTPS load
#RedirectMatch permanent ^(.*)$ https://%domain_name$1
# End of added line
ServerAlias www.scriptophobia.com
ServerAdmin ***@gmail.com
DocumentRoot "/home/***/public_html/scriptophobia"
ScriptAlias /cgi-bin/ /home/***/public_html/scriptophobia/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/***/scriptophobia.com/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup daowenpu daowenpu
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup daowenpu daowenpu
</IfModule>

<Directory "/home/***/public_html/scriptophobia">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end scriptophobia.com

32
SSL / Re: Getting error when requesting SSL cert
« on: August 26, 2017, 01:31:00 PM »
Thanks for the direction. Unfortunately, there are no redirects in the .htaccess file.

The redirect showing is just the script I think, that says sub the domain name of the %25domain_name for I remember seeing it on the other sites on the host.

33
SSL / Getting error when requesting SSL cert
« on: August 26, 2017, 02:00:44 AM »
Code: [Select]
AutoSSL Issue Failed![Fri Aug 25 18:50:57 PDT 2017] Single domain='********.com'
[Fri Aug 25 18:50:57 PDT 2017] Getting domain auth token for each domain
[Fri Aug 25 18:50:57 PDT 2017] Getting webroot for domain='********.com'
[Fri Aug 25 18:50:57 PDT 2017] Getting new-authz for domain='********.com'
[Fri Aug 25 18:50:59 PDT 2017] The new-authz request is ok.
[Fri Aug 25 18:50:59 PDT 2017] Verifying:********.com
[Fri Aug 25 18:51:02 PDT 2017] scriptophobia.com:Verify error:Fetching https://%25domain_name/.well-known/acme-challenge/ppUJQh7OK3dBKL0AuoH9pMaGqwhaKkBDCZZvdm9Ajb0: Error getting validation data
[Fri Aug 25 18:51:02 PDT 2017] Please check log file for more details: /root/.acme.sh/acme.sh.log
AutoSSL Issue Failed![Fri Aug 25 18:51:03 PDT 2017] Single domain='********.com'
[Fri Aug 25 18:51:03 PDT 2017] Getting domain auth token for each domain
[Fri Aug 25 18:51:03 PDT 2017] Getting webroot for domain='********.com'
[Fri Aug 25 18:51:03 PDT 2017] Getting new-authz for domain='********.com'
[Fri Aug 25 18:51:05 PDT 2017] The new-authz request is ok.
[Fri Aug 25 18:51:05 PDT 2017] Verifying:********.com
[Fri Aug 25 18:51:09 PDT 2017] ********.com:Verify error:Fetching https://%25domain_name/.well-known/acme-challenge/HzLmq5WubNNwCv8JaeibUmrSwsXSxU4nyL3HFtTxlHU: Error getting validation data
[Fri Aug 25 18:51:09 PDT 2017] Please check log file for more details: /root/.acme.sh/acme.sh.log

Already have several certs for other domains so I know it is working. Any ideas?

34
SSL / Re: AutoSsl installation failed!
« on: August 22, 2017, 10:57:39 PM »
Code: [Select]
AutoSSL Issue Failed![Tue Aug 22 15:28:56 PDT 2017] Single domain='XXXXXXXX.com'
[Tue Aug 22 15:28:56 PDT 2017] Getting domain auth token for each domain
[Tue Aug 22 15:28:56 PDT 2017] Getting webroot for domain='XXXXXXXX.com'
[Tue Aug 22 15:28:56 PDT 2017] Getting new-authz for domain='XXXXXXXX.com'
[Tue Aug 22 15:28:58 PDT 2017] The new-authz request is ok.
[Tue Aug 22 15:28:58 PDT 2017] Verifying:XXXXXXXX.com
[Tue Aug 22 15:29:00 PDT 2017] XXXXXXXXX.com:Verify error:Fetching https://%25domain_name/.well-known/acme-challenge/08pfIvj0dhi-cESnOP_JZOKUyf0VcXqygwFDyoGUk68: Error getting validation data
[Tue Aug 22 15:29:00 PDT 2017] Please check log file for more details: /root/.acme.sh/acme.sh.log
AutoSSL Issue Failed![Tue Aug 22 15:29:01 PDT 2017] Single domain='XXXXXXXX.com'
[Tue Aug 22 15:29:01 PDT 2017] Getting domain auth token for each domain
[Tue Aug 22 15:29:01 PDT 2017] Getting webroot for domain='XXXXXXXX.com'
[Tue Aug 22 15:29:01 PDT 2017] Getting new-authz for domain='XXXXXXXX.com'
[Tue Aug 22 15:29:03 PDT 2017] The new-authz request is ok.
[Tue Aug 22 15:29:03 PDT 2017] Verifying:XXXXXXXX.com
[Tue Aug 22 15:29:05 PDT 2017] XXXXXXXX.com:Verify error:Fetching https://%25domain_name/.well-known/acme-challenge/PcCs4ForfBct9Z2jgWXjKvZFRbF6CchIUMMYbGcg8Nw: Error getting validation data
[Tue Aug 22 15:29:05 PDT 2017] Please check log file for more details: /root/.acme.sh/acme.sh.log

Getting this response from Auto SSL. Running pro version.

Any ideas?

Pages: 1 2 [3]