tls: fix a typo.
Signed-off-by: Tom Li <biergaizi2009@gmail.com>
This commit is contained in:
parent
2e2e6c70c6
commit
845760969b
@ -87,7 +87,7 @@ sub init {
|
||||
$self->log(LOGINFO,
|
||||
"Cannot locate dhparam, possible DHE algorithms will be unavailable.");
|
||||
$self->log(LOGINFO,
|
||||
"The encryption strength will decline que to lack of Forward Secrecy.");
|
||||
"The encryption strength will decline due to lack of Forward Secrecy.");
|
||||
}
|
||||
$self->tls_cert($cert);
|
||||
$self->tls_key($key);
|
||||
|
Loading…
Reference in New Issue
Block a user