acra-server

command
v0.0.0-...-982e07a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Overview

Package main is entry point for AcraServer utility. AcraServer is the server responsible for decrypting all the database responses and forwarding them back to clients. AcraServer waits to connection from application. When the first connection arrives, AcraServer initialises secure communication via TLS. After a successful initialisation of the session, AcraServer creates a database connection and starts forwarding all the requests coming from application into the database. Every incoming request to AcraServer is passed through AcraCensor (Acra's firewall). AcraCensor will pass allowed queries and return error on forbidden ones. Upon receiving the answer, AcraServer attempts to unpack the AcraStruct and to decrypt the payload. After that, AcraServer will replace the AcraStruct with the decrypted payload, change the packet's length, and return the answer to the application. If AcraServer detects a poison record within the AcraStruct's decryption stream, AcraServer will either shut down the decryption, run an alarm script, or do both, depending on the pre-set parameters.

https://github.com/cossacklabs/acra/wiki/How-AcraServer-works

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL