Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
63 views

My Java client's SSL handshake with a server is failing to authenticate the PKIX certificate chain, and I'm interested in viewing the server certificates that were presented during the handshake, ...
Kannan J's user avatar
  • 215
0 votes
1 answer
97 views

I am attempting to connect a client and server with sslContext.wrap_socket with the Python ssl library. I am getting some strange SSL errors including WRONG_VERSION_NUMBER and UNKNOWN_CA even though ...
mwolfe 11's user avatar
  • 171
0 votes
2 answers
423 views

I have a Java client that connects to the remote system, to get the token. It's failing with the SSLHandshakeException. The Java client code: public class OauthValidation { private static ...
Parthiban's user avatar
  • 121
0 votes
1 answer
84 views

Thread Name:Thread Group 1-1 Sample Start:2024-08-21 16:21:30 IST Load time:153 Connect Time:153 Latency:0 Size in bytes:2886 Sent bytes:0 Headers size in bytes:0 Body size in bytes:2886 Sample Count:...
Debika Dasgupta's user avatar
1 vote
0 answers
206 views

During the last few weeks, some client complained that they are "kicked" from our website and after some digging around, we found that the load balancer return this error for those client (...
David's user avatar
  • 51
0 votes
0 answers
9k views

I am getting the below java exception for API which I am triggering from eclipse, JAVA Version : 1.8 IDE : Eclipse Exception :"javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun....
Santosh D D's user avatar
0 votes
0 answers
289 views

I've been trying to fetch an mocked mail of GreenMail instance through IMAPS protocol and no matter what I do, I keep receiving javax.net.ssl.SSLHandshakeException: Received fatal alert: ...
skrenato's user avatar
0 votes
0 answers
105 views

I have a Java API that uses Mongo Atlas but locally it works but when it goes to the cloud in the AWS ECS I get these errors: Caused by: javax.net.ssl.SSLException: Received fatal alert: ...
igor castro's user avatar
0 votes
0 answers
311 views

I'm trying to send get reuest to the server.But i'm always getting "javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure" .I'm using openjdk-17.0.1 . package org....
Pasindu Ukwatta's user avatar
0 votes
1 answer
304 views

I'm trying to connect connect to a website that recently changed their TLS configuration. It no longer works from Java 11 (nor 17). It fails at the handshake but the error message doesn't say ...
Jeff C Johnson's user avatar
2 votes
0 answers
93 views

HandshakeException This is how I'm trying to connect to the MongoDB: class MongoDatabase { static connect() async { var db = await Db.create(MONGO_URL); await db.open(); inspect(db); ...
Manjubhargavi's user avatar
0 votes
1 answer
2k views

Who knows how to fix this problem? This is my prod server: debug { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' buildConfigField "String", "...
Олександр Катреніч's user avatar
2 votes
0 answers
837 views

I tried to run the example of openai-java, but SSLHandshakeException error happens. here is my code java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: sun.security.validator....
Yang Feng's user avatar
-1 votes
1 answer
5k views

I need to call an external API that returns the food's name and the food's image URL in JSON format. As shown below. "extendedIngredients": [ { "id": 1001, ...
Devmina's user avatar
  • 45
0 votes
0 answers
88 views

we are getting some Probllem and Handshake errors when we are trying to connect Web Service. I will try to describe the Problem Any help would be greatly appreciated. We imported the certificate (...
Ahmad's user avatar
  • 1
0 votes
1 answer
845 views

I'm trying to build pact-workshop-Maven-Springboot-JUnit5/tree/step1 but getting this error when I run command "mvnw verify": C:\Users\MyUser\git\pact-workshop-Maven-Springboot-JUnit5\...
Cagin Uludamar's user avatar
0 votes
1 answer
9k views

I am getting ssl handshake exception after "Produced client Finished handshake message" Step in my java spring boot application (openjdk version "11.0.12"). org.springframework.web....
Karthick Trichy Chandrasekaran's user avatar
1 vote
0 answers
834 views

I see the below error when I run my script to retrieve token data using Karate framework - karate.org.apache.http.conn.HttpHostConnectException: Connection timed out: connect, http call failed after ...
Gvn Deekshith's user avatar
0 votes
1 answer
701 views

I have a Java application with an embedded SSL server and client. My application uses client authentication to determine the identity of the client, so the server is configured with wantClientAuth=...
John Calcote's user avatar
1 vote
1 answer
576 views

How to get the details of an SSLHandshakeException? I try to get the certificates to see the cause of the exception but it throw only a NullPointerException. URL url = new URL( "https://...
Horcrux7's user avatar
  • 24.6k
3 votes
0 answers
605 views

I am trying to convert an HTML web page using wkhtmltopdf API and pdfkit library. But when I am entering the URL of any web page it is showing me this error. Traceback (most recent call last): File &...
Divyanshu Soni's user avatar
4 votes
3 answers
14k views

This error occurs on a single endpoint. It is the one that tries to extract data from SqlServer. If I try to run IIS everything works fine. When I run in a linux docker container, it doesn't work ...
Maddiet97's user avatar
0 votes
0 answers
4k views

I want to send/receive information from my website (https not http) so I try to use Java method / Apache / okhttp and I have the same problem : javax.net.ssl.SSLHandshakeException: Received fatal ...
TooikLeChevalier's user avatar
1 vote
1 answer
3k views

I'm using Java 8, trying to post https third party (other subdomain works), works with postman, but using RestTemplate throws SSLHandshakeException new RestTemplate().postForEntity("https://...
Ori Marko's user avatar
  • 59.3k
2 votes
1 answer
2k views

I'm trying to send https web requests with Asio and OpenSSL. My code is working fine on most of the sites I tried it on, but on some others, I get an error during the handshake handshake: wrong ...
adepierre's user avatar

1
2 3 4 5
11