Configurator will not log in, server issues

I am new to all HA and RP3. I installed HA via youtube videos. system loaded and I started adding more apps.

Issues:
1- I cant get magic mirror add on to work or load (non issue at this time)
2- configurator wont open via “open web ui” or via configurator short cut. “ERR_SSL_PROTOCOL_ERROR”
i have duckDNS with external access but configurator will not open this way either. s
3- I have attempted to setup access via winSCP but unable to access via this route.

This creates an issues because I have to uninstall configurator and reinstall then play a game to log in multiple attempts.

Please let me know what question you have.

This is the config in the under the confurator add-on details

{
“username”: “------”,
“password”: “---------”,
“ssl”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“allowed_networks”: [
“192.168.0.0/16”,
“172.30.0.0/16”
],
“banned_ips”: [
“8.8.8.8”
],
“banlimit”: 0,
“ignore_pattern”: [
pycache
],
“dirsfirst”: false,
“enforce_basepath”: false,
“notify_service”: “persistent_notification.create”
}

This is the update I get in the config add-on

INFO:2019-01-13 18:09:21,134:main:Requesting authorization
INFO:2019-01-13 18:09:21,135:main:172.30.32.1 - “GET /api/websocket HTTP/1.1” 401 -

Do I have more then one problem?