mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Link to the document to enable SSL broken (#7038)
* README.SSL link is broken which was earlier * README for SSL changed README for SSL changed to https://github.com/ntop/ntopng/blob/dev/doc/README.SSL.md
This commit is contained in:
parent
a30bf4e261
commit
fc2891aaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -1410,7 +1410,7 @@ bool HTTPserver::check_ssl_cert(char *ssl_cert_path, size_t ssl_cert_path_len) {
|
|||
ntop->getTrace()->traceEvent(TRACE_NORMAL,
|
||||
"HTTPS Disabled: missing TLS certificate %s", ssl_cert_path);
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL,
|
||||
"Please read https://github.com/ntop/ntopng/blob/dev/doc/README.SSL if you want to enable TLS.");
|
||||
"Please read https://github.com/ntop/ntopng/blob/dev/doc/README.SSL.md if you want to enable TLS.");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue