We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Import webserver certificate fails
Traceback (most recent call last): File "/usr/bin/pi-appliance", line 23, in <module> main() File "/opt/pi-appliance/lib/python3.8/site-packages/authappliance/menu.py", line 2150, in main pS.main_menu() File "/opt/pi-appliance/lib/python3.8/site-packages/authappliance/menu.py", line 1916, in main_menu menu() File "/opt/pi-appliance/lib/python3.8/site-packages/authappliance/menu.py", line 130, in menu menu() File "/opt/pi-appliance/lib/python3.8/site-packages/authappliance/menu.py", line 180, in import_certificate files = self.apache.get_imports(homedir) File "/opt/pi-appliance/lib/python3.8/site-packages/authappliance/lib/appliance.py", line 613, in get_imports f = f.decode("ascii") AttributeError: 'str' object has no attribute 'decode'
The text was updated successfully, but these errors were encountered:
Looks like a usual unicode/encoding issue to me.
Sorry, something went wrong.
plettich
No branches or pull requests
Import webserver certificate fails
The text was updated successfully, but these errors were encountered: