Hi!
After installing duckdns I can’t connect through the ios app, I get a message “unknown error”, the strange thing is that it works fine through the browser.
some ideas?
here is the configuration
http:
#api_password: !secret http_password
base_url: https://xxxxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Duckdns settings
{
“lets_encrypt”: {
“accept_terms”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
},
“token”: “xxxxxxxxxxx”,
“domains”: [
“xxxxx.duckdns.org”
],
“seconds”: 300
}