Hello guys,

I would like to proxify IRC, but I'm not sure I'm doing it right. Here
is my config :

frontend irc-radiom
    bind 92.222.112.60:6667
    bind 92.222.112.60:6668
    bind 92.222.112.60:6669
    bind 188.165.117.226:6667
    bind 188.165.117.226:6668
    bind 188.165.117.226:6669
    mode tcp
    option tcplog

    default_backend radiom-irc-backend

backend radiom-irc-backend
    server thedude thedude:6667 check


When I connect to the frontend, I get :

HTTP/1.0 400 Bad request
Cache-Control: no-cache
Connection: close
Content-Type: text/html

<html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>
Connection closed by foreign host.

Telnetting directly the backend from the frontend works perfectly.


I have another frontend listening on those addresses, but on port 80.
Should I be worried about that ? I'm using TCP mode, so I expect not
having an HTTP answer. Am I right ?

Thanks !

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to