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.
Pages: [1]
1
CentOS 6 Problems / Re: [Help] cwp-ssl.conf does not exist CentOS 6
« on: April 24, 2017, 07:31:26 PM »
/usr/local/cwpsrv/conf/cwpsrv.conf
should start at line 47
server {
listen 2031;
listen 2087;
listen 2083;
server_name localhost;
ssl on;
ssl_session_timeout 90m;
ssl_certificate /etc/letsencrypt/live/YOUR-HOSTNAME/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/YOUR-HOSTNAME/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
should start at line 47
server {
listen 2031;
listen 2087;
listen 2083;
server_name localhost;
ssl on;
ssl_session_timeout 90m;
ssl_certificate /etc/letsencrypt/live/YOUR-HOSTNAME/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/YOUR-HOSTNAME/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
2
CentOS 6 Problems / [Help] cwp-ssl.conf does not exist CentOS 6
« on: April 24, 2017, 12:11:31 PM »
/usr/local/cwpsrv/conf.d/cwp-ssl.conf does not exist
CentOS 6
CentOS 6
3
E-Mail / [Help] Roundcube Your session is invalid or expired
« on: February 09, 2017, 04:43:30 PM »
[Help] Roundcube Your session is invalid or expired
CWP version: 0.9.8.151
Apache version: Apache/2.2.27
PHP version: 7.1.0
Distro Name: CentOS release 6.8 (Final)
Kernel Version: 2.6.32-042stab120.16
CWP version: 0.9.8.151
Apache version: Apache/2.2.27
PHP version: 7.1.0
Distro Name: CentOS release 6.8 (Final)
Kernel Version: 2.6.32-042stab120.16
Pages: [1]