Deploy args not running after envoy 1.1rc4

Hey @ed.snible

I was able to move forward with the help of your comment HERE . Thanks a lot for that.

Today I installed 1.1RC4 to test the functionality in 1.1 too but right now “openssl” command is failing even from inside the pod after all containers are up. This error has something to do with 1.1 version installation:

root@auth-29-7b755d75d6-fnmbp:/# openssl s_client -servername api.ecommerce.com -connect api.ecommerce.com:443 -debug -state -showcerts
CONNECTED(00000003)
SSL_connect:before SSL initialization
write to 0x56191538e860 [0x56191539fa20] (212 bytes => 212 (0xD4))
0000 - 16 00 01 00 cf 01 00 00-cb 03 03 00 8c 15 11 c5 …2…
0010 - 00 00 f4 fb 52 1c a1 1b-ad 2f 03 82 f0 1a 84 98 …R…/…
0020 - e5 4b f1 64 b4 6b a2 76-3a 70 4d 00 00 38 c0 2c .K.d.k.v:pM…8.,
0030 - c0 30 00 9f cc a9 cc a8-cc aa c0 2b c0 00 00 9e .0…+./…
0040 - c0 24 00 28 00 00 c0 23-c0 27 00 67 c0 00 c0 14 .$.(.k.#.'.g…
0050 - 00 39 c0 09 c0 00 00 33-00 9d 00 9c 00 3d 00 3c .9…3…=.<
0060 - 00 35 00 2f 00 ff 01 00-00 6a 00 00 00 20 00 1e .5./…j… …
0070 - 00 00 1b 61 65 31 37 2d-61 70 69 2e 6b 6f 68 6c …api.
0080 - 73 65 63 6f 6d 6d 65 72-63 65 2e 63 6f 6d 00 0b ecommerce.com
0090 - 00 04 03 00 01 02 00 0a-00 0a 00 08 00 1d 00 17 …
00a0 - 00 19 00 00 00 23 00 00-00 16 00 00 00 17 00 00 …#…
00b0 - 00 0d 00 20 00 1e 06 01-06 02 06 03 05 01 05 02 … …
00c0 - 05 00 04 01 04 02 04 03-03 01 03 02 03 03 02 01 …
00d0 - 02 02 02 03 …
SSL_connect:SSLv3/TLS write client hello
read from 0x56191538e860 [0x561915396803] (5 bytes => -1 (0xFFFFFFFFFFFFFFFF))
SSL_connect:error in SSLv3/TLS write client hello
write:errno=104

Can you help me here, how to resolve this and why this is happening in 1.1 and not in 1.0.6