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.

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.

659 questions
0
votes
2 answers

php How to send user email to activate their account

I'm doing a simple login page. Want to confirm the user account by sending them a link in their email when they sign up. So when they click on it, their account is activated. How do i do this? Only have a basic form. First Name: Last Name: Email: …
0
votes
1 answer

SSL LDAP lookup FAILS with handshake_failure

I am trying to connect to an LDAP server with SSL enabled. I dont want to use authentication hence i have overridden SSLSocketFactory to allow every site. I am getting following error: main, handling exception: javax.net.ssl.SSLHandshakeException:…
user2587522
  • 23
  • 1
  • 6
0
votes
0 answers

tcp client sends rst after 3way handshake

When my browser(win7) accesses the xenapp server hosted remotely on windows 2008 R2(which is on a virtualbox virtual machine), tcp handshake could be completed, then my browser sent rst to the server, there is no other msg anymore... - 153 …
0
votes
0 answers

TcpClient C# different behavior from different clients

I have a server which uses TcpClient.AcceptTcpClient() to accept clients. I also have a client which also uses C# TcpClient like this: var client = new TcpClient(); client.connect(ip, port); This is working as it should, but when I try to connect…
HansElsen
  • 1,639
  • 5
  • 27
  • 47
0
votes
1 answer

how to Manipulate Handshake message in TLS/SSL in JAVA JSSE?

I want to know is if we can handle messages handshake SSL / TLS in Java code, in other words in the query ClientKeyExchange is if we can manipulate or select the key that will be sent to the server?
amin
  • 63
  • 1
  • 5
0
votes
1 answer

SSLHandshakeException dynamic web project java

In my Wicket application I would like to send data to a wsdl-endpoint with soap. To accomplish this, I made a dynamic web project in Eclipse (with Axis2). I get an error while connecting to the endpoint. The error is: Caused by:…
Alex
  • 223
  • 1
  • 6
  • 21
0
votes
3 answers

Arduino : Check byte array for chars one at a time

I communicate with Arduino via Serial using a program that sends a series of bytes. In order for the Arduino to realize it is receiving a message rather than junk, I have tagged the start of my byte array with the chars 'S' 'T' 'A' 'R' 'T'. After…
Zac
  • 2,229
  • 9
  • 33
  • 41
0
votes
1 answer

Pre-Login Handshake Error Connecting to SQL Server 2012 through VS 2012

So I'm simply trying to connect to a SQL Server 2012 instance running on a local server running Windows Server 2012 through Visual Studio 2012's SQL Server Object Explorer. I can connect to it through other computers, locally and remotely, perfectly…
0
votes
0 answers

Netty custom unique channel ID while or during handshake

I have used the client/server chat example to implement my SSL requirements. The main part of my requirement is session management. I want to: Create SSL (TLS) "tunnels" from my clients to the server The SSL tunnel (channel) will only be opened and…
ALtheViZ
  • 1
  • 2
0
votes
1 answer

Socket.io cellular handshake iOS Time Out

I am making a socket.io handshake call via standard HTTP NSURLConnection, the weird thing is I only get a response when I am connected via Wifi, otherwise the connection times out. I understand that sockets do not work over Wifi and should use the…
JAManfredi
  • 777
  • 1
  • 7
  • 19
0
votes
1 answer

torrent client: sending handshake message to peer

From i got the peerlist and i get up a tcp connection to peer, i tries to a handshake message to them, but they dont seem to respond. This is my message in code: message = bytes(chr(19))+"BitTorrent…
help
  • 809
  • 5
  • 18
  • 35
0
votes
1 answer

Serial Port: HW handshaking turned on only on sender side, transmission still works

I am sending data over DB-9 serial port and I want to use HW CTS/RTS handshaking. The strange thing is that the sender still sends data even if I turn handshaking off on the receiver side. This doesn't make sense to me as the sender should wait for…
Stephan Dollberg
  • 32,985
  • 16
  • 81
  • 107
0
votes
1 answer

WebSocket handshake failure (bad request) in Opera 12

I'm currently starting work for my bachelor thesis and recently started 'digging' into the use of node.js and webSocket. My webSocket server runs without problems when accessed in Firefox 15.0 and Chrome 21.0.1180.89 m. In Opera 12.02, there seems…
slagjoeyoco
  • 311
  • 1
  • 5
  • 15
0
votes
1 answer

SSLHandshake in C#?

I sent Upgrade Header in httpwebrequest header on port 80 to use TLS.Server responded successfully with 101 switching protocol response and hence upgrading the protocol. Now I want to know how to start SSL handshake on the same port in C#.?
0
votes
1 answer

Handshake for receiving data from C .dll file in Matlab

I am trying to get a live view of a video camera working from Matlab. The video camera SDK is written in C, so I have been using .dll's to communicate from Matlab to the camera (I am a self-taught programmer, so I apologize if my terminology is…
robert.ecot
  • 227
  • 1
  • 8
1 2 3
43
44