-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoapClient -> ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small #94
Comments
Nota: dist no existe más en python 3.10 El ajuste se deja para todos los linux y windows con esta version. Este es un problema de la configuración del server de AFIP + info: https://bugs.python.org/issue46136
Hola @intersoftsistemas , gracias por el reporte detallado! |
Fix #94 SSL: DH_KEY_TOO_SMALL (python 3.10 win)
Estimados! La única solucion es modificar la configuración a nivel servidor?
Muchas gracias! |
Buenos Días, describo un error, trabajando en Windows 10, Python 3.10.5, en Homologación, funciona perfecto, pero cambiando a producción, ocurre lo siguiente:
en la llamada a Conectar, archivo: rece1.py
`
`
...cuando intenta crear SoapClient, en utils.py:
`
`
...se genera lo siguiente:
Aquí hay soluciones para Ubuntu. Pero no pude encontrar qué hacer en Windows, alguna idea por favor...?:
Ubuntu 20.04 - how to set lower SSL security level?
Qué hacer si se produce un error de conexión SSL (ssl.SSLError: [SSL: DH_KEY_TOO_SMALL]) en Ubuntu 20.04
Muchas Gracias.
The text was updated successfully, but these errors were encountered: