mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 14:32:35 +00:00
Temporarily disable OpenSSL
This commit is contained in:
parent
efc81b9baf
commit
f54d9a453f
@ -298,7 +298,7 @@ func startTlsTapper(extension *api.Extension, outputItems chan *api.OutputChanne
|
||||
OutputChannel: outputItems,
|
||||
}
|
||||
|
||||
go tls.PollForLogging()
|
||||
// go tls.PollForLogging()
|
||||
go tls.Poll(emitter, options, streamsMap)
|
||||
|
||||
return &tls
|
||||
|
@ -61,7 +61,7 @@ func (t *TlsTapper) Init(chunksBufferSize int, logBufferSize int, procfs string,
|
||||
}
|
||||
|
||||
func (t *TlsTapper) Poll(emitter api.Emitter, options *api.TrafficFilteringOptions, streamsMap api.TcpStreamMap) {
|
||||
t.poller.pollSsllib(emitter, options, streamsMap)
|
||||
// t.poller.pollSsllib(emitter, options, streamsMap)
|
||||
t.poller.pollGolang(emitter, options, streamsMap)
|
||||
}
|
||||
|
||||
@ -168,6 +168,7 @@ func setupRLimit() error {
|
||||
}
|
||||
|
||||
func (t *TlsTapper) tapSsllibPid(pid uint32, sslLibrary string, namespace string) error {
|
||||
return nil
|
||||
logger.Log.Infof("Tapping TLS (pid: %v) (sslLibrary: %v)", pid, sslLibrary)
|
||||
|
||||
newSsl := sslHooks{}
|
||||
|
Loading…
Reference in New Issue
Block a user