DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

fix: Error in verifying the server X.509 certificate #72

Closed splasky closed 4 years ago

splasky commented 4 years ago

Fix error in verifying the server X.509 certificate.This commit will set conn_http to use https as default. The default certificate and private key is setting inside pem/ for build system. To replace the default certificate, add macro PEM=/path/to/cert.pem for gnu make.

closes #6

jserv commented 4 years ago

Improve git commit messages.

jserv commented 4 years ago

Don't merge into this repository. Move to TA instead.

splasky commented 4 years ago

Merge into [feat(endpoint): Consolidate by merging Endpoint subproject

570](https://github.com/DLTcollab/tangle-accelerator/pull/570)