I’m trying to run my web app on AWS but I keep getting the following error:
ModuleNotFoundError: No module named ‘sslserver’
When I try to implement the sslserver package with pip installation none of the syntax I’m using works, would anyone happen to know how I could do it? I can’t find the information to do it either. For the record, it’s the django-sslserver package I’m trying to install. Without it the AWS console isn’t letting me run my application because of the error message.
Thanks