Kafka SSL(Connection with node Disconnected) -


i have configured ssl kafka , having following 2 scenarios :-

a) when configure ssl listener on internal ip address (192.168.x.x), works fine, b) when configure ssl listener on eth1 ip address(10.x.x.x) because ip of broker client can reach, doesnt work throw following error :-

[2017-04-07 09:04:31,566] debug completed connection node -1 (org.apache.kafka.clients.networkclient) [2017-04-07 09:06:17,860] debug connection devmoomsg1/10.228.175.83 disconnected (org.apache.kafka.common.network.selector) adding more, when try check openssl whether firewall blockiing ssl traffic output fine.

openssl> s_client -host x.x.x.x -port 443 -debug connected(00000003) write 0x1500040 [0x1548fa0] (249 bytes => 249 (0xf9)) 0000 - 16 03 01 00 f4 01 00 00-f0 03 03 58 e7 49 9b 1b ...........x.i.. 0010 - 60 ba 05 65 af 2e d3 2f-18 61 2a 87 ad b6 82 c6 `..e.../.a*..... 0020 - cd 9b d5 16 89 07 dd 65-38 1d 53 00 00 84 c0 30 .......e8.s....0 0030 - c0 2c c0 28 c0 24 c0 13-c0 0a 00 a3 00 9f 00 6b .,.(.$.........k 0040 - 00 6a 00 39 00 38 00 99-00 87 c0 32 c0 2e c0 2a .j.9.8.....2...* ... 0080 - 00 44 00 16 00 13 c0 31-c0 2d c0 29 c0 25 c0 0e .d.....1.-.).%.. 0090 - c0 04 c0 0d c0 03 00 9c-00 3c 00 2f 00 96 00 41 .........<./...a .... 00e0 - 04 01 04 02 04 03 03 01-03 02 03 03 02 01 02 02 ................ 00f0 - 02 03 01 01 00 0f 00 01-01 .........


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -