matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
when doing 'matrix-registration token creation API', create a token then error
Describe the bug content: '' elapsed: 0 msg: 'Status code was -1 and not [200]: Request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)>' redirected: false status: -1
Ansible version: 2.9.27 CentOS: 7
Just wonder why?
well, it solved by disable matrix_registration_api_validate_certs I think this issue belongs to ansible itself as ansible is not able to verify the certificate received from the client.
Okay, so this is solved? If not it would be helpful if you could include the steps to reproduce this bug.