IIS
106 TopicsA fatal error occurred when attempting to access the SSL server credential private key: 0x8009030d
First published on MSDN on Apr 28, 2017 Recently, I have assisted a Premier customer who installed a new certificate on Windows Server 2008 R2 but was unable to bind the certificate to the Website hosted on IIS.98KViews1like3CommentsHow to enable ASP.NET 4.8 on Windows Server 2016
Hello All, I have installed on my server as bellow: + Windows Server 2016 Standard Evaluation 64 bit + IIS 10 version 1607 - OS build 14393.693 + .NET Framework 4.8 - Release DWORD: 528049 Everything will be simple when I may enable ASP.NET 4.8; but I didn't see this option here. (There is only ASP.NET 4.6) May I enable ASP.NET 4.8 on above Windows Server 2016? Thanks in advance, Nguyen Duc HoaSolved46KViews0likes4CommentsVerification of SSL-Certificate without internet connection
Hi Community! I'm currently facing an issue with a webapplication and ssl-certificates. The Scenario is that we have a web-Application for the Intranet hosted by an IIS. Due to security reasons the server has no internet connection and cannot validate the SSL certificate. I tried nearly everything to disable the CRL and OCP, but I constantly get errors in the event log stating that the ssl-valdiation failed. I looked a lot in the capi2 log but I can't find out why the CRL / OCP is still active. My question is: How do you handle SSL-Certificates on a server that is not internet-connected? Are there any best practices or good blog articles? I couldn't find any articles for my specific Problem. The only solution I have left is to configure the proxy-server for the app-pool account as this account seems to be validating the cert. Would you consider this a good practice?Solved35KViews0likes4CommentsInstall ssl certificate on windows server 2012 R2
I would install a SSL certificate on Windows Server 2012 R2. I received from SSL/provider 4 files: mydomain.company.it.csr mydomain.company.it.key mydomain_company_it_cert.cer mydomain_company_it_interm.cer In IIS i have installed "mydomain_company_it_cert.cer" choosing "Complete Certificate Request". In this way i can't see certificate from dropdown list when i am trying to binding in IIS. I have tried to run "certutil -repairstore my xxxxxxxxxxx" but i am constantly prompted for smart card. This article it doesn't help much , the hot-fix has been removed. I read this thread but i don't know if have to generated .CSR again at first point of reply. Any thoughts on how to bypass the smart card and get the repair to complete are appreciatedSolved28KViews1like25CommentsDeploying IIS on a Failover Cluster
First published on MSDN on Jun 01, 2009 Hi cluster fans, Our general recommendation for achieving high-availability of Internet Information Services (IIS) servers is by using Network Load Balancing (NLB) since the servers tend to be hosts for stateless requests – a customer will visit a website, access content, then leave, and it doesn’t matter which server hosts the website.26KViews0likes0Comments