You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,11 +304,27 @@ $ sudo reboot
304
304
##### Raspberry PI seg fauls after some time running on `libx264.so`.
305
305
Rebuilding the `libx264.so` library and **re-linking the demo application** fixes the issue.
306
306
307
+
##### Curl SSL issue - "unable to get local issuer certificate"
308
+
If curl throws *"Peer certificate cannot be authenticated with given CA certificates: SSL certificate problem: unable to get local issuer certificate"* error while sending data to KVS, then the local `curl`
309
+
was not built properly with `--with-ca-bundle` path. So please remove the curl binaries and libraries and rebuilt it again by following below steps.
* Updated install-script to fix the local certificate trust issue for curl.
327
+
* Added steps in README troubleshooting section for curl trust issues.
312
328
#### Release 1.2.2 (March 2018)
313
329
* Remove open-source dependencies from KinesisVideoProducerJNI native library. java-install-script can be used to build KinesisVideoProducerJNI native library fast.
0 commit comments