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

Pages: 1 ... 18 19 [20] 21 22 ... 29
286
SSL / Re: https admin login 2031 2087 port
« on: October 12, 2018, 02:22:44 PM »
correct and if I click on the ssl link browser says webpage is not secure

287
SSL / https admin login 2031 2087 port
« on: October 10, 2018, 09:30:50 PM »
I have never understood how to login to admin using https.  When I attempt to login i get the old red lock and a message stating that website is not secure.

How do I get https on admin login.?

288
SSL / Re: Issue Installing SSL
« on: October 10, 2018, 08:15:30 PM »
wheres the bullten ICON

289
SSL / Re: ssl expire
« on: October 10, 2018, 08:09:24 PM »
I have just figured my problem thanks to this post.
http://forum.centos-webpanel.com/ssl/dns-of-your-domain-doesn't-point-to-this-server-or-you-have-htaccess-5490/msg19395/#msg19395

I did have a redirect in my nginx_proxy_vhost to force http to https with this.
Code: [Select]
return 301 https://$host$request_uri;
I have to removed that off and then after certs installed, I put it back. I wish there's a better solution for the force redirect from http to https. If anyone knows of a better solution then please let me know.

Uninstall LE and use the new AutoSSL.  You might have to delete old certs after uninstalling LE.

/etc/letsencrypt/archives
/etc/letsencrypt/live
/etc/letsencrypt/renewal

You don't need a redirect with the new autossl.

But you can add this to each domain in vhost file.

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteCond %{HTTPS} off
   RewriteRule ^(.*)$ https://yourdomain.com$1 [R=301,L]
   </IfModule>

290
SSL / Re: ssl expire
« on: October 10, 2018, 08:00:13 PM »
Not Found
\n\n\n\n\n
Not Found
\n

I got the same error message this morning with letencrypt force renew all.  All domains failed.  I uninstalled letsencrypt and used the new autossl.

291
SSL / Re: Letsencrypt SSL renew doesn't work
« on: October 10, 2018, 11:55:58 AM »
So now I am having a problem with both the old letsencrypt and the new ssl generator.  BOTH are telling me that dns does not point to server or htaccess problem.  I have not htaccess files and dns is pointing to the server.  So now what.  All of my domains are dead in the water.

OKAY SOLUTION:  AFTER LOOKING AT VHOST FILE, I NOTICED I FORGOT TO DELETE THE OLD HTTPS REWRITE FOR LETSENCRYPT.

292
I had a similar problem.  I looked at my vhost config file and saw that I had a 301 redirect for my domain.  I deleted that redirect and was able to get a new cert.

294
SSL / Re: Letsencrypt SSL renew doesn't work
« on: June 14, 2018, 09:48:20 AM »
It's not a bug. I believe it is a rewrite directive in the htaccess files.    You could have a blank htaccess file and there would be no problem.  Small price to pay for free ssl certs.

295
SSL / Re: Lets Encrypt manager is gone.
« on: June 13, 2018, 01:39:01 PM »
LETS ENCRYPT HAS RETURNED TO CONTROL PANEL.  THANK YOU ADMIN.

296
SSL / LETS ENCRYPT RETURNS
« on: June 13, 2018, 01:37:47 PM »
HORRAAY, LETS ENCRYPT HAS RETURNED TO CONTROL PANEL.  THANK YOU ADMIN!!!!

297
SSL / Re: Letsencrypt SSL renew doesn't work
« on: June 13, 2018, 01:36:52 PM »
.htaccess files can interfere with LE renewals.  If this is the problem, then you will have to rename htaccess temporilly.

298
SSL / SSL problem www and non-www
« on: June 07, 2018, 01:15:47 PM »
I just created a ssl cert in panel.  Looks good for www.mydomain.com but mydomain.com give me a Insecure Connection message.  Checking on the certificate it shows domain with and without www.

299
SSL / Re: Lets Encrypt manager is gone.
« on: June 05, 2018, 04:51:19 PM »
I had no notification ever.  CWP was updated automatically without LE.

Who says Letsencrypt should not be used for a very long time?  It wasnt Letencrypt who said that was it?

BTW why do my certificates show you(studio4host) as the issuer?

Maybe I should install Letsencrypt manually....certbot https://certbot.eff.org/docs/install.html

300
SSL / Re: Lets Encrypt manager is gone.
« on: May 24, 2018, 01:38:09 PM »
It is not possible to renew letsencrypt certs using the new interface.

Pages: 1 ... 18 19 [20] 21 22 ... 29