generated from cpp-best-practices/gui_starter_template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle https subscriptions, fix cert store bug
https subscriptions were not handled, create a SSLCLient and reuse existing code for subscribing. the certificate store was shared between all SslClients in our RestClient, this does not work, because the client owns the store and deletes it on its own destruction. this patch also adds the certificate specified by OPENCMW_REST_CERT_FILE to our RestDefaultCLientCertificates to make it trusted.
- Loading branch information
Alexander Busse
committed
Feb 27, 2024
1 parent
a7a7c5c
commit 2bd9294
Showing
3 changed files
with
239 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters