<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'SSL Certificate'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=SSL+Certificate&amp;orTags=0</link><description>Search results matching tag 'SSL Certificate'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS7 SSL Binding to All Addresses</title><link>http://forums.iis.net/p/1162413/1923709.aspx#1923709</link><pubDate>Fri, 06 Nov 2009 19:22:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923709</guid><dc:creator>Kortekk</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;My server has got IIS7 with two sites Site1 and Site2.&amp;nbsp; I have them&amp;nbsp;each&amp;nbsp;on their own distinct Ipv4 address, each on their own separate certificate, and both are on port 443.&lt;/p&gt;
&lt;p&gt;The issue I am experiencing is that if I take Site1 offline, the server is still responding to ssl on that site&amp;#39;s address and port - even though I cannot browse to the site via a web broswer.&amp;nbsp; If I take both Site1 and Site2 offline, then the server no longer responds to ssl requests.&amp;nbsp; It looks to me like IIS7 is binding to all the addresses on the server.&amp;nbsp; If I create a new arbirtrary binding on Site1 and run netstat, i see it being opened on the address bound to Site2.&lt;/p&gt;
&lt;p&gt;I have tried editing the applicationhost.config file to supply host headers to the ssl bindings since you cannot through the GUI.&amp;nbsp; I have also tried to create listener ip addresses using &amp;#39;netsh http add iplisten&amp;#39;.&amp;nbsp; Nothing has helped so far.&amp;nbsp; Is there any way to close down the port when that particular site is brought down?&lt;/p&gt;</description></item><item><title>IIS 7.5 binding port 443 of all IP addresses ?</title><link>http://forums.iis.net/p/1158619/1907807.aspx#1907807</link><pubDate>Sun, 21 Jun 2009 22:42:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907807</guid><dc:creator>demvin</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>Hi, I&amp;#39;m playing with Windows Server 2008 R2 RC Web edition and I&amp;#39;m having a problem where I have a website which has a HTTPS binding on a specific IP address, yet instead of binding only to this address, IIS binds on all the IP addresses of the interface.

No other site has a HTTPS binding. 

Sorry if this has been answered before, but I didn&amp;#39;t find it.

Thanks !

Vincent</description></item><item><title>Windows 2008, IIS 7 Drops SSL Certificate after Reboot</title><link>http://forums.iis.net/p/1158433/1907023.aspx#1907023</link><pubDate>Mon, 15 Jun 2009 14:17:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907023</guid><dc:creator>neilos</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hi All,&lt;br /&gt;&lt;br /&gt;We have a server running Windows Server 2008 Ent Edn SP1 and have one website configured in IIS that is bound to both HTTP and SSL traffic.&amp;nbsp; Every time we reboot the server the SSL cerificate is dropped, we have the following registered in the system event log:&lt;br /&gt;&lt;br /&gt;HTTPEvent - 15300 (Warning) &lt;br /&gt;SSL Certificate Settings deleted for Port : 192.168.152.94:443 .&lt;br /&gt;&lt;br /&gt;HTTPEvent - 15016 (Error)&lt;br /&gt;Unable to initialize the security package Kerberos for server side authentication. The data field contains the error number.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve had a look online and tried assigning it too all IPs rather&amp;nbsp;than a specific one but still the SSL cert gets dropped, please can someone advise on how to fix this issue.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Neilos&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>SSL certificates required for 3 sites on same domain</title><link>http://forums.iis.net/p/1157379/1902696.aspx#1902696</link><pubDate>Mon, 04 May 2009 19:08:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902696</guid><dc:creator>colemanmcc</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m slightly confounded as to if what I&amp;#39;m trying to do is possible, maybe someone can shed some light...&lt;/p&gt;&lt;p&gt;I&amp;#39;ve got an Exchange Server with Outlook WebAccess secured with an SSL cert for its domain (mail.domain.com).&amp;nbsp; I&amp;#39;ve got 2 other IIS servers I want to make available publicly, our accounting front-end and a Sharepoint server, and I&amp;#39;ve configured each one to be available by listening on different port numbers for each, 6000 and 7000 respectively.&amp;nbsp; So mail.domain.com/exchange hits OWA, mail.domain.com:6000 hits accounting, and mail.domain.com:7000 hits Sharepoint.&amp;nbsp; This all works fine without tossing SSL into the ring.&lt;/p&gt;&lt;p&gt;&amp;nbsp;But since our SSL cert is bound to the &amp;quot;mail&amp;quot; subdomain, shouldn&amp;#39;t I logically be able to have the other two sites on the other ports SSL secured?&amp;nbsp; I even set the extra two IIS machines to listen on 6001 and 7001 for SSL, but it seems the client-side browser when hitting https://mail.domain.com:6001, I just get a 404, as if IE makes &amp;quot;https&amp;quot; requests automatically via 443, rather than my redefined special port.&lt;/p&gt;&lt;p&gt;Any ideas/enlightenment would be appreciated. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Installing Multiple SSL in single IIS 6.0</title><link>http://forums.iis.net/p/1154668/1891285.aspx#1891285</link><pubDate>Wed, 28 Jan 2009 09:40:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1891285</guid><dc:creator>swamik</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;Hi All: &lt;/p&gt;&lt;p&gt;We have a requirement of installing Multiple SSL certicates of 20 different websites which are all hosted in single&amp;nbsp; IIS 6.0(Windows Server 2003 is the OS)&lt;/p&gt;&lt;p&gt;Using host header, we were able to host these 20 sites in an single IIS. But like to know how to install and configure 20 SSL certificates for these 20 domains which are in single IIS 6.0.&lt;/p&gt;&lt;p&gt;Please help&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>ASP permission problem - HTTP Error 401.3</title><link>http://forums.iis.net/p/1154246/1889600.aspx#1889600</link><pubDate>Sat, 10 Jan 2009 18:25:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889600</guid><dc:creator>JayRO</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;&lt;b&gt;Problem:&lt;/b&gt; a specific Global Security Group can not load ASP pages (but can load HTML pages).&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Goal:&lt;/b&gt; allow access to the secure website files and directories according to Global Group membership.&amp;nbsp; This
is a medical industry customer, so HIPAA compliance is mandatory (i.e.
file access and restrictions must be thoroughly configured and maintained).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Environment:&lt;/b&gt;
Windows 2003 Server, Std. Ed., single server with Active
Directory.&amp;nbsp; IIS is serving a secure website to employees and
customers (amongst other non-related functions).&amp;nbsp; IIS has been
configured with a commerical Server Certificate to encrypt
communication betweeb the server and clients on the internet.&amp;nbsp; Anonymous access has been
disabled, so users are required to log in to the website with their
username/password.&amp;nbsp; (This was a 2000 Server, upgraded to 2003).&amp;nbsp; I created a disk partition just for website files.&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Detail:&lt;/b&gt; The employees are members of the Global Group
&amp;#39;Domain Users&amp;#39;.&amp;nbsp; No problems for the employees to access the
website.&amp;nbsp; The customers are members of the Global Group &amp;#39;Web Site
Users&amp;#39; (and removed from Domain Users group).&amp;nbsp; There is a virtual
directory mapped at the root level of the website named &amp;#39;CustomerStuff&amp;#39;
that maps to the &amp;#39;CustomerFiles&amp;#39; directory (located at another
drive/directory location).&lt;/p&gt;&lt;p&gt;In the CustomerFiles directory, I
created a simple test.html page which the customer can browse to
successfully.&amp;nbsp; I copied the test.html to test.asp (leaving the
HTML markup as-is, no ASP scripting added), and browsing for the
customer is denied:&amp;nbsp; &amp;quot;HTTP Error 401.3 - Unauthorized: Access is
denied due to an ACL set on the requested resource.&amp;quot;&lt;/p&gt;&lt;p&gt;By
adding the &amp;#39;Web Site Users&amp;#39; group to &amp;#39;Domain Users&amp;#39; group, then
browsing ASP pages succeeds.&amp;nbsp; This solution is not acceptable, as
the customers would then have unauthorized access to sensitive patient
information.&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;Attempts to resolve:&lt;/b&gt;&lt;br /&gt;

- The permissions for test.html and test.asp are identical (being in
the same directory, access to the directory is not an issue). I am
fairly certain this is NOT a file permissions issue.&amp;nbsp; I believe
this to be some type of process level or possibly registry access permissions issue.&lt;br /&gt;
- Using SysInternal&amp;#39;s &amp;quot;Process Monitor&amp;quot; app, I have repeatedly
monitored browsing of test.html and test.asp both successful and
unseccessful access.&amp;nbsp; Absolutely nothing presents itself as access
denied in the Process Monitor log, and I can not detect where the process
becomes different for the 401.3 error.&lt;br /&gt;
- I have turned on failure auditing for:&lt;br /&gt;
&lt;/p&gt;
&lt;blockquote&gt;- System drive (including entire WINNT structure).&lt;br /&gt;- entire partition&amp;lt;&amp;gt; for ClientFiles,&lt;br /&gt;- entire partiton for website files&lt;br /&gt;- HKLM in the registry&lt;br /&gt;
  - all Audit Policies available in GPO&lt;/blockquote&gt;No FAILURE entries are to be found in the Security log.&lt;br /&gt;
&amp;lt;&amp;gt;&lt;br /&gt;
I have attempted every trick I know of (and could find on the internet)
to determine what is causing the 401.3 access denied error.&amp;nbsp; I
have also tried numerous tweaks to file structure and User Rights
permissions in an effort to find what is needed to allow the ASP page
to load (but I am very hesitant to be too aggressive opening
permissions, as this site needs to stay secure).&lt;br /&gt;
&lt;p&gt;&amp;nbsp;Thanks in advance for any ideas, as I now have over 10 hours troubleshooting this issue.&lt;/p&gt;&lt;p&gt;&amp;nbsp;--Jay Ohman&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Failed to install Verisign SSL digital certificate on IIS 5.0. Please help!!</title><link>http://forums.iis.net/p/1154109/1888980.aspx#1888980</link><pubDate>Mon, 05 Jan 2009 04:15:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888980</guid><dc:creator>stamtarm</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;div&gt;&lt;font face="Arial" size="2"&gt;I&amp;nbsp;have tried several times, revoke and replace certificate, and asked&amp;nbsp;Verisign for help too. But at the end it still failed.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Error message are shown as below:&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;- When installing the certificate: &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;font face="Arial" size="2"&gt;&amp;quot;Failed to install certificate, &lt;/font&gt;&lt;font face="Arial" size="2"&gt;keyset does not exists&amp;quot;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/font&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;- When trying to export the private key using MMC function, the option for &amp;quot;Export private key&amp;quot; is disabled and it says &lt;/font&gt;&lt;font face="Arial" size="2"&gt;&amp;quot;Notes: The associated private key cannot be found.&amp;nbsp; Only the certificate can be exported.&amp;quot;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;I have changed the permission of the administrator and system&amp;nbsp;account to Full Control for the following folders and files already:&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;Folders&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;C:\Documents and Settings\Administrator\Application Data\Microsoft\Crypto\RSA&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;All files inside the following folder&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Arial" size="2"&gt;C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Please kindly assist!! Thank you very much!!&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;sta&lt;/div&gt;</description></item><item><title>Processing SSL certificate response fails.</title><link>http://forums.iis.net/p/1153273/1885663.aspx#1885663</link><pubDate>Fri, 21 Nov 2008 22:56:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885663</guid><dc:creator>Tyrven</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; When processing an SSL certificate response in IIS, a private key is not generated with the certificate and, therefore, SSL does not function on the site.&amp;nbsp; IIS and Certificates.mmc believe there is a private key, but when I try to export one it fails with &amp;quot;The associated private key cannot be found&amp;quot;.&amp;nbsp; Details below. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Symptoms: &lt;/strong&gt;In IIS&amp;#39;s &amp;quot;Web Server Certificate Wizard&amp;quot; I am able to complete the &amp;quot;Process the Pending Request&amp;quot; step as expected.&amp;nbsp; Afterwards, however, the website properties do not allow me to &amp;quot;View Certificate&amp;quot;.&amp;nbsp; If I return to the wizard it acts as though I don&amp;#39;t have a certificate.&amp;nbsp; If I choose &amp;quot;Assign an existing certificate&amp;quot; and select the recently imported certificate, however, then I am unable to connect to the site via HTTPS (&amp;quot;Internet Explorer cannot display the webpage&amp;quot;).&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Private Key: &lt;/strong&gt;If I view the certificate in the MMC Certificates snap-in, I can see the certificate.&amp;nbsp; If I open it, I am informed &amp;quot;You have a private key that corresponds to this certificate&amp;quot;.&amp;nbsp; When I try to export it, however, the option to export the private key is disabled; the dialogue box notes: &amp;quot;The associated private key cannot be found.&amp;nbsp; Only the certificate can be exported.&amp;quot;&amp;nbsp; &lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Troubleshooting: &lt;/strong&gt;Clearly, the processing of the SSL certificate response is failing - but why?&amp;nbsp; No error is provided when processing the response, nor does the event log contain any relevent errors or warnings.&amp;nbsp; I&amp;#39;ve tried this with both self-signed certificates as well as a GeoTrust-issued certificate; same result.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This server contains a number of SSL sites.&amp;nbsp; I can use certificates issued in the past or which have been imported (with private keys) from other servers without a problem; the ports, router, bindings, etc are setup properly.&amp;nbsp; Using a newly issued certificate, however, fails.&amp;nbsp; I could work around this by requesting/processing the certificate on another server; as this is our primary web server, however, I&amp;#39;d like to resolve the underlying issue. &lt;/p&gt;
&lt;p&gt;Tyrven&lt;/p&gt;</description></item></channel></rss>