Skip to content

Commit 363b0ca

Browse files
committed
turned off domain name verification when "verifiy" checkbox is unchecked
1 parent 878c50f commit 363b0ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/info/guardianproject/otr/app/im/plugin/xmpp/ServerTrustManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public void checkServerTrusted(X509Certificate[] x509Certificates, String arg1)
159159
// by a third-party that the client trusts.
160160
boolean trusted = false;
161161

162-
163162
try {
164163

165164
if (configuration.isSelfSignedCertificateEnabled())

0 commit comments

Comments
 (0)