python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Getting PKIX path building failed: sun.security.provider.certpath.. Exception when trying to connect SQL SERVER with Pyspark locally
I am trying to connect to locally installed sql-server-2017 with pyspark. My intend is to create Df from it.
While doing so, I am getting the error as:-
An error occurred while calling o51.load. : com...
Aaditya Rathi
Votes: 0
Answers: 0
Using self signed certificate
I used this to generate .crt and .key files:
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout example.key -out example.crt -subj "/CN=example.com" -addext "subject...
Rony Tesler
Votes: 0
Answers: 0
JAVA PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path to requested target
I have Talend Big Data application which is I want to run a job. It contains "tREST" component that supposed to fetch REST API endpoint. All is fine when I'm using Postman, I get all the res...
Afif Zuhair
Votes: 0
Answers: 0
How SSL certficates are loaded into (or removed from) the memory of a Java process
First of all, I must say I'm not a Java developer but a sys admin.
I thought when a Java process is launched with no javax.net.ssl.trustStore and javax.net.ssl.keyStore properties, the certificat...
Jdamian
Votes: 0
Answers: 1