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
Month: August 2011
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.
Great Links for migrating from TFS2008 to TFS2010
This link is just about all you will need to migrate from TFS2008 to TFS2010. http://rules.ssw.com.au/TFS/RulesToBetterTFS2010Migration/Pages/default.aspx This link came in handy quite a few times – it contains the commands to un-configure TFS2010. http://blog.accentient.com/2011/01/21/UnconfiguringTeamFoundationServer2010.aspx And finally a great link to backing up your TFS2010 install. http://blogs.msdn.com/b/bharry/archive/2010/08/18/backing-up-and-restoring-your-tfs-server.aspx This link talks about Visual Studio compatability http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/670baee4-a5b4-471c-add9-a9bebc1a4f3d/