Skip to main content
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
  • 225
0 votes
0 answers
71 views

I need to debug a TLS handshake error sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid ...
Kannan J's user avatar
  • 225
0 votes
1 answer
98 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
  • 181
0 votes
0 answers
33 views

I have this GCP function deployed which was smoothly working until last week. This week though, it started to trow this ssl error when it goes trough this code: import httpx with httpx.Client(...
Rafael's user avatar
  • 9
0 votes
2 answers
424 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
243 views

I am using this particular code to test an MQTT connection with HiveMQ, but I'm struggling to disable certificate validation. I don't want to validate the certificate while connecting to the broker. ...
P SAI KIREETI's user avatar
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
67 views

I'm getting SSLHandshakeException when making requests through WebClient. Even though I am catching the exception succesfully (custom LOG4J log.error message is being displayed) the stack trace is ...
Nicolas Zaeta's user avatar
1 vote
0 answers
210 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
214 views

2 weeks ago, I wanted to port my go functionality of an MTS-fetch using a self-singing X509Certificate to Android because we want to support android for a side project of mine. func (a *App) MTLSFetch(...
leon's user avatar
  • 1
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
1 answer
163 views

I am trying to send and receive data using Nodejs API but I'm stuck in this error [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HandshakeException: Handshake error in client (...
Manish Kumar MaxCoder's user avatar
0 votes
0 answers
290 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
1 vote
0 answers
108 views

This works on my local machine but when deployed I get get the above handshake error. Call is POST https://hooks.slack.com/services/xxxxxxx/yyyyyyyyyy Thoughts?
John Wright'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

15 30 50 per page
1
2 3 4 5
36