Discuss TLS self_signed and insecure_secrets_log

Hi Everyone,
I set up a secure listener, which is required for TLS and QUIC connections:
https://10.0.2.2:4242 {
root /path/example/
tls self_signed
log stdout
}
=> It works, but when I add insecure_secrets_log in tls but it does not work. Can you help me?

Hi, can I ask how you arrived at that config? :thinking:

Hi,
I config as:
https://10.0.2.2:4242 {
root /path/example/
tls {
self_signed
insecure_secrets_log key.log
}
log stdout
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.