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:
Ensure that the options given to the request object include https: as the protocol
Use TLS 1.2
Error scenarios:
The protocol used by the client is not supported by the server
The cipher suite used by the client is not supported by the server.
any other?
Update documentation and a warning to the Remote Signer documentation explaining to
users the intended context
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?