Comment 16 for bug 1916482

Revision history for this message
Nilesh (cnilesh) wrote :

Hello All,

Again I faced the same issue, and this time the above trick did not work for me, So changed in haproxy.

from:
```
HAProxy use "mode http".
```

to:
```
HAProxy use "mode tcp".
```

restarted haproxy,

Yes worked.