Comment puis-je utiliser TLS RPC EndPoint et Tezos-Admin-Client-Client en même temps? 3 74 2019-05-16 (version Tezos: D272059BF474018D0C39F5A6E60634A95F0C44AA ) J'ai récemment configurémonnœud Tezos avec le certificat TLS sur l'API RPC: .Tezos-nœud/config.json: { [...] "RPC": { "Écouter-Addr": "[::]: 8732", "CRT": "/Home/tezos/my.website.crt", "Key": "/Home/tezos/my.website.key" } } MAINTENANT,une commande comme Tezos-admin-Client P2P STAT estjuste suspendueet finalement detemps aprèsplusieursminutes. Sije supprimais latouche CRT et entrées ,la commandefonctionne ànouveaubien. Commentpuis-je configurer TLSet travailletoujours des commandes locales Tezos? (Tezos version: d272059bf474018d0c39f5a6e60634a95f0c44aa) I recently configured my tezos node with TLS certificate on the RPC API: .tezos-node/config.json: { [...] "rpc": { "listen-addr": "[::]:8732", "crt": "/home/tezos/my.website.crt", "key": "/home/tezos/my.website.key" } } Now, a command like tezos-admin-client p2p stat just hangs and eventually times out after several minutes. If I remove the crt and key entries, the command works fine again. How can I configure TLS and still have working local Tezos commands? node rpc tezos-admin-client la source Svante 1 réponses votes 3 2019-05-16 La réponse s'est avéréepour êtrepour ajouter - TLS à la commande comme ceci: Tezos-admin-Client --TLS P2P STATS The answer turned out to be to add --tls to the command like this: tezos-admin-client --tls p2p stat la source Svante
(version Tezos:
D272059BF474018D0C39F5A6E60634A95F0C44AA
)J'ai récemment configurémonnœud Tezos avec le certificat TLS sur l'API RPC:
.Tezos-nœud/config.json:
MAINTENANT,une commande comme
Tezos-admin-Client P2P STAT
estjuste suspendueet finalement detemps aprèsplusieursminutes.Sije supprimais latouche
CRT
etentrées
,la commandefonctionne ànouveaubien.Commentpuis-je configurer TLSet travailletoujours des commandes locales Tezos?