Project

General

Profile

Actions

Bug #4085

closed
HS BD

wthttp and WEnvironment::sslInfo()

Bug #4085: wthttp and WEnvironment::sslInfo()

Added by Helmar Spangenberg over 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Benoit Daccache
Target version:
Start date:
05/12/2015
Due date:
% Done:

0%

Estimated time:

Description

When using wthttp as shared-process (wt_config.xml), sslInfo returns a proper pointer to a WSslInfo. However when using wthttp as dedicated process (wt_config.xml), sslInfo always returns a NULL pointer.
I append a very short program to demonstrate the bug.

Best wishes,
Helmar


Files

main.cpp (333 Bytes) main.cpp Helmar Spangenberg, 05/12/2015 08:56 AM

KD Updated by Koen Deforche over 11 years ago Actions #1

That's caused by us terminating the SSL layer in the front-end process, and thus the session process does not have this structure. In this case we should forward all the certificates to the session process.

KD Updated by Koen Deforche over 11 years ago Actions #2

  • Status changed from New to InProgress
  • Assignee set to Benoit Daccache
  • Target version set to 3.3.5

BD Updated by Benoit Daccache over 11 years ago Actions #3

  • Status changed from InProgress to Resolved

KD Updated by Koen Deforche about 11 years ago Actions #4

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom