Questions tagged [certificate-error]
9 questions
5
votes
1 answer
Scrapy - WARNING: Remote certificate is not valid for hostname
I'm using a CrawlSpider with LinkExtractor object to crawl next pages and other links from a homepage. Iv'e got two Links Extractors; one to crawl next pages and another one to crawl some links events (cf. spider code below).
My second linkExtractor…

VioGeo
- 117
- 2
- 13
2
votes
1 answer
SSLError:CertificateError: hostname doesn't match
I tried to access this website https://gss.mof.gov.cn/zhengwuxinxi/zuixingengxin/ with Pythons request library and got a SSL error.
I have already tried the solutions given for similar problems but they did not solve my problem.
The code I…

Mikko
- 31
- 1
- 3
2
votes
1 answer
How to fix minikube install failure for minikube version 0.33.1 on Windows 10? - error restarting cluster - failure loading apiserver certificate
I am attempting to install kubernetes on my local Windows 10 machine via hyperv. I am getting a few errors of which I am unsure how to resolve. I've tried running kubernetes v1.8.0 as well but received the same errors.
Here's what I input into…

user11003796
- 21
- 2
0
votes
0 answers
Selenium opens sites with certificate error
In this question I'll talk about python package selenium on mac arm
Before google has realised 115 version of chrome, chrome driver & selenium worked fine and all sites opened without any issues. But now there appears certificate error. I know that…

letsolum
- 1
- 1
0
votes
0 answers
eclipse PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested
I am getting PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target when trying to execute java code through eclipse to connect google GCS
i tried…
0
votes
0 answers
Python aiohttp: After catching aiohttp.ClientConnectorCertificateError, how to get the peer certificate and/or its fingerprint?
After catching aiohttp.ClientConnectorCertificateError it seems logical to be able to get hold of the certificate that caused that error or of its fingerprint. Can one do it with aiohttp?
try:
...
except aiohttp.ClientConnectorCertificateError as…

compfy
- 1
- 1
0
votes
1 answer
Unable to Record in Apache JMeter in Chrome browser
I am trying to record a user flow in chrome browser but I am getting the following error:
Although I have added a recently generated Certificate before recording and I am able to record the flow in Firefox.
Here in chrome, I am getting exceptions…

Aditya Singh
- 31
- 1
- 7
0
votes
2 answers
Intellij not able to resolve dependency for spring boot project
I am creating a simple spring boot project using intellij ideas's built in spring initializer feature.
below are the steps that i am performing.
File --> new --> project --> spring initializer
Select the required dependency or starters i.e JPA, WEB…

Rajan Chauhan
- 461
- 2
- 7
- 18
-1
votes
1 answer
avoid SSL certificate checks using AJAX/jquery
is there an option in AJAX/jquery get request to avoid strict ssl?
like
--no-check-certicate in CURL
strictSSL : false in (npm) request

Paulo
- 325
- 3
- 16