When sending Russian text through plug-ins, XML displays unreadable characters. As far as I understand it is due to the fact that the command vbs (wscript.echo) displays a window with the text in the encoding of "windows-1251", and XML is formed in the encoding utf-8. How can we overcome this situation? I'd like to introduce some plugins. Server version -2.3.1, client version -2.3.0.0
P.S. And another question - is it possible for end-to-end authentication for domain users? If so, how do you configure it?