mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 20:03:10 -06:00
Add insecure test mode(#609)
Signed-off-by: Nan ZiYuan <quarkstar9@gmail.com>
This commit is contained in:
parent
de86bfa454
commit
9e63152573
|
|
@ -232,7 +232,7 @@ func queryIDServerStoreInvite(
|
||||||
customTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
|
customTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
|
||||||
client = http.Client{
|
client = http.Client{
|
||||||
Transport: customTransport,
|
Transport: customTransport,
|
||||||
Timeout: time.Second * 30,
|
Timeout: time.Second * 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue