beautypg.com

Google Search Appliance Security User Manual

Page 42

background image


42

iRetry

++;

goto

Initiate;

}

else

throw

e

;

//if still fails, it might be some other cause.

}

return

strRsps;

}

public

static

bool

AcceptAllCertifications

(

object

sender

,

System

.

Security

.

Cryptography

.

X509Certificates

.

X509Certificate certification

,

System

.

Security

.

Cryptography

.

X509Certificates

.

X509Chain chain

,

System

.

Net

.

Security

.

SslPolicyErrors

sslPolicyErrors)

{

return

true;

}

}

}