Page 1 of 1

require_user_verification=false will be ignored

Posted: Fri May 05, 2017 3:42 pm
by Androkai
The server setting "verify_user_identity": false will be ignored from the server. I already observed this behavior with v0.14.x but waited for the 0.15.x to make sure.

Output:

Code: Select all

  34.099 ConnectionRequestReplyConfirm (type(ConnectionRequestReplyConfirm) ) from(xxx.xxx.xxx.xxx:53801)
  34.099 Refusing connection for address (xxx.xxx.xxx.xxx:53801), username (xxxxxxxxxx). UserVerificationMissing
Any suggestions?

Edit: edited topic headline from "verify_user_identity" to "require_user_verification" because my fault

Re: verify_user_identity=false will be ignored

Posted: Fri May 05, 2017 3:52 pm
by Rseding91
The setting was changed to "require_user_verification" a while ago.

Re: verify_user_identity=false will be ignored

Posted: Fri May 05, 2017 3:58 pm
by Androkai
Rseding91 wrote:The setting was changed to "require_user_verification" a while ago.
Ah, sorry, has booth in my config meanwhile from testing with but also with only "require_user_verification" same result.

Edit: I was able to make it work with a new fresh installation on 0.15.9. If I find time for I will figure it out what's the problem in detail cause the server configs are the same for boot the old and the new setup. At the moment the issue can be closed.