snabbco / snabb

Snabb: Simple and fast packet networking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssl offloading

wangchencheng93 opened this issue · comments

Hi, I am a snabb user and I am really appreciate group of snabb that provide this outstanding tool. Now, I need to convert https traffic to http traffic.
Can Snabb support ssl offloading with ssl certificate and key?

I suppose you could link with a TLS implementation (e.g. BoringSSL) to terminate TLS. You would have to refer to the respective implementations API how to do the mediation between packets and TLS operations I suppose.