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

Pages: [1]
1
Updates / Re: CWP - Centos 7 - Letsencrypt SSL stop work after update
« on: September 15, 2018, 09:38:06 PM »
solution to use letencrypt

sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt

cd /opt/letsencrypt

service httpd stop

sudo -H ./letsencrypt-auto certonly --standalone -d example.com -d www.example.com

service httpd start

go in CWP interface and install certificate by interface following this tutorial
http://wiki.centos-webpanel.com/letsencrypt-free-ssl-on-cwp

Repeat this process for each domain, or when stopped apache, you can create all , and wehn restart apache, install all





https://stackoverflow.com/questions/52349072/ssl-https-letsencrypt-in-any-server-centos-web-panel-ssl-bugs-fix-to-go-on-faste
SSL https Letsencrypt in any server Centos Web Panel ssl bugs fix to go on faster

2
MySQL / Re: Maximum Upload size of phpMyAdmin
« on: February 14, 2018, 04:14:21 PM »
Thank you,
this fix.

service cwp-phpfpm restart


Also if you edit php.ini in centos web panel, and restart mysql and apache, after you have to restart too phpfpm.

Thank you very much to all

Kind Regards,

3
MySQL / Re: Maximum Upload size of phpMyAdmin
« on: February 13, 2018, 09:16:05 PM »
Hi to all,
I'm durign a migration, and analized all servers configuration files:
/usr/local/cwpsrv/var/services/pma/*
/use/share/mysql/*

It's from 7 days that I lost my mind to discover where phpmy admin get 64Mib

I changed also php.ini postmax size, but it no want read values.
I discovered that in phpmyadmin folder, in file import.php, it call variables name "max_file_size" and not "post_max_size",
readed all articles online, 38, regarding mariadb in relation of the variable  "max_allowed_packet= " in my.cnf.

I also change the variabel name in all files in /pma folder from "max_file_size" to "post_max size", and for absurd it calling yet 64Mib!!!!!! Normaly have to show error, or call the post_max_size, but no it don't want do....


I'm very afraid, it's 9 days to migrate a wordpress e-commerce with a 250m database.
Losting my customer, or need find one new panel...

PS: tryed to import too by ssh  and terminal too, and databse in other servers can be imported without problem

4
Updates / Re: CWP - Centos 7 - Letsencrypt SSL stop work after update
« on: October 25, 2017, 03:54:34 PM »
solution to use letencrypt

sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt

cd /opt/letsencrypt

service httpd stop

sudo -H ./letsencrypt-auto certonly --standalone -d example.com -d www.example.com

service httpd start

go in CWP interface and install certificate by interface following this tutorial
http://wiki.centos-webpanel.com/letsencrypt-free-ssl-on-cwp

Repeat this process for each domain, or when stopped apache, you can create all , and wehn restart apache, install all




5
Addons / Re: LETSENCRYPT CENTOS7
« on: October 25, 2017, 03:26:26 PM »
Hi,
I opened this new ticket,
http://forum.centos-webpanel.com/updates/cwp-centos-7-letsencrypt-ssl-stop-work-after-update/msg13993/#msg13993
 becuase like all coinsil said, no one work, is not true that with auto ssl we can create valid letsencrypt certificate, the point is that now after an update of a fresh server isntalled one month ago, I have 3 production domain, without sll, and now one fix is possible with all documentation provided.

Auto ssl actualy only create self signed certificate.

6
Updates / CWP - Centos 7 - Letsencrypt SSL stop work after update
« on: October 24, 2017, 09:29:57 PM »
Hello to all,
I'm writing because after a yum update comand, all ssl domain stop work, and actuallu all domains are like "insecure connection".

I followed this links:
http://forum.centos-webpanel.com/ssl/hostname-ssl-with-letsencrypt-after-upgrade
https://serverfault.com/questions/854599/letsencrypt-auto-not-working-after-centos-update

in the first link is explained a solution, I changed apache configuration like counsel, but it don't fix my situation.

I looked for files, or old files of letecnrypt, without a solution.

Also I see the counsil of Sandeep, of use auto ssl from ssl category, is this after recongized by broswer by a valid certificato or is an auto ssl?

In any case, acually I need restore the domain ssl, please can you say a way to fix it, or files where I have to work.

Thank you for your high quality work.


Pages: [1]