SSL Error even when skipping SSL verification
See original GitHub issueVersion 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:
- Created a year ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Clear, closing the issue.
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.