After injecting the cert nothing changes still wont update I have to restart the docker in order for it to update and then it only updates the one time. When running the docker command to update the cert I injected says
WARNING: ca-cert-cacert.pem does not contain exactly one certificate or CRL: skipping
I’ve run out of articles I can find on the matter any help would be appreciated.
The Docker containers come all pre-configured. There’s no need to try and inject another ca certificate ring.
The curl output shows SSL is working just fine. Your issue isn’t related to that.
Perhaps you could post whatever the log messages you’re getting are that suggest you’re having SSL issues?
It’s worth checking that you registered for a Darksky API key and added that in to the weather module configuration? It won’t work if you haven’t.
I didnt have any log messages that suggested, I only went that route as that was the only information I could find on the issue. I did check the darksky api and even generated a new code. I did just notice as far as Dark sky is concerned today for instance has only requested once. Even though i’ve gone into the layout and click get forcast maybe twenty times today just to see if it would update.
Reinstalled Docker and weather updated the one time nothing since.
I was able to solve this:
First Issue was change Docker DNS Settings from Automatic to Googles dns
Second changed cache time like suggested to something less, for our use every 15 mins
Third Change the update interval to the length of the layout
The cache and update interval are very confusing as I was under the impression the update interval is how often the api grabs the weather not how often the region updates. After understanding that, the weather is now updating correctly.
Thanks for the help