恢复检查dtls证书
This commit is contained in:
parent
6a95562dca
commit
9ffa5c2135
|
|
@ -1180,13 +1180,8 @@ namespace RTC
|
|||
"fingerprint in the remote certificate (%s) does not match the announced one (%s)",
|
||||
hexFingerprint,
|
||||
this->remoteFingerprint.value.c_str());
|
||||
|
||||
//todo 先屏蔽检查客户端签名
|
||||
#if 0
|
||||
X509_free(certificate);
|
||||
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
MS_DEBUG_TAG(dtls, "valid remote fingerprint");
|
||||
|
|
|
|||
Loading…
Reference in New Issue