Questions tagged [handshaking]

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

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

See Wikipedia page on handshaking.

43 questions
1
vote
1 answer

Maintaining authentication between a WCF Client and Service? (workflow provided)

What I want to do is: 1) Authenticate the client for the first call it makes to the WCF service, this will be on a per-user basis rather than a per-application basis. 2) Check the client is authorized to make the call. 3) For subsequent calls to…
Fugu
  • 361
  • 2
  • 6
  • 17
1
vote
1 answer

Using SSL over TCP to establish safe connection between two servers with NodeJS

I am trying to send a package from one server to another but i need to be sure that the sender is the "real" one and the package cannot be intercepted, How can i do this using SSL with NodeJS or some other way. This is what I've done: Server…
1
vote
1 answer

When App background shaking method not working

We are trying to implement shaking method in android.If we have close the app it runs background using services,In that case it runs background but it not hitting the shaking method using sensors and accelrometer .Can any one give the sample code…
1
vote
3 answers

Handshaking in HTML 5

In Websockets, which is an exciting new concept of HTML 5, there is a specific feature - Handshaking between the WebSockets server and Client. Can anyone explain what this is used for?? Thank You!!
Isuru
  • 21
  • 3
1
vote
0 answers

PeopleSoft IntegrationGateway errors when consuming external REST service

We are using PT8.53 with weblogic 10.3.6. When our process tries to consume an external REST service, the Integration Gateway error'ed out on
SkyWalker
  • 151
  • 2
  • 4
1
vote
1 answer

OpenSSL: SessionTicket TLS extension problem

I'm using an application which uses OpenSSL for client TLS side. We upgrade the OpenSSL version from 0.9.8e to 0.9.8k. And then TLS doesn't work... Wireshark shows that the new version (with OpenSSL 0.9.8k) sends the client hello packet with a…
rkellerm
  • 5,362
  • 8
  • 58
  • 95
1
vote
1 answer

Handshaking with Octopus server fails from a TeamCity agent

We've been successfully using TeamCity and Octopus on a single machine, and now we have added a new build agent due to growing number of simultaneous builds. I have set up a new Octopus Tentacle and verified that Tentacle is reachable from the…
Vagif Abilov
  • 9,835
  • 8
  • 55
  • 100
1
vote
0 answers

TCP handshaking through router

I'm connecting an embedded device to a remote server via TCP/IP using HTTP. I have two layers of routers, and am having issues connecting to the remote server if both layers are in place. My upper most router is 10.0.0.X, and my lower (local)…
0
votes
0 answers

Neo4j Fatal error occurred during protocol handshaking when entering web server via browser

After a default installation of Neo4j 4.4 Community Edition over RedHat 9.0 or over a VirtualBox machine with RedHat 9.0 or Debian 11 or Centos 9, it occurs a NullPointerException when just entering via browser into http://localhost:7474. It does…
Pablo
  • 1
0
votes
1 answer

Sun.security.provide.certpath.SunCertPathBuilderException/: unable to find valid certificate path to requested target

My java code is try to download jars from repository in and unable to download with exception i.e unable to find valid certificate path to requested target although I have all the certificate in the truststore .what can be the reason for such error…
0
votes
0 answers

Client authentication for rest api in tomcat

I have a Rest API and want to implement two way SSL in tomcat 9.I have imported client certificate in java cacert. I have used following code.
0
votes
0 answers

Possible Long Handshake Intolerance Issue with AuthenticateAsClient?

I believe SslStream.AuthenticateAsClient suffers from the Long Handshake Intolerance issue documented by ssllabs here on GitHub. I have tried for almost 2 years to figure out the problem and by chance I was debugging with Fiddler and read its log…
user10641370
0
votes
1 answer

What are the handshaking signals involved when a device connects to the LAN?

What are the signals exchanged when my device (phone or laptop) extablish a LAN or wireless connection? Something similar to the 3 way handshake of the tcp?
0
votes
1 answer

no option to defined SSL handshake timeout in spring integration

I am using spring integration in one of my application to communicate with bank. On heavy load we are getting error "org.springframework.messaging.MessagingException: SSL Handshaking taking too long". Bank ask us to set timeout as 90 sec. While look…
0
votes
0 answers

Volley android "javax.net.ssl.SSLHandshakeException: Handshake failed"

Hi I'm rebuilding a API call using volley library this is my test code to send XML data and receive xml response (I just need to successfully receive response in string format) String url ="https://prdesb1.singpost.com/ma/FilterOverseasPostalInfo"; …
Lê Khánh Vinh
  • 2,591
  • 5
  • 31
  • 77