
{"id":4243,"date":"2019-09-16T12:41:19","date_gmt":"2019-09-16T12:41:19","guid":{"rendered":"https:\/\/www.kerneldatarecovery.com\/blog\/?p=4243"},"modified":"2023-06-14T10:18:07","modified_gmt":"2023-06-14T10:18:07","slug":"remove-certificate-warning-error-after-installing-exchange-server-2016","status":"publish","type":"post","link":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/","title":{"rendered":"How to remove certificate warning error after installing Exchange Server 2016"},"content":{"rendered":"<p>Last month, when we installed the Exchange Server 2016 in our company and migrated from the previous Exchange Server 2010, some of our users started complaining that they were getting an error related to the SSL Certificate in Outlook.<\/p>\n<p>The error message was saying:<\/p>\n<p><strong>\u201cThe Security certificate was issued by a company you have not chosen to trust. View the certificate to determine whether you want to trust the certifying authority.\u201d<\/strong><br \/>\n<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2021\/09\/Error-Message-1.png\" alt=\"error message\" width=\"378\" height=\"271\"><br \/>\nIt is a security alert message which checks the configuration of your Outlook profile with the Exchange Server and presents the message to you.<\/p>\n<h3>Reasons behind the certificate warning<\/h3>\n<p>After the installation of Exchange Server 2016 at the organization\u2019s Active Directory environment, The Server setup creates a Service Connection Point (SCP) for the Autodiscover feature. <a href=\"https:\/\/www.kerneldatarecovery.com\/blog\/the-role-of-autodiscover-in-exchange-server\/\">The role of Autodiscover in Exchange Server<\/a> is to search for the available settings and services for the client systems at the Exchange Server. So, when you create a new Outlook profile with an Exchange account, you do not need to set up the settings manually, but Autodiscover will search and establish the connection.<\/p>\n<p>The Autodiscover service connection point gets registered with the help of a URL having the fully qualified domain name of the Exchange Server. You can check the URL with the help of the following command run in the Exchange Management Shell.<\/p>\n<p>Get-ClientAccessService -Identity &lt;ServerName&gt; | Select AutodiscoverServiceInternalUri<\/p>\n<p>Example<\/p>\n<div class=\"brd_line-blue\">Get-ClientAccessService -Identity NDPR021 | Select AutodiscoverServiceInternalUri<\/div>\n<p>The connection for the Autodiscover feature from the client system gets establish through an HTTPS (SSL) connection. The same HTTPS connection is used to connect with various Exchange Services like Outlook on the Web (OWA), Activesync, Outlook Anywhere, Exchange Web Services, etc.<\/p>\n<p>The HTTPS connection is dependent on the SSL certificate, and there are three criteria for the SSL certificate which it should fulfill:<\/p>\n<ol>\n<li>The certificate is issued by a trusted Certified Authority (CA).<\/li>\n<li>The certificate is not expired.<\/li>\n<li>The name on the certificate should match with the server name to which the client\u2019s system wants to connect.<\/li>\n<\/ol>\n<h4>How to fix the \u2018certificate security warning\u2019 issue<\/h4>\n<p>There are two ways to fix the warning message issue:<\/p>\n<ol>\n<li>Change the Autodiscover URL.<\/li>\n<li>Install an SSL Certificate from an authorized vendor.<\/li>\n<\/ol>\n<h4>Change the Autodiscover URL<\/h4>\n<p>To change the Autodiscover URL, you should use a DNA name or alias of the Server name. It is advisable not to use the actual name of the Exchange Server\u2019s full domain name.<\/p>\n<div class=\"brd_line-blue\">Set-ClientAccessService -Identity NDPR021 -AutoDiscoverServiceInternalUri https:\/\/mail.admin-theodore.com\/Autodiscover\/Autodiscover.xml<\/div>\n<p>If the DNS record of the namespace is not present in the Exchange, you need to add the A record at the internal DNS Zone.<\/p>\n<h4>Install an SSL Certificate from an authorized vendor.<\/h4>\n<p>When the namespace is working correctly, you need to install the SSL Certificate at the Exchange Server 2016. Here is the brief procedure of installing the SSL certificate at the Exchange Admin Center:<\/p>\n<ol>\n<li>Login to Exchange Admin Center and go to <strong>Servers&gt;&gt;Certificates<\/strong>.<\/li>\n<li>There is a \u2018<strong>Select Server<\/strong>\u2019 list where you need to select the specific Exchange Server to install the certificate. Choose \u2018<strong>More Options \u2022\u2022\u2022<\/strong>\u2019 and click the <strong>Import Exchange Certificate<\/strong>.<\/li>\n<li>At the <strong>Import Exchange certificate<\/strong> wizard, there is a \u2018<strong>This wizard will import a certificate from a file<\/strong>\u2019 page, and you need to fulfill the following data:\n<ul>\n<li><strong>File to import from<\/strong>: Enter the complete UNC path for the SSL file name.<\/li>\n<li><strong>Password<\/strong>: If the certificate is protected by a password, then input the password also.<\/li>\n<\/ul>\n<p>Click <strong>Next<\/strong>.<\/li>\n<li>At the \u2018<strong>Specify the servers you want to apply this certificate to<\/strong>\u2019 page, click the <strong>Add (+)<\/strong> icon.<\/li>\n<li>Select the Exchange Server and click <strong>Add<\/strong> button. You can select as many Exchange Server as you require.<br \/>\nFinally, click the <strong>Finish<\/strong> button.<\/li>\n<\/ol>\n<h4>Conclusion<\/h4>\n<p>SSL Certificate helps Autodiscover in a much better way to search for the Exchange Server settings and policies for the user\u2019s mailbox. But sometimes, the data for the Exchange gets inaccessible due to corruption in the database (EDB) file. The corruption can make the whole data of the mailbox unavailable. So, you need to find the reason for the error and rectify the problem using any method. If any manual method does not work, then use <strong>Exchange Server Recovery<\/strong> software. It&#8217;s recovery software that primarily works for the Exchange database file. <a href=\"https:\/\/www.kerneldatarecovery.com\/exchange-server-recovery.html\">Exchange Recovery software<\/a> can recover the data without needing the transaction log file, and you can save the mailbox data to PST file, live Exchange, or Office 365 as per the requirement. And you can use this tool with all Exchange Server versions and Office 365 plans.<\/p>\n<p align=\"center\"><a class=\"dl\" href=\"https:\/\/www.kerneldatarecovery.com\/dl\/dl.php?id=79\" onclick=\"dataLayer.push({'event': 'TrackEvent', 'eventCategory': 'Download', 'eventAction': 'ExchangeRecovery', 'eventLabel': 'BlogDLid=79'});\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1659 noshadow\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2018\/06\/dl-btn-new.png\" alt=\"Download Free\" width=\"160\" height=\"49\"><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last month, when we installed the Exchange Server 2016 in our company and migrated from the previous Exchange Server 2010, some of our users started complaining that they were getting an error related to the SSL Certificate in Outlook. The error message was saying: \u201cThe Security certificate was issued by a company you have not [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":4255,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_stopmodifiedupdate":false,"_modified_date":""},"categories":[5],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to remove certificate warning error after installing Exchange Server 2016<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to remove certificate warning error after installing Exchange Server 2016\" \/>\n<meta property=\"og:description\" content=\"Last month, when we installed the Exchange Server 2016 in our company and migrated from the previous Exchange Server 2010, some of our users started complaining that they were getting an error related to the SSL Certificate in Outlook. The error message was saying: \u201cThe Security certificate was issued by a company you have not [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Recovery Blog - KDR Tools\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-16T12:41:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-14T10:18:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/09\/certification-error.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"739\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Aftab Alam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aftab Alam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to remove certificate warning error after installing Exchange Server 2016","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/","og_locale":"en_US","og_type":"article","og_title":"How to remove certificate warning error after installing Exchange Server 2016","og_description":"Last month, when we installed the Exchange Server 2016 in our company and migrated from the previous Exchange Server 2010, some of our users started complaining that they were getting an error related to the SSL Certificate in Outlook. The error message was saying: \u201cThe Security certificate was issued by a company you have not [&hellip;]","og_url":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/","og_site_name":"Data Recovery Blog - KDR Tools","article_published_time":"2019-09-16T12:41:19+00:00","article_modified_time":"2023-06-14T10:18:07+00:00","og_image":[{"width":1600,"height":739,"url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/09\/certification-error.jpg","type":"image\/jpeg"}],"author":"Aftab Alam","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Aftab Alam","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/#article","isPartOf":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/"},"author":{"name":"Aftab Alam","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/c9cd8fe08b5f5080047a483bcef1b681"},"headline":"How to remove certificate warning error after installing Exchange Server 2016","datePublished":"2019-09-16T12:41:19+00:00","dateModified":"2023-06-14T10:18:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/"},"wordCount":760,"commentCount":0,"publisher":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization"},"articleSection":["Email Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/","name":"How to remove certificate warning error after installing Exchange Server 2016","isPartOf":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#website"},"datePublished":"2019-09-16T12:41:19+00:00","dateModified":"2023-06-14T10:18:07+00:00","breadcrumb":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/remove-certificate-warning-error-after-installing-exchange-server-2016\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kerneldatarecovery.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to remove certificate warning error after installing Exchange Server 2016"}]},{"@type":"WebSite","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#website","url":"https:\/\/www.kerneldatarecovery.com\/blog\/","name":"Data Recovery Blog - KDR Tools","description":"Data Recovery Blog - KDR Tools","publisher":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kerneldatarecovery.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization","name":"Data Recovery Blog - KDR Tools","url":"https:\/\/www.kerneldatarecovery.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/04\/logo.png","contentUrl":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/04\/logo.png","width":161,"height":47,"caption":"Data Recovery Blog - KDR Tools"},"image":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/c9cd8fe08b5f5080047a483bcef1b681","name":"Aftab Alam","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2021\/11\/Aftab.jpg","contentUrl":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2021\/11\/Aftab.jpg","caption":"Aftab Alam"},"url":"https:\/\/www.kerneldatarecovery.com\/blog\/author\/aftab-alam\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/4243"}],"collection":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/comments?post=4243"}],"version-history":[{"count":15,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/4243\/revisions"}],"predecessor-version":[{"id":10942,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/4243\/revisions\/10942"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/media\/4255"}],"wp:attachment":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/media?parent=4243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/categories?post=4243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/tags?post=4243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}