Actions
Bug #4085
closedwthttp and WEnvironment::sslInfo()
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
Updated by Koen Deforche over 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.
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.5
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Actions