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:
Shiv 2022-12-19 14:43:15 +05:30 committed by GitHub
parent a30bf4e261
commit fc2891aaa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}