Setup issue with Sitecore 10.3 in Windows 11 development machine


I was doing  Sitecore 10.3 setup in my local development environment. And I encountered the bellow  issue while doing the setup-

Problem Statement 1:

Certificate chain was issued by an authority that is not trusted.



Solution:

After attempting to address the issue, I explored suggestions on Sitecore Stack Exchange (installation - Sitecore 9.3 Installing on Windows 11 returns "certificate chain was issued by an authority that is not trusted." error - Sitecore Stack Exchange). Implementing these suggestions proved effective in resolving the problem. The details are provided below:

The problem stemmed from the "sitecore-XP0.json" file. The root of the issue lay in the presence of InvokeSqlcmd statements within the file. To rectify this, it was necessary to include "TrustServerCertificate": true within those statements.



Furthermore, within SQL Server Management Studio (SSMS), ensure to check the "Trust server certificate" checkbox.



Once all these steps have been successfully completed, you are ready to initiate the Sitecore 10.3 installation process.

Comments

Popular posts from this blog

Setup New Project in Sitecore XMCloud – Part 1

Step by Step installation of Sitecore 10.3 on Docker

Step by Step installation of Sitecore 10.3 on Azure PaaS