Actions
Bug #2817
closedSyricata.yaml encrypt-handling instead encryption-handling
Affected Versions:
Effort:
Difficulty:
Label:
Description
Hi.
I noticed that the code does not check the parameter specified in the configuration and documentation file.
Updated by Jane Ostin almost 6 years ago
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)
Updated by Victor Julien over 5 years ago
- Status changed from New to Assigned
- Assignee set to Travis Green
- Target version set to 5.0beta1
Updated by Victor Julien over 5 years ago
- Assignee changed from Travis Green to Eric Leblond
Looks like Eric already has a fix for this.
Updated by Victor Julien over 5 years ago
- Status changed from Assigned to Closed
Actions