Identity Server ECDSA Certificate Pitfall
Sitecore Identity Server crashes with a NullReferenceException when configured with an ECDSA certificate — the fix is generating RSA keys instead.
Tag
58 posts · All posts
Sitecore Identity Server crashes with a NullReferenceException when configured with an ECDSA certificate — the fix is generating RSA keys instead.
Real-world use surfaced six issues in PrecisionScheduler — some cosmetic, some quietly catastrophic — here's what changed in v1.1.0 and why.
Over 60% of a Sitecore database consumed by orphaned blob records — here's what we found and how we fixed it.
Invalid query strings hitting SXA search endpoints generate thousands of log exceptions. Here's how to stop the noise.
Running Unicorn and Sitecore CLI side-by-side during a staged migration surfaces some subtle compatibility problems worth knowing about.
A Sitecore 10.2.1 cumulative hotfix changed how federated authentication handles roles at sign-in — and took our users' permissions with it.
Sitecore's built-in task scheduler has some well-known limitations. Here's how we replaced it with Hangfire for more reliable background job scheduling.
In a previous article I shared how I configure Sitecore projects with Unicorn when developing sites for SXA.
In this article Michael shares how to configure Sitecore running on Docker locally with HTTPS.
In this article Michael shares how to make your custom components, built for SXA, support the donut caching feature.
Every new website requires some level of security configuration before launch.
In this very short post I demonstrate how to override the EnvironmentSiteResolver included with SXA to remove the use of fast queries.
My friend Neil Shack released an excellent series of books that every Sitecore enthusiast should have entitled The Little Book of Sitecore Tips .
The Sitecore Developer Trial Program was made available to .Net developers and students who do not have access to a customer or partner license with complimenta
I heard from a little birdie that there may or may not be a repository of the git kind on the internet.
In this article I demonstrate how to create an NVelocity tool to access properties from a Sitecore ReferenceField .
If you have worked on any website navigation, you may have encountered a scenario where you need to represent a link in the menu, such as to the Home page.
The following post was typed with one hand while my new born baby sleeps.
In some recent conversations on Sitecore Slack Chat I needed to determine why a component script in SXA was not working as desired (broke).
Michael West Wins Sitecore "Most Valuable Professional" Award Elite distinction awarded for exceptional contributions to the Sitecore ecosystem Dallas, TX, USA
Recently I saw a nice article by Barend Emmerzaal proposing a way to improve the Experience Editor when using SXA .
In the season of Thanksgiving, it felt appropriate to share some appreciation for members of the community.
Have you ever wondered how to notify a user about workflow changes to an item in Sitecore, but not through email?
Sitecore Experience Accelerator ( SXA ) provides a great way to alter how components render using a feature called Rendering Variant .
Sitecore Experience Accelerator ( SXA ) is organized in a way that aligns with Sitecore's Helix design principles and conventions.
Recently I've been playing around with the new Sitecore Experience Accelerator (SXA) and wanted to share something that is possible without any coding.
Let me start off by saying that the work done by Himadri here is a great example at the flexibility of SPE .
Here recently I was thinking about how I could perform some of the system maintenance tasks that you would have to manually run from the Sitecore Control Panel.
Today I needed a quick report to find out the number of "pages" on our site.
Developing on the Sitecore platform has been some of the most enjoyable time in my career.
Recently I challenged myself to find integrations with Sitecore PowerShell Extensions that have not yet been published.
As of late I've spent more time using Sitecore PowerShell Extensions .Today I decided to change the wallpaper with a random image from the media library.
Sitecore PowerShell Extensions Delete unused media items older than 30 days.
Every once in a while I have what I think is a cool idea.
Recently I needed to help a colleague run a scheduled task on-demand.
Recently I've spent some time on the Sitecore Code Editor Module to add Markdown support.
It sure has been a while since I last posted anything interesting...or anything at all!
The other day I was talking to Mike Reynolds (@mike_i_reynolds) about his idea of a FileWatcher for the Sitecore CMS log files.
I was trolling through the Sitecore Marketplace the other day and found this cool module for reporting about media library items called Unused Media Manager .
It's raining today here in Dallas which probably explains why I sound like I'm falling asleep in the video.
I wanted to create TDS packages using the version from the project assembly version.
Check out my latest video showing you how to configure the EditHtml dialog with the Ace Code Editor!
I really enjoyed reading Sitecore Junkie's post about using Shortcodes in Sitecore.
$code = @" using System; namespace AwesomeNamespace { public enum AwesomeActivityType { Nothing, Sleeping, Eating, UsingSPE } public class AwesomeClass { public
Below is an example of how to unlock all items under the Content tree.
Here's a quick way to kick users :) # Use the static class to get the list of sessions then for each session kick the user using the session id.
I'm at it again. Had fun today creating packages and serializing items with SPE.
Creating a function. Code below.
Sounds like I have a lisp :) Need to work on my annunciation.
Basic run through on using the Console and ISE from within Sitecore.
Finally put together an introduction to the Sitecore PowerShell Extensions module.