You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not appear to work with Python 3.12, instead it errors out before 2FA can occur.
The error seems to be with the six.moves module not being importable.
Expected Behavior
Plugin should perform Duo 2FA
Actual Behavior
Plugin errors out in Python 3.12 with
Traceback (most recent call last):
File "/opt/duo/duo_openvpn.py", line 21, in <module>
from six.moves import http_client
ModuleNotFoundError: No module named 'six.moves'
Steps to Reproduce
Install the plugin as documented on a system using Python 3.12 (such as Ubuntu 24)
Attempt to invoke the plugin via authentication
No 2FA occurs and see the above error in system logging
Workarounds
Downgrade Python
The text was updated successfully, but these errors were encountered:
Description
The plugin does not appear to work with Python 3.12, instead it errors out before 2FA can occur.
The error seems to be with the six.moves module not being importable.
Expected Behavior
Plugin should perform Duo 2FA
Actual Behavior
Plugin errors out in Python 3.12 with
Steps to Reproduce
Workarounds
Downgrade Python
The text was updated successfully, but these errors were encountered: