Skip to main content

Questions tagged [handshake]

Anything related to handshaking in telecommunications, i.e. a process of automatic (software or hardware) negotiation of communication parameters between two interconnected devices.

handshake
0 votes
0 answers
13 views

Connection to SQL Server from .NET Core on Ubuntu fails with SSL/TLS handshake error

I have a .NET Core console application that connects to a SQL Server database. The application works fine on Windows, but I'm encountering an SSL/TLS handshake failure when running it on an Ubuntu 22....
Dragon Slayer's user avatar
0 votes
0 answers
12 views

How to find server certificate details after sun.security.provider.certpath.SunCertPathBuilderException [duplicate]

I have a JavaFX application that packaged as desktop app using javapackager. This application invokes a REST API to fetch data. Depending on where the tool is run, it may require connecting to the ...
shan_shine's user avatar
1 vote
0 answers
106 views

vsslproxy: Client {IP} failed SSL negotiation (ssl/record/ssl3_record.c/350): error:1408F1BB:SSL routines:ssl3_get_record:bad record type)

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
1 vote
0 answers
118 views

How to determine what causes a SSL handshake failure

Update: PCAP file: https://fastupload.io/0362cd55628fb281 I have an application built in 2017 that uses OpenSSL 1.0.1h (file named ssleay32.dll). I have a new version of this application that uses a ...
M Katz's user avatar
  • 5,318
0 votes
0 answers
56 views

Enable HTTPS in Spring Boot and make use of the WINDOWS-ROOT trust store type

I am trying to enable HTTPS in my Spring Boot application and make use of the WINDOWS-ROOT trust store type. I need this so that my Spring Boot application will act as a client and call another ...
Michail Touloupis's user avatar
0 votes
0 answers
90 views

"Incorrect inner plaintext: no content type" in SSL communication

Multiple computers works with the same application. And every day after few hour of work small part of them have a problem with handshake to external services. javax.net.ssl.SSLHandshakeException: ...
winmor's user avatar
  • 1
2 votes
1 answer
159 views

Enable a specific cipher suite for Java 11

We've been having trouble starting a Java application due to handshake failures. Upon inspection, we've discovered that the application can't connect to the server because the server expects a ...
Mauricio's user avatar
0 votes
0 answers
47 views

"PKIX path building failed" error when sending email via Microsoft Graph in Spring Boot

I'm working on a Spring Boot application that sends emails using Microsoft Graph. However, when attempting to send an email, I'm encountering SSL handshake errors: "PKIX path building failed"...
Shawn Chowdhury's user avatar
0 votes
0 answers
18 views

Websocket - Client is still with https-200 even though server have successfully upgraded the connection and shared back 101 response

I am having an application using websocket for communication but randomly observing that the browser is still with https & status 200 instead of 101, even though the handshake is successful and ...
Ganges's user avatar
  • 1
0 votes
0 answers
17 views

CST 0001 ERRO [comm.tls] ClientHandshake -> Client TLS handshake failed after 173.725µs with error EOF remoteaddress=127.0.0.1:7051

fabric: v2.5.4 docker: v24.0.5 docker-compose: v1.25.0 When running ./test-network.sh createChannel, the error occurs. Channel 'mychannel' created Joining org1 peer to the channel... Using ...
user23861106's user avatar
0 votes
2 answers
107 views

Using tokio::time::timeout does not trap delayed response from TCPReadStream

I'm writing a PoC P2P node handshake to a BitCoin server. I send a 'version' message to the target node and it responds with its corresponding version message. So far so good. However, every now and ...
Chris W's user avatar
  • 311
0 votes
0 answers
253 views

Error: max retries exceeded:get Get "https://xyz.z2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/78/numbers/data?X-A-Algorithm=xyz&xy

I am using Ubuntu 22.04 series and I am installing the LLM using Ollama models page and I am getting an error while installing the LLM in my terminal. the error is : pulling manifest pulling ...
Aadarsh Jain's user avatar
0 votes
0 answers
179 views

SSL Handshake Failure While Connecting to MongoDB Atlas from Python

I'm attempting to connect to my MongoDB Atlas cluster from a Python application but am encountering an SSL handshake failure error. I've verified my MongoDB Atlas URI is correct and have tried several ...
hongyue's user avatar
0 votes
2 answers
303 views

SSL Handshake Failure When Connecting to MongoDB Atlas from Python

I'm using the pymongo library to connect to MongoDB Atlas with the following Python code snippet: I have tried changing my network environment and confirmed my Atlas cluster is operational with no ...
hongyue's user avatar
1 vote
0 answers
46 views

SSL Handshake performance from Oracle database

Seeking to improve initial SSL Handshake to HTTPS url from Oracle database. We're seeing a significate delay (10+ seconds) for the initial callout to an HTTPS URL. Subsequent callouts to the same ...
user3208340's user avatar

15 30 50 per page
1
2 3 4 5
46