Has anyone used the "allow_weak_tls_server" option in server.config file #3048
-
Hello, I saw this allow_weak_tls_server option and wanted to enabled it but I keep getting the following error when I try to enable it under the client -> crypto section: field allow_weak_tls_server not found in type proto.ClientConfig Wanted to see if anyone could point me in the right direction to get this configured. Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
It needs to be in the crypto section which is in the client section. Client:
Crypto:
allow_weak_tls_server: true See the example config file here https://github.com/Velocidex/velociraptor/blob/master/docs/references/server.config.yaml#L94 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Yes if you click the link above and hit the blame button you will see this option was introduced on 30 Aug While 0.6.9 was release May 25 |
Beta Was this translation helpful? Give feedback.
-
It working as expected now. Thanks!! |
Beta Was this translation helpful? Give feedback.
Yes if you click the link above and hit the blame button you will see this option was introduced on 30 Aug
While 0.6.9 was release May 25