You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "Example 4. Transparent encryption, Zones, Python app, MySQL" , I am having error "mysql_1 | 2023-06-20 20:30:30 178 [Warning] Aborted connection 178 to db: 'test' user: 'test' host: '172.20.0.5' (Got an error reading communication packets)" in following commands
We are sorry, but examples with zones are deprecated and scheduled for removal soon. We don't plan to support and maintain these examples. Please, try other examples with transparent encryption (with numbers 1, 3).
In "Example 4. Transparent encryption, Zones, Python app, MySQL" , I am having error "mysql_1 | 2023-06-20 20:30:30 178 [Warning] Aborted connection 178 to db: 'test' user: 'test' host: '172.20.0.5' (Got an error reading communication packets)" in following commands
docker exec -it python-mysql_python_1
python3 extended_example_with_zone.py --host=acra-server --port=9393 --generate_zone
docker exec -it python-mysql_python_1
python3 extended_example_without_zone.py --host=acra-server --port=9393 --data=data.json
How to resolve this?
The text was updated successfully, but these errors were encountered: