cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.35k stars 126 forks source link

Revert certificate updates #477

Closed Lagovas closed 2 years ago

Lagovas commented 2 years ago

Here I revert certificate changes in previous commit because of previous certificates used in our docker containers used in tests and stored in crl file and issues certs database used in tests. So I leaved added mysql certificates and added to index.txt. Plus I added support for HTTP requests to Acra when I adapted our examples. But due to unsupported TLS requests to API, I leaved it as is for future re-usage. I created task 2418 to add TLS support in acra-server.

Checklist