mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 20:52:34 +01:00
2015-02-24-znc160-ssl.md: fix cut sentence
This commit is contained in:
parent
73536226b6
commit
11f66cd381
@ -1,4 +1,4 @@
|
||||
---
|
||||
--
|
||||
layout: post
|
||||
comments: true
|
||||
title: "ZNC 1.6.0 & SSL certificate verification"
|
||||
@ -97,8 +97,12 @@ network.
|
||||
|
||||
1. You don't have `ca-certificates` package installed, so your system
|
||||
trusts no certificate authority. Install it and try again.
|
||||
2. You are connecting to wrong address. freenode's certificate is vaid for
|
||||
\*.freenode.net, but some other domains are CNAMEs to it and get
|
||||
2. You are connecting to wrong address. freenode's certificate is valid for
|
||||
\*.freenode.net, but there are CNAMEs pointing there. If you connect to
|
||||
CNAME and the certificate isn't valid for that CNAME, the certificate
|
||||
is invalid.
|
||||
* You should always connect to either `irc.freenode.net` or
|
||||
`chat.freenode.net` where it points to.
|
||||
3. There is MITM which is unlikely, but unlikely is not impossible.
|
||||
Validating the certificates either by trusted certificates or verifying
|
||||
the fingerprints securely manually protect you from this. If MITM is the
|
||||
|
Loading…
Reference in New Issue
Block a user