aboutsummaryrefslogtreecommitdiffstats
path: root/vm/proxyapp/proxyappclient_tcp_test.go
Commit message (Collapse)AuthorAgeFilesLines
* vm/proxyapp: add TLS authentication (#3642)kalder2023-01-271-5/+98
| | | | | | | | | | The "security" field must be set if ProxyApp-over-TCP is used. If "none", do no authentication If "tls", do server TLS, optionally using the certificate specified by "server_tls_cert". mTLS is unimplemented for now.
* vm/proxyapp: fix race on mock calls in the test (#3584)Taras Madan2022-12-131-0/+4
|
* vm/proxyapp: use localhost, not 127.0.0.1 (#3579)Taras Madan2022-12-051-1/+1
|
* vm/proxyapp: rpc over tcpTaras Madan2022-12-011-0/+150