Using system trust CA store? #2883
-
According to my understanding, to establish a TLS connection as client, a CA certificate needs to be explicitly selected. (or no verification at all). There doesn't seem to be an option to use system's trust CA store like calling SSL_CTX_load_verify_locations with openssl. I think that would be handy. If this is deliberately not supported, is it due to performance/compatibility concerns? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see our documentation, and follow the guidelines in our tutorials. Mongoose is embedded-oriented, in most usage scenarios there is no notion of "system". |
Beta Was this translation helpful? Give feedback.
Please see our documentation, and follow the guidelines in our tutorials.
Mongoose is embedded-oriented, in most usage scenarios there is no notion of "system".
https://mongoose.ws/documentation/tutorials/tls/