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
SSL / Re: How to install multiple SSL certificates on shared IP
« on: April 21, 2016, 01:26:01 PM »
How can i add letsencyrpt ssl for multi domains in the same ip?
2
Information / Re: How to Secure CWP webserver
« on: April 21, 2016, 09:48:54 AM »their is no virtual entry for your server ip create one
with your server ip:2031
and with certs
I changed cp.domain.com to the private ip (not the public ip).
It's work great! Thank you.
3
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 05:03:47 PM »
This is my ssl configuration for cwp
By the way, 2030 and 2031 ports are work without ssl (via http)
Code: [Select]
Listen 2031
<VirtualHost cp.domain.com:2031>
ServerName cp.domain.com
SSLEngine on
SSLCertificateKeyFile /etc/pki/tls/certs/cp.domain.com.key
SSLCertificateFile /etc/pki/tls/certs/cp.domain.com.cert
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
By the way, 2030 and 2031 ports are work without ssl (via http)
4
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 01:36:47 PM »
https://123.123.123.123:2031 same result
I want to use a secure connection. Because of this, i created cp.domain.com account and ssl for that domain.
Let's Encyript SSL works on cp.domain.com quite well.
I want to use a secure connection. Because of this, i created cp.domain.com account and ssl for that domain.
Let's Encyript SSL works on cp.domain.com quite well.
5
Information / Re: How to Secure CWP webserver
« on: April 20, 2016, 01:26:54 PM »
Thank you for your insparing posts. I created an account such as cp.domain.com and followed all steps.
Now, ssl works great but i cannot reach the cwp via 2031 port.
You can check the links below;
- https://cp.domain.com:2031/ (ERR_SSL_PROTOCOL_ERROR)
- http://cp.domain.com:2031/ (NON-SECURE CONNECTION)
- http://cp.domain.com:2030/ (ANOTHER NON-SECURE CONNECTION)
My purpose to provide secure connection to cwp. Could you help me to solve this?
Now, ssl works great but i cannot reach the cwp via 2031 port.
You can check the links below;
- https://cp.domain.com:2031/ (ERR_SSL_PROTOCOL_ERROR)
- http://cp.domain.com:2031/ (NON-SECURE CONNECTION)
- http://cp.domain.com:2030/ (ANOTHER NON-SECURE CONNECTION)
My purpose to provide secure connection to cwp. Could you help me to solve this?
6
Backup / Re: Exclude a directory
« on: April 20, 2016, 01:20:45 PM »
have you got any script for that purpose?
7
FFMPEG / Re: ffmpeg ssl support
« on: April 20, 2016, 01:19:17 PM »
I normally use but there is a website which provide me video content and the website only uses ssl connection.
8
FFMPEG / ffmpeg ssl support
« on: April 15, 2016, 01:11:14 PM »
hi,
i have tried to convert a file from url with https, ffmpeg returned protocol not found error.
how can i add ssl support to ffmpeg?
i have installed ffmpeg from cwp ffmpeg installer.
i have tried to convert a file from url with https, ffmpeg returned protocol not found error.
how can i add ssl support to ffmpeg?
i have installed ffmpeg from cwp ffmpeg installer.
9
Backup / Exclude a directory
« on: April 14, 2016, 02:00:21 PM »
Hi,
How can i ignore a directory?
For example /home/user/video directory has 5k videos, i do not want to backup the video directory.
Thanks for your replies.
How can i ignore a directory?
For example /home/user/video directory has 5k videos, i do not want to backup the video directory.
Thanks for your replies.
Pages: [1]