Posts tagged "troubleshooting"
-
gRPC C++ and Self Signed Certificates
Troubleshooting gRPC C++ TLS with self signed certificates, covering SSL handshake errors and GRPC_SSL client certificate settings for servers.
-
iotedge: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file: No such file or directory - Raspberry Pi
Raspberry Pi fix for Azure IoT Edge libssl.so.1.0.2 loading errors, showing the libssl1.0.2 install and service restart checks for iotedge.
-
LeadTools common.mk as CMake
A CMake equivalent of the LeadTools common.mk make file, so the Linux OCR SDK demo can be built from inside an existing CMake project.
-
Azure IoT Edge - docker.sock connect: permission denied
Fix for Azure IoT Edge builds failing with docker.sock permission denied in VS Code and Docker by adding the Linux user to the docker group.
-
Elastic Search - "All shards failed" on pagination
Fix the 'all shards failed' error when paging past 10000 Elasticsearch documents by raising max_result_window, and the heap cost of setting it too high.
-
Your app is currently in read-only mode because you have published a generated function.json
Clear the read-only mode warning on an Azure Function published from Visual Studio by deleting the generatedBy line from function.json.