Fixing SSL error (ERR_SSL_KEY_USAGE_INCOMPATIBLE) in Sitecore

Sitecore Version: 9.3 Have you seen this error out of the blue on your Sitecore instance? With your Sitecore instance working one day, and all of a sudden throwing this error and out of commission the next? The most obvious reason for this to happen, is that your certificates have expired. During Sitecore setup, SSL… Read More Fixing SSL error (ERR_SSL_KEY_USAGE_INCOMPATIBLE) in Sitecore

Considerations while switching from single language to a multi-lingual Sitecore site

Say you have a website which is live, and uses only a single language as of now. You have taken over support of the website, but have not built the website yourself. Your client comes up to you with the requirement of adding a new language to this website. What are the considerations you need… Read More Considerations while switching from single language to a multi-lingual Sitecore site

Whitelisting your Azure agent on the fly on your app service during the deployment process

While creating a release pipeline in Azure devops, we ran into a scenario where we wanted to warm up the site we were deploying to, post deployment. However, the app service of this particular website had IP filtering enabled on it, and onlu whitelisted IPs could access the site. The azure build agent IP is… Read More Whitelisting your Azure agent on the fly on your app service during the deployment process

Adding user friendly messages & dialog for Sitecore commands

We often need to add custom commands in Sitecore which a content author can trigger from the Sitecore ribbon menu. When used as is, the command runs synchronously and pretty much renders Sitecore useless for the duration of the run, without providing the content author with any indication about what is happening. A good way… Read More Adding user friendly messages & dialog for Sitecore commands