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.
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.