mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
relay: add TLS connection to remote, add remote option "tls_verify"
This commit is contained in:
@@ -54,9 +54,9 @@ TEST_GROUP(RelayRemoteNetworkWithRemote)
|
||||
|
||||
/* create two relay remotes */
|
||||
ptr_relay_remote = relay_remote_new ("remote", "http://localhost:9000",
|
||||
NULL, "secret", "secretbase32");
|
||||
NULL, "on", "secret", "secretbase32");
|
||||
ptr_relay_remote2 = relay_remote_new ("remote2", "https://localhost:9001/",
|
||||
"my_proxy", "secret", "secretbase32");
|
||||
"my_proxy", "off", "secret", "secretbase32");
|
||||
}
|
||||
|
||||
void teardown ()
|
||||
|
||||
Reference in New Issue
Block a user