Page 1 of 1

HTTP cert and key documentation error

Posted: 30 Sep 2024 01:39
by alejsanc
The wiki indicates that in stream output standard module, in access -> https you can indicate the certificate and the key. But doing that gives an error.

Code: Select all

00007f7ef0002ac0] main access out error: HTTP/TLS certificate not specified! [00007f7ef0002ac0] http access out error: cannot start HTTP server [00007f7ef00017b0] stream_out_standard stream out error: no suitable sout access module for `https{user=user,pwd=abc,cert=cert.pem,key=key.pem}/ts://:25827/'
The only way that works to indicate the certificate and key is with the --http-cert and http-key parameters.

Am I doing something wrong or is the documentation wrong?

Re: HTTP cert and key documentation error

Posted: 07 Oct 2024 01:43
by RĂ©mi Denis-Courmont
Probably the wiki is wrong