Amrane Ait Zeouay

Results 7 comments of Amrane Ait Zeouay

@m4dc4p Works like a charm. It fixed an issue with parsing a Json response from C/C++ library

I used `Equal` but I'm getting the same result. ![image](https://user-images.githubusercontent.com/28459763/148987828-e392ea4f-6bcd-408a-a3c6-dfbb973842df.png)

@generalpiston if I use a static IV then it works fine. But, it's not a good practice to use a static one. The secret is set in environment variable. ![image](https://user-images.githubusercontent.com/28459763/149009025-ed50ca52-362f-4e0b-be51-4d8bb72bf05f.png)

@generalpiston I will just use a different IV for each entity. I can create a test project if you want to reproduce the issue. >PS: I also enabled encryption on...

@razr22 I'm using the same IV. it's better to generate IV for each entity but it you will have a lot of IV in your env variables. @generalpiston should we...

I have the same issue. Here is my docker compose file ````yml version: "3" services: selenoid: image: "aerokube/selenoid:latest-release" container_name: selenoid ports: - "4444:4444" network_mode: bridge volumes: - "./selenoid:/etc/selenoid" - "./selenoid-outputs/output/:/output"...

> @Amraneze you can use aliases like `docker.for.win.localhost` or `docker.for.mac.localhost` to access host machine services. It didn't help. I got `cannot resolve host`