I’ve been working with the Sitecore Habitat team to incorporate Sitecore Commerce into the Habitat implementation of Sitecore’s Helix principles. Part of that work saw me contributing some PowerShell scripts to support developer workflows with Sitecore Commerce. There was a lot more contributed than just this one function but this was one area I found… Continue reading Creating self signed certificates programmatically from 32bit PowerShell
Category: IIS
SelfSSL does not work when generating certificates for multiple sites on the same computer
If you get a “Internet Explorer cannot display the webpage” after generating a certificate with SelfSSL on multiple website located on the same computer you need to export them from IIS and then re-import them. Export the Certificates Open IIS, expand ‘Web Sites’. Right click on website and select Properties. Navigate to the “Directory Security”… Continue reading SelfSSL does not work when generating certificates for multiple sites on the same computer
Unable to browse to a local website but browsing via IP works or from an external computer works. HTTP Error 401.1
If you are receiving a HTTP 401.1 error when browsing to a locally hosted website with a fully qualified domain name (FQDN) or a custom host header and : it works locally via IP, it works from an external computer via IP, it works from an external computer with a FQDN or a custom host… Continue reading Unable to browse to a local website but browsing via IP works or from an external computer works. HTTP Error 401.1
Create a certificate with SSLDiag.exe
Example(s): ssldiag.exe /selfssl /s:262211793 /n:”CN=myDomainName” /v:9999 ssldiag.exe /selfssl /s:262210475 /n:”CN=myDomainName” /v:9999 SSL Diagnostics Version 1.1 (x86) http://www.microsoft.com/downloads/details.aspx?familyid=cabea1d0-5a10-41bc-83d4-06c814265282&displaylang=en SSL Diagnostics Version 1.1 (x64) http://www.microsoft.com/downloads/details.aspx?FamilyID=1CBFB70E-F442-4BB2-940B-351C3A7D62CF&displaylang=en&displaylang=en
SelfSSL Error – Failed to build the subject name blob: 0x80092023
If you get this error “Failed to build the subject name blob: 0x80092023” it is because you have incorrectly typed the required parameters for SelfSSL. The format should be: selfssl /T /N:CN=mydomain.com.au /V:9999 /S:1946911163 Note: ‘CN’ must be specified before your domain name or machine name.