Bug #2817
closed
Syricata.yaml encrypt-handling instead encryption-handling
Added by Jane Ostin almost 6 years ago.
Updated over 5 years ago.
Description
Hi.
I noticed that the code does not check the parameter specified in the configuration and documentation file.
Typo,
suricata.yaml:
----------------------------------------
If you want, you can also bypass encrypted flows by setting `encrypt-handling` to `bypass`
in the app-layer tls section ::
dp: 443
encrypt-handling: bypass
---------------------------------------
src/app-layer-ssl.c:
ConfNode *enc_handle = ConfGetNode("app-layer.protocols.tls.encryption-handling");
SCLogDebug("have app-layer.protocols.tls.encryption-handling = %s", enc_handle->val)
- Target version deleted (
4.1)
- Status changed from New to Assigned
- Assignee set to Travis Green
- Target version set to 5.0beta1
- Assignee changed from Travis Green to Eric Leblond
Looks like Eric already has a fix for this.
- Status changed from Assigned to Closed
Also available in: Atom
PDF