sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
I would use port 995 and select SSL. That should work. In this context, SSL means an encapsulated SSL connection (which is what port 995 is). TLS means (I think) STARTTLS, which is a way for POP...
-
Are you perhaps trying to use starttls on port 995? Port 995 is already secure and does not expect a starttls command. Port 110 would require a starttls command to initiate a secure connection.
-
You will want to enable everything except for SSLv2 and SSLv3 in Dovecot: cp -a /var/cpanel/conf/dovecot/main /var/cpanel/conf/dovecot/main.backup perl -pi -e "s/^ssl_protocols:.*/ssl_protocols: \...
-
Nothing should be using TLSv1.1 or any other protocols besides TLSv1.2 Facebook is still sending out mail using TLSv1. As is AOL it would seem. It would seem that nobody got the memo about TLSv1...
-
You're not by chance using the same password for the user level account as your root or reseller password?
-
Perhaps something like this attached script would help, from cPanel perspective. mv kcaresupportedpatches.txt kcaresupportedpatches.sh bash kcaresupportedpatches.sh Basically, I think the key is ...
-
Something maybe kind of like: [plain]curl -s -k https://patches.kernelcare.com/`cat /proc/version | sha1sum | cut -d " " -f 1`/2/kpatch.free.info | grep kpatch-description:[/plain] which should r...
-
Maybe I'm missing something. Is cPanel installing Kernelcare some where? My guess would be that if a server is not using a stock CentOS/RHEL/CloudLinux kernel, then cPanel should not recommend in...
-
@cPanelLauren What's the contents of /etc/sysconfig/kcare/kcare.conf (I'm on CentOS 6, this may be different in CentOS 7?) I'm going to guess that PATCH_TYPE = free isn't listed there, am I c...
-
The kernelcare licensing is IP based. Someone else may have had the same server IP address before and used a Kernelcare trial license or had it licensed. It doesn't matter per se if YOU have neve...