Amrane Ait Zeouay
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. 
@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. 
@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`