Replies: 2 comments 4 replies
-
Is the observed problem that C-SDK edge clients using libssl fail to verify the presented router server cert partial chains during TLS negotiation? If so, is it because libssl requires trust anchors to be self-signed (root) and MBed-TLS does not? |
Beta Was this translation helpful? Give feedback.
4 replies
-
ziti C sdk issue: openziti/ziti-sdk-c#545 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is proposal and discussion on how to bring older quickstart environments in line with proper CA bundle setup
see #1121
Proposal:
/.well-known/est/cacerts
) on startup and compare against current config. This solution is similar to the controller address change event. The application using SDK will modify the stored configurationThese changes are useful even in absence of quickstart issues.
Beta Was this translation helpful? Give feedback.
All reactions