Skip to main content

OBLV Client

Modes

The OBLV Client supports several modes to control how it connects and proxies traffic to enclaves. Each mode is designed for different use case.

http

Default mode for the OBLV client, it starts the http reverse proxy on the given port.

controller

Mode used by the controller, it provides the manifest file to the enclave during startup.

tcp

It starts the tcp server on the local port and relays the incoming data to the enclave over TLS.

tcp passthrough

It starts a tcp reverse proxy on the local port, in this case the cli does not handle the TLS connection with the enclave. This is useful when the application already manages its own TLS.