autoflashgui icon indicating copy to clipboard operation
autoflashgui copied to clipboard

[SSL: CERTIFICATE_VERIFY_FAILED]

Open HubertGitgluttare opened this issue 5 years ago • 0 comments

Hi, I get an SSL-error message when I try to connect to my device. Do you have an advice for what I should try to solve the problem?

Device info: Technicolor TG799vacXTREAM Software Version 18.1 Firmware Version 18.1.0297-1321006-20191213145958 Hardware Version VANT-W Bootloader Version 15.38.724-0000000-20150917132051- ISP: Telenor, Sweden

I have double checked and tripplechecked that I have entered the right password. This is the printout in the terminal window:

Authenticating Exception in Tkinter callback Traceback (most recent call last): File "site-packages\urllib3\connectionpool.py", line 600, in urlopen File "site-packages\urllib3\connectionpool.py", line 343, in _make_request File "site-packages\urllib3\connectionpool.py", line 849, in validate_conn File "site-packages\urllib3\connection.py", line 356, in connect File "site-packages\urllib3\util\ssl.py", line 372, in ssl_wrap_socket File "ssl.py", line 412, in wrap_socket File "ssl.py", line 850, in _create File "ssl.py", line 1108, in do_handshake ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verif y failed: unable to get local issuer certificate (_ssl.c:1045)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "site-packages\requests\adapters.py", line 445, in send File "site-packages\urllib3\connectionpool.py", line 638, in urlopen File "site-packages\urllib3\util\retry.py", line 398, in increment urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.10.1', port= 443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationEr ror(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to ge t local issuer certificate (_ssl.c:1045)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "tkinter_init_.py", line 1702, in call File "autoflashgui.py", line 191, in run res = libautoflashgui.mainScript(self.host.get(), self.username.get().encode (), self.password.get().encode(), self.flashfirmware.get(), self.firmwarefile.ge t(), self.flashSleepDelay, self.methodAction.get(), self.command.get(), self.spl itActive.get(), self.ddnsService.get(), self.connectRetryDelay, self.interComman dDelay) File "libautoflashgui.py", line 69, in mainScript br._update_state(r) File "libautoflashgui.py", line 14, in srp6authenticate br.open('http://' + host) File "site-packages\robobrowser\browser.py", line 205, in open File "site-packages\requests\sessions.py", line 512, in request File "site-packages\requests\sessions.py", line 644, in send File "site-packages\requests\sessions.py", line 644, in File "site-packages\requests\sessions.py", line 222, in resolve_redirects File "site-packages\requests\sessions.py", line 622, in send File "site-packages\requests\adapters.py", line 511, in send requests.exceptions.SSLError: HTTPSConnectionPool(host='192.168.10.1', port=443) : Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError( 1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get lo cal issuer certificate (_ssl.c:1045)')))

HubertGitgluttare avatar Feb 29 '20 10:02 HubertGitgluttare