Juan Antonio Valiño García

Results 6 issues of Juan Antonio Valiño García

##### SUMMARY In complex scenarios where different authentication credentials are involved between the hosts to synchronize, current behavior of the module is very limited because source/dest remote users/passwords are determined...

feature
waiting_on_contributor

##### SUMMARY Fixes #390 The change takes the password from destination hostvars `ansible_ssh_pass` or `ansible_password` when dest is remote. In other case, previous behavior is maintained and password is taken...

##### SUMMARY Synchronization cannot be made if the two hosts involved have different passwords. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ansible.posix.synchronize ##### ANSIBLE VERSION ```paste below ansible...

Seems that library is not compatible with Python 3.12: ```bash File "/ust/lib/python3.12/site-packages/xmpp/transports.py", line 387, in _startSSL tcpsock._sslObj = ssl.wrap_socket(tcpsock._sock, None, None) ^^^^^^^^^^^^^^^ AttributeError: module 'ssl' has no attribute 'wrap_socket' ```

Fixes https://github.com/xmpppy/xmpppy/issues/69

We need some way to enable/disable certificate checking. Currently the library uses the top-level wrap_socket function, which got removed in Python 3.12; that one never did certificate validation. However, using...