Project

General

Profile

Actions

Bug #4085

closed

wthttp and WEnvironment::sslInfo()

Added by Helmar Spangenberg almost 9 years ago. Updated over 8 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
Actions #1

Updated by Koen Deforche almost 9 years ago

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.

Actions #2

Updated by Koen Deforche almost 9 years ago

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

Updated by Benoit Daccache almost 9 years ago

  • Status changed from InProgress to Resolved
Actions #4

Updated by Koen Deforche over 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF