mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -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}
|
||||
client = http.Client{
|
||||
Transport: customTransport,
|
||||
Timeout: time.Second * 30,
|
||||
Timeout: time.Second * 30,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue