ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

Enforce TLS when creating a remote signer #482

Open Innkst opened 3 years ago

Innkst commented 3 years ago

https://github.com/ecadlabs/taquito/blob/master/packages/taquito-remote-signer/src/taquito-remote-signer.ts

As a developer using a remote signer, I want to have an option to use TLS since explicitly requiring the use of TLS 1.2 when communicating with a remote server is the best security practice.

Acceptance criteria:

any investigations needed?

jevonearth commented 3 years ago

Related to #366