question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSL Error even when skipping SSL verification

See original GitHub issue

Version of the custom_component

v6.3.2

Configuration


multiscrape:
  - resource: https://m.chargeyourcar.org.uk/chargePoint?bayNo=70968
    scan_interval: 300
    verify_ssl: false
    sensor:
      - unique_id: Charger_Multiscrape
        select: "#mostAvailableStatus"

Describe the bug

SSL cert error even when flagging “verify_ssl: false”. Cert on the website seems to be totally valid?

Logs

Logger: custom_components.multiscrape.coordinator
Source: custom_components/multiscrape/coordinator.py:79
Integration: Multiscrape scraping component ([documentation](https://github.com/danieldotnl/ha-multiscrape), [issues](https://github.com/danieldotnl/ha-multiscrape/issues))
First occurred: 11:05:48 (2 occurrences)
Last logged: 11:06:36

Scraper_noname_0 # Updating failed with exception: [SSL: WRONG_SIGNATURE_TYPE] wrong signature type (_ssl.c:997)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danieldotnlcommented, Aug 23, 2022

Clear, closing the issue.

0reactions
barrycraigcommented, Aug 23, 2022

It’s a totally different domain, they’re pulling data from “https://api.chargevision.com” so I dont have to deal with their site at all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Simple Explanation of SSL Certificate Errors & How to Fix ...
1. SSL Certificate Not Trusted Error. This error indicates that the SSL certificate is signed or approved by a company that the browser...
Read more >
Common SSL Certificate Errors and How to Fix Them
This error message occurs when your current certificate is no longer valid. You should only choose this option if you are switching before...
Read more >
How to ignore SSL certificate error in cURL
You can force cURL to ignore SSL certificate errors by using the insecure option. The option will skip the SSL verification process, and...
Read more >
Python Requests throwing SSLError - Stack Overflow
The problem you are having is caused by an untrusted SSL certificate. Like @dirk mentioned in a previous comment, the quickest fix is...
Read more >
Ignore SSL Certificate Checks with Curl - ReqBin
How to ignore SSL certificate errors using Curl? ... To bypass SSL certificate validation for local and test servers, you can pass the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found