This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOCKS Proxy Error

I get the following error upon enabling SOCKS proxy after addinging my permitted users to it:

The SOCKS proxy authentication switch requires boolean data. 

What in the heck does this mean


This thread was automatically locked due to age.
Parents
  • @plecavalier.  Upon first turning it on, the slider should show yellow and allow you to enter an Allowed Network and Allowed Users?  Have you used the SOCKS proxy before with a configured network that has since been deleted off the system?  Do you see anything configured in the Allowed Users box?

    If you cannot add a network to the Allowed Networks box due to the error, we will have to fix this from the shell.  If you have a paid license, you will want to contact support to do this.  I'm assuming since you started the account in 2008 that you already know how to setup ssh access.  Login to the shell via ssh as loginuser, then elevate to root with "su -" (no quotes).

    Now the following, separate command on each line, hitting return after each command:

    cc
    socks
    allowed_networks@
    +REF_DefaultInternalNetwork
    exit
    cc get socks allowed_networks


    The last is just a check and it should return REF_DefaultInternalNetwork.  Now go back to WebAdmin and try enabling the SOCKS proxy again.  You should see the Internal (Network) object in the allowed networks box and the error should be gone.
Reply
  • @plecavalier.  Upon first turning it on, the slider should show yellow and allow you to enter an Allowed Network and Allowed Users?  Have you used the SOCKS proxy before with a configured network that has since been deleted off the system?  Do you see anything configured in the Allowed Users box?

    If you cannot add a network to the Allowed Networks box due to the error, we will have to fix this from the shell.  If you have a paid license, you will want to contact support to do this.  I'm assuming since you started the account in 2008 that you already know how to setup ssh access.  Login to the shell via ssh as loginuser, then elevate to root with "su -" (no quotes).

    Now the following, separate command on each line, hitting return after each command:

    cc
    socks
    allowed_networks@
    +REF_DefaultInternalNetwork
    exit
    cc get socks allowed_networks


    The last is just a check and it should return REF_DefaultInternalNetwork.  Now go back to WebAdmin and try enabling the SOCKS proxy again.  You should see the Internal (Network) object in the allowed networks box and the error should be gone.
Children
No Data