In #59, the way a user authenticates to the proxy was changed. This changes some things that are used in proxy.properties. For example, the proxy looks for a property with the key sharedSecret which is not currently in that file so the sharedSecret that is used to authenticate the client becomes null.
In #59, the way a user authenticates to the proxy was changed. This changes some things that are used in
proxy.properties
. For example, the proxy looks for a property with the keysharedSecret
which is not currently in that file so thesharedSecret
that is used to authenticate the client becomesnull
.