{"id":45626,"date":"2026-07-21T08:19:04","date_gmt":"2026-07-21T06:19:04","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=45626"},"modified":"2026-07-21T16:10:54","modified_gmt":"2026-07-21T14:10:54","slug":"certificat-ssl-on-sql-server-reporting-services","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/","title":{"rendered":"Customer experience &#8211; Certificat SSL on an SQL Server Reporting Services"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Recently, I had to renew an SSL certificate on an SQL Server Reporting Services (SSRS) server. The task seemed straightforward: replacing an expired certificate with a new one containing the same configuration. However, once the change had been made, HTTPS wasn\u2019t working anywhere \u2014 neither via the usual DNS names nor even when accessing the server directly. Only HTTP remained accessible.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a step-by-step guide to how the problem was solved.<\/p>\n\n\n\n<h2 id=\"h-symptom\" class=\"wp-block-heading\">Symptom<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After the certificate was renewed:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>HTTP was working normally, both remotely and locally.<\/li>\n\n\n\n<li>HTTPS was not working.<\/li>\n\n\n\n<li>There were no certificate warnings or TLS errors: the issue manifested as an application error (404).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A 404 error is an application error, not an encryption error. It means that the TLS connection was established correctly (the certificate was presented and accepted), but that the server could not find any resource matching the request.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"742\" height=\"287\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png\" alt=\"\" class=\"wp-image-45637\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png 742w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5-300x116.png 300w\" sizes=\"auto, (max-width: 742px) 100vw, 742px\" \/><\/figure>\n\n\n\n<h2 id=\"h-step-1-check-the-installed-certificate\" class=\"wp-block-heading\">Step 1: Check the  installed certificate <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first thing to check in any case is the certificate. Go to the server certificates and select the proprieties of the right certificate. You must ensure that it does indeed contain the correct SANs (Subject Alternative Names).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"527\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-6.png\" alt=\"\" class=\"wp-image-45638\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-6.png 412w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-6-235x300.png 235w\" sizes=\"auto, (max-width: 412px) 100vw, 412px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A point that is often overlooked: the CN (Common Name) of a certificate is no longer considered 100 per cent reliable. If you wish to connect via HTTPS using a specific name . That name must be included in the certificate\u2019s SAN field, and not just in the CN.<\/p>\n\n\n\n<h2 id=\"h-step-2-check-the-ssrs-configuration\" class=\"wp-block-heading\">Step 2: Check the SSRS configuration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The next step is to check the configuration of SSRS itself:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Check that the certificate has been correctly associated with the service in Reporting Services Configuration Manager (Web Service URL and Web Portal URL).<\/li>\n\n\n\n<li>Check that the certificate is recognised for both IPv4 and IPv6.<\/li>\n\n\n\n<li>Ensure that the binding is consistent on both the SSRS service side and the server side (Windows \/ HTTP.sys).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This final check can be carried out via the command line using:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>netsh http show sslcert<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This command lists the mappings between IP addresses\/ports and certificates (identified by their hash). In my case, the binding was set up using wildcards (0.0.0.0:443 and [::]:443) with a single certificate for all incoming HTTPS requests on port 443.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"797\" height=\"633\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-7.png\" alt=\"\" class=\"wp-image-45640\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-7.png 797w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-7-300x238.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-7-768x610.png 768w\" sizes=\"auto, (max-width: 797px) 100vw, 797px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"521\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-8.png\" alt=\"\" class=\"wp-image-45641\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-8.png 633w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-8-300x247.png 300w\" sizes=\"auto, (max-width: 633px) 100vw, 633px\" \/><\/figure>\n\n\n\n<h2 id=\"h-step-4-url-reservations\" class=\"wp-block-heading\">Step 4: URL Reservations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It was whilst looking into reserved URLs that the problem came to light. The following command lists the URLs reserved with HTTP.sys, the Windows component that manages HTTP\/HTTPS listening at the system level:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>netsh http show urlacl<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The result revealed the source of the problem: the entries did indeed exist, but only for the server name, with an explicit host header. However, as the server name was not present in the certificate\u2019s SAN. This is why the HTTPS connection was not working either:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"760\" height=\"182\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-9.png\" alt=\"\" class=\"wp-image-45642\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-9.png 760w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-9-300x72.png 300w\" sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><\/figure>\n\n\n\n<h3 id=\"h-reserve-the-right-urls\" class=\"wp-block-heading\"> Reserve the right URLs<\/h3>\n\n\n\n<p class=\"has-white-background-color has-background wp-block-paragraph\">The fix involves recreating the reservations assigned to each DNS so that the host header is accepted. Here, we add the URL by specifying the service account. It is important to add the <strong>SDDL<\/strong> (Security Descriptor Definition Language) . This is used to grant service accounts (like ReportServer) the permissions required to reserve specific URLs for web traffic. For SSRS 2017 and later, the\u00a0<code>AccountSid<\/code>\u00a0value is\u00a0<code>S-1-5-80-4050220999-2730734961-1537482082-519850261-379003301<\/code>\u00a0and the\u00a0<code>AccountName<\/code>\u00a0value is\u00a0<code>NT SERVICE\\SQLServerReportingServices<\/code>. For Power BI Report Server, the\u00a0<code>AccountSid<\/code>\u00a0value is\u00a0<code>S-1-5-80-1730998386-2757299892-37364343-1607169425-3512908663<\/code>\u00a0and the\u00a0<code>AccountName<\/code>\u00a0value is\u00a0<code>NT SERVICE\\PowerBIReportServer<\/code>. Here, we use the specifications for SSRS<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cmd\nnetsh http add urlacl  url=https:\/\/\"dns.name\":443\/Reports  \nuser=\"NT Service\\ReportServerSQLServerReportingServices\" sddl=D:(A;;GX;;;S-1-5-80-4050220999-2730734961-1537482082-519850261-379003301)\n\nnetsh http add urlacl  url=https:\/\/\"dns.name\":443\/ReportServer    \nuser=\"NT Service\\SQLServerReportingServices\" sddl=D:(A;;GX;;;S-1-5-80-4050220999-2730734961-1537482082-519850261-379003301)\n\n<\/code><\/pre>\n\n\n\n<h2 id=\"h-step-4-manually-add-the-dns-entries-to-the-configuration-file\" class=\"wp-block-heading\">Step 4: Manually add the DNS entries to the configuration file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once the previous steps had been completed without any issues being detected, the certificate contained the correct SANs, the SSRS configuration appeared to be consistent, and the DNS records were correctly pointing to the correct IP address. we had to dig deeper into the service\u2019s configuration file itself:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nC:\\Program Files\\Microsoft Power BI Report Server\\PBIRS\\ReportServer\\rsreportserver.config\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">Contrary to what one might think, URL reservations at the HTTP.sys level (netsh http show urlacl) are not sufficient on their own: the SSRS\/PBIRS service also maintains its own list of authorised names directly within this configuration file. Additions must be made after this tag : one entry for the web service (\/ReportServer\/) and another for the web portal (\/Reports\/). If a DNS entry is not explicitly declared in both of these locations, the service may refuse to recognise it as a valid name, even though HTTP.sys would be prepared to allow the request through.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix therefore involves manually editing the rsreportserver.config file and adding each relevant DNS to both instances of the tag, whilst strictly adhering to the syntax already in place for the existing entries.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once changes have been made, the service must be restarted for the changes to take effect.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"722\" height=\"290\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-11.png\" alt=\"\" class=\"wp-image-45644\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-11.png 722w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-11-300x120.png 300w\" sizes=\"auto, (max-width: 722px) 100vw, 722px\" \/><\/figure>\n\n\n\n<h2 id=\"h-in-summary\" class=\"wp-block-heading\">In summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">So here are a few key points to bear in mind:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A 404 error over HTTPS following a certificate change is not necessarily related to the certificate itself. If the TLS connection is established without any warnings, the problem is likely to lie in application routing (URL reservations), not in the trust chain.<\/li>\n\n\n\n<li><code>netsh http show urlacl<\/code> and <code>netsh http show sslcert<\/code> are the two key commands for distinguishing between a certificate binding issue and a URL reservation issue.<\/li>\n\n\n\n<li>An explicit host header (name:443) restricts access to that name only<\/li>\n\n\n\n<li>The service account is just as important as the URL itself. A technically correct reservation that is associated with the wrong account will prevent the service from creating its own endpoint, resulting in an E_ACCESSDENIED error on start-up.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Some Sources:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">About reservations URL :<a href=\"https:\/\/learn.microsoft.com\/en-us\/sql\/reporting-services\/report-server-sharepoint\/configure-reporting-services-to-use-a-subject-alternative-name?view=sql-server-ver17\">Configure Reporting Services to use a Subject Alternative Name (SAN) &#8211; SQL Server Reporting Services (SSRS) | Microsoft Learn<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">About Common name on certificat : <a href=\"https:\/\/www.dataprise.com\/resources\/blog\/chrome-58-common-name\/\">Chrome 58: Common Name in SSL Certificates Finally Dies | Dataprise<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, I had to renew an SSL certificate on an SQL Server Reporting Services (SSRS) server. The task seemed straightforward: replacing an expired certificate with a new one containing the same configuration. However, once the change had been made, HTTPS wasn\u2019t working anywhere \u2014 neither via the usual DNS names nor even when accessing the [&hellip;]<\/p>\n","protected":false},"author":85,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[42,99],"tags":[49,264,51],"type_dbi":[],"class_list":["post-45626","post","type-post","status-publish","format-standard","hentry","category-operating-systems","category-sql-server","tag-microsoft","tag-reporting-services","tag-sql-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Customer experience - Certificat SSL on an SQL Server Reporting Services - dbi Blog<\/title>\n<meta name=\"description\" content=\"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here&#039;s how the error was resolved\" \/>\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.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customer experience - Certificat SSL on an SQL Server Reporting Services\" \/>\n<meta property=\"og:description\" content=\"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here&#039;s how the error was resolved\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-21T06:19:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-21T14:10:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"287\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tatiana Bron\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tatiana Bron\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/\"},\"author\":{\"name\":\"Tatiana Bron\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/40ccfc7c0dd333d91c7537373ca38884\"},\"headline\":\"Customer experience &#8211; Certificat SSL on an SQL Server Reporting Services\",\"datePublished\":\"2026-07-21T06:19:04+00:00\",\"dateModified\":\"2026-07-21T14:10:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/\"},\"wordCount\":903,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/image-5.png\",\"keywords\":[\"Microsoft\",\"Reporting services\",\"SQL Server\"],\"articleSection\":[\"Operating systems\",\"SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/\",\"name\":\"Customer experience - Certificat SSL on an SQL Server Reporting Services - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/image-5.png\",\"datePublished\":\"2026-07-21T06:19:04+00:00\",\"dateModified\":\"2026-07-21T14:10:54+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/40ccfc7c0dd333d91c7537373ca38884\"},\"description\":\"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here's how the error was resolved\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/image-5.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/image-5.png\",\"width\":742,\"height\":287},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/certificat-ssl-on-sql-server-reporting-services\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Customer experience &#8211; Certificat SSL on an SQL Server Reporting Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/40ccfc7c0dd333d91c7537373ca38884\",\"name\":\"Tatiana Bron\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g\",\"caption\":\"Tatiana Bron\"},\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/tatianabron\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Customer experience - Certificat SSL on an SQL Server Reporting Services - dbi Blog","description":"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here's how the error was resolved","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.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/","og_locale":"en_US","og_type":"article","og_title":"Customer experience - Certificat SSL on an SQL Server Reporting Services","og_description":"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here's how the error was resolved","og_url":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/","og_site_name":"dbi Blog","article_published_time":"2026-07-21T06:19:04+00:00","article_modified_time":"2026-07-21T14:10:54+00:00","og_image":[{"width":742,"height":287,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png","type":"image\/png"}],"author":"Tatiana Bron","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tatiana Bron","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/"},"author":{"name":"Tatiana Bron","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/40ccfc7c0dd333d91c7537373ca38884"},"headline":"Customer experience &#8211; Certificat SSL on an SQL Server Reporting Services","datePublished":"2026-07-21T06:19:04+00:00","dateModified":"2026-07-21T14:10:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/"},"wordCount":903,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png","keywords":["Microsoft","Reporting services","SQL Server"],"articleSection":["Operating systems","SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/","url":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/","name":"Customer experience - Certificat SSL on an SQL Server Reporting Services - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png","datePublished":"2026-07-21T06:19:04+00:00","dateModified":"2026-07-21T14:10:54+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/40ccfc7c0dd333d91c7537373ca38884"},"description":"After renewing the SSL certificate, it was impossible to connect to the DNS; we were getting a 404 error. Here's how the error was resolved","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2026\/07\/image-5.png","width":742,"height":287},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/certificat-ssl-on-sql-server-reporting-services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Customer experience &#8211; Certificat SSL on an SQL Server Reporting Services"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/40ccfc7c0dd333d91c7537373ca38884","name":"Tatiana Bron","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b0ccdf78563fc816af2489f8514cb0150fdf043c684cd1801768acf3bb2612e0?s=96&d=mm&r=g","caption":"Tatiana Bron"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/tatianabron\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/45626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/85"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=45626"}],"version-history":[{"count":7,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/45626\/revisions"}],"predecessor-version":[{"id":45648,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/45626\/revisions\/45648"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=45626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=45626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=45626"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=45626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}