zettelkasten/OneNoteExport/Schnelle_Notizen/Neue Abschnittsgruppe/HOWTo's/14_Certificat Error .md

52 lines
702 B
Markdown
Raw Normal View History

2023-08-17 19:32:37 +02:00
Certificat Error
Mittwoch, 16. Januar 2019
09:14
 
An operation failed because the following certificate has validation errors:
 
Subject Name: CN=\*.bkk-mobiloil-appspt.de
Issuer Name: CN=BKKCAv2, DC=bkk-mobiloil, DC=de
Thumbprint: 6DF53B09E2EEA1C93A38C72D2DA5B627F9CBF2B5
 
Errors:
 
SSL policy errors have been encountered. Error code \'0x2\'..
 
FIX
Go to your SharePoint site web.config and add the following line within \<system.net\> tag:
\<settings\>
\<servicePointManager
checkCertificateName="false"
checkCertificateRevocationList="false"
/\>
\</settings\>
 
Aus \<<http://sharepointsps.blogspot.com/2013/06/sharepoint-2013-ssl-policy-errors-have.html>\>