Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How do I configure 3proxy to allow client connections to non-HTTP ports?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do I configure 3proxy to allow client connections to non-HTTP ports?

awsonawson Member

I've got a private 3proxy instance up and running, and it works good for connections to ports 80 and 443, but any other port makes my browser ask for authentication again, and when I do, it just continues asking.

I'm inclined to believe that the default config prohibits connections to ports other than these, so does anyone know how to allow all?

Comments

  • c0yc0y Member

    @awson said:
    it just continues asking

    Probably not authorized then (basic auth has no specification on telling whether a login was wrong or not, can only prompt again or print a HTML message - or change the authenticating name)

    So you're suspicion for not having enough permissions to access other ports (probably need to be an administrator of some sort) sounds very logical to me, sadly I'm not familiar with 3proxy :-P

  • Solved it by adding allow * * * 1-65535 to the config :)

  • good choice, 3proxy is awesome.

Sign In or Register to comment.