HTTP cert and key documentation error
Posted: 30 Sep 2024 01:39
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.
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?
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/'
Am I doing something wrong or is the documentation wrong?