SSL certificate location #496
-
I have the application running on a local machine(macOS) that connects to IoT and subscribers to certain topics. It works flawlessly. But when my colleague tries the same app on his Windows, it fails with an SSL handshake error. I thought he did not set REQUEST_CA_BUNDLE properly, but it looks like the library is not referencing this variable. Where does this library look for .pem file? Code for creating IoT core connection:
Error he gets:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Unless you specify a root ca override, the appropriate system trust store is used based on the OS. Debug level logs might give a better idea as to what's going on. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Unless you specify a root ca override, the appropriate system trust store is used based on the OS.
Debug level logs might give a better idea as to what's going on.