Closed Cyber5imon closed 4 years ago
FYI... As a temporary fix, I update the following line in execute.py, changing True to False in the verify parameter:
resp = request(self.data.get('method', 'get').lower(), self.data['url'],
verify=self.data.get('verify', False),
**kwargs)
I realize this is considered unsafe, but it does allow IFTTT to function until the certificate error can be resolved.
Apparently, IFTTT did not renew their SSL cert in time. Shame on them!
Anyway this error no longer occurs so I'm closing this issue.
What is the purpose of your issue?
Guideline for bug reports
amazon-dash version: v1.4.0
Python version: 3.7.5
Pip & Setuptools version: pip 20.2 & setuptools 46.3.0
Operating System: Ubuntu 19.10
[x] The
pip install
orsetup install
command has been completed without errors[x] The
python -m amazon_dash.install
command has been completed without errors[x] The
amazon-dash discovery
command works without errors[x] I have created/edited the configuration file
[x] Amazon-dash service or
amazon-dash --debug run
worksDescription
When using the IFTTT service, there is an error with the https certificate as shown below. The error just started on Sep 27 or Sep 28th... Here is my config:
What I Did
Here are the errors received from the IFTTT request: