Project

General

Profile

Actions

Support #3537

open

Client SSL Intermittently Works

Added by Josh Lampco over 9 years ago. Updated over 9 years ago.

Status:
InProgress
Priority:
Normal
Assignee:
Target version:
Start date:
08/22/2014
Due date:
% Done:

0%

Estimated time:

Description

I am trying to setup a simple server that handles only secure post requests (RESTful). I have created a WServer and added only a WResource to it. The problem with this is that a client can send only one request every 15 or so seconds. If a client tries to send another request after their initial request (within 15 or so seconds), SSLInfo is null which I take to mean that the SSL connection could not be setup. I am guessing the reason for this is because the connection is still setup from the initial request.

All that I am trying to achieve is the following:

  1. A client makes a post request.
  2. The server setups the SSL connection
  3. The server sends a response back to the client.
  4. The server closes the connection.

Do I have to create an application, as is done in the client-ssl example, in order to kill the connection from the first request?

Actions #1

Updated by Koen Deforche over 9 years ago

  • Status changed from New to InProgress
  • Assignee changed from Koen Deforche to Wim Dumon
  • Target version set to 3.3.4

Wim I think you looked at this?

Actions

Also available in: Atom PDF