<?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'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=SSL&amp;orTags=0</link><description>Search results matching tag 'SSL'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>FTP 7.5 SSL disconnects after 15 minutes. Large Files</title><link>http://forums.iis.net/p/1163110/1926774.aspx#1926774</link><pubDate>Wed, 02 Dec 2009 04:52:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926774</guid><dc:creator>Comptekcs</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;I am having the oddest issue so I hope somone has an idea.&lt;/p&gt;
&lt;p&gt;Backstory: 3 different ISP&amp;#39;s, 2 different physical servers, 1 2008 server and now 2008R2. This is a dedicated FTP server. 2008R2, FTP Role, local firewall off, hardware firewall ports open, and trying to upload anything over about 65MB the connection will reset&amp;nbsp;and start to upload again from 0. On the downloads, same thing but it resumes from where it left off. This issue has happened every time both on 7.0 and 7.5&lt;/p&gt;
&lt;p&gt;I have an official&amp;nbsp;SSL cert (not self-signed)&amp;nbsp;using FTPES explicit. Connections/Authentications are good and smaller files upload just fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have adjusted .config files for size limits as some of the forums have suggested but that didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;FileZilla just blips and does the reconnect, no error message. I can&amp;#39;t find anything in FTP logs either. &lt;/p&gt;
&lt;p&gt;Does anyone have a clue or could point me in where I can get some better logging?&lt;/p&gt;</description></item><item><title>Certificate Issues</title><link>http://forums.iis.net/p/1163011/1926339.aspx#1926339</link><pubDate>Fri, 27 Nov 2009 09:11:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926339</guid><dc:creator>HasanSheriff</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;Hi All,&lt;br /&gt;I&amp;#39;ve been trying to solve an IIS/Certificate problem for a few days.&lt;br /&gt;I can create a self signed cert and install it on the default website sucessfully.&lt;br /&gt;I have a trial cert from GeoTrust and have sucessfully installed it on another site, but cannot bring up the site in HTTPS.&lt;br /&gt;I have disabled all other sites from using HTTPS/Port 443, but cannot even telnet to port 443.&lt;br /&gt;Can someone guide me in the right direction?&lt;br /&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>SSL Certificate Renewal, Windows Mobile Acess and iPhone Access</title><link>http://forums.iis.net/p/1162769/1925304.aspx#1925304</link><pubDate>Wed, 18 Nov 2009 21:12:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925304</guid><dc:creator>edwardwagner</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;I recently renewed my Verisign SSL certificate and installed it successfully; however the two handheld devices - Samsung Windows Mobile device (with latest version of Windows Mobile) and iPhone (latest OS) - cannot communicate with the Exchange 2003 (Windows 2003 SP2) server once I check the &amp;quot;require SSL&amp;quot; box.&amp;nbsp; The Samsung gives a &amp;quot;0x85010014&amp;quot; error code, and the iPhone just states that it cannot communicate with the server.&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;I can still use OWA fine.  If I do not require SSL on the server end, while still requiring it on each handheld device, everything is happy (except, of course, you can login into the OWA with http:).  I spent a long time with the Verisign tech support and did not find anything to solve the problem.  We did solve a related issue, which was that the Samsung device could not communicate even without SSL - needed to download a new certifcate to that phone since some models did not have the latest security certificate version that Verisign started using (which has apparently been in use for several years and the iPhone had already).&lt;/p&gt;

&lt;p&gt;I did not change any settings on either device (they have always required SSL), nor the server - other than installing the certificate - but now the handheld devices won&amp;#39;t connect if SSL is selected on the server, so I have to have it turned off in the IIS for now. Also, SSL was on until I inserted the certificate, so I&amp;#39;m wondering if something else (besides the SSL was perhaps reset).  I have read that ActiveSync does not really use SSL, but it had no problems with the server requiring SSL until I installed the new certificate.&lt;/p&gt;</description></item><item><title>Programmatically require SSL in IIS7</title><link>http://forums.iis.net/p/1162759/1925273.aspx#1925273</link><pubDate>Wed, 18 Nov 2009 17:18:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925273</guid><dc:creator>aclcarter</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;Does anyone know how to programmatically set the system.webServer/security/access sslFlags using the Microsoft.Web.Administration classes?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to write some code to automatically install an SSL enabled web application and am having difficulty with this one step. I&amp;#39;ve found elsewhere on this site mvolo&amp;#39;s instructions on binding an SSL certificate to a site using custom configuration methods, but can&amp;#39;t find anywhere instructions on how to modify the sslFlags (short of forking a process to call appcmd, which feels like cheating!).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Many thanks,&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;</description></item><item><title>Web Farm sync using MSDeploy - SSL / Ip address binding question</title><link>http://forums.iis.net/p/1162692/1924979.aspx#1924979</link><pubDate>Mon, 16 Nov 2009 21:53:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924979</guid><dc:creator>burtikus</dc:creator><cs:applicationKey>web_deployment_tool_wdeploy-39</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am wondering if I can use MSDeploy in the following scenario.&amp;nbsp; I am working on a web farm (IIS 6) that had their hardware SSL offload module go down.&amp;nbsp; They had been using iiscnfg.vbs to merge the metabase settings from the management server to the production servers, but now with the need to put SSL certificates on the IIS servers locally, that will cause problems.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I am wondering is can MSDeploy be used to sync ALL website configuration info (not content, that&amp;#39;s taken care of already) with the exception of IP address bindings for the sites and SSL certificate information.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts would be greatly appreciated, thanks!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><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>SSL Settings in IIS7 getting reset [Windows Server 2008] with [Exchange 2007] [RPC]</title><link>http://forums.iis.net/p/1162148/1922522.aspx#1922522</link><pubDate>Wed, 28 Oct 2009 19:18:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922522</guid><dc:creator>apmeyers1987</dc:creator><cs:applicationKey>iis7_-_security--1</cs:applicationKey><description>&lt;p&gt;I have a server that has Windows Server 2008 standard with Exchange 2007 installed.&amp;nbsp; I installed the RPCProxy feature in order to use Outlook Anywhere.&amp;nbsp; Looking at the RPC web&amp;#39;s SSL settings they were set to Do not require SSL and Accept Client Certificates.&amp;nbsp; I was having a problem with my outlook anywhere due to the Request Entity being too large so I changed the &amp;quot;Accept Client Certificate&amp;quot; to Ignore and everything was working fine (I also checked to require an SSL connection).&amp;nbsp; It&amp;#39;ll work for a bit, but then for whatever reason the SSL settings get set back to what they were.&amp;nbsp; Is there a setting somewhere else that forces these results? Or something I can change?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Another thing that I would be okay with is how to avoid the Request Entity being too large error, and just accept the client certificates.&lt;br /&gt;&lt;br /&gt;Any help is greatly appreciated!&lt;br /&gt;Andy&lt;/p&gt;</description></item><item><title>Certificate issue after adding Multiple SSL identities</title><link>http://forums.iis.net/p/1162027/1921931.aspx#1921931</link><pubDate>Fri, 23 Oct 2009 18:31:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921931</guid><dc:creator>s_sudhirs22</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;I have NLB configured, but i want to perform node level monitoring and in that process, i have added dedicated IP to SSL identities in website along with shared IP, i am able to browse website with dedicated IP on the box without any issues. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;But when i try to open website using dedicated box from my local machine. It tells me, &amp;quot; continue to this website not recommended&amp;quot;. i want to get rid of this. Please suggest&lt;/p&gt;</description></item><item><title>Strange SSL Certificate Behavior in IIS 6, Exchange Server 2003, Outlook Web Access</title><link>http://forums.iis.net/p/1161888/1921245.aspx#1921245</link><pubDate>Mon, 19 Oct 2009 18:43:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921245</guid><dc:creator>meals.software</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;One of the businesses for whom I consult called me up to have me change
the settings on their IIS 6.0/Exchange 2003 server so their main
accountant/IT support person could get Outlook Mobile Access on his new
Palm Pre. Apparently, the Pre will choke when it encounters a SSL
certificate that is not linked from a recognized Certificate Authority
or preloaded into the Pre. Loading the SSL Cert manually brings up
another error, that the cert&amp;#39;s address does not match the server
address provided. This is the same error that the business has been
receiving for their Outlook Web Access setup since they can remember.
However, in IE the business can choose to accept the cert, bringing
them to a login screen.&lt;br /&gt; &lt;br /&gt; They have a somewhat strange domain
setup: two domains are part of their network (example.net and
examplenet.com), but they only own one of them (examplenet.com), so the
other (example.net) is not accessible from outside the office. The
business uses mail.examplenet.com as both the office network and
internet-accessible address, however the original FQDN of the server is
server.example.net, which is not addressable from outside the office.
DNS A or CNAME records point all connections from mail.examplenet.com,
smtp.examplenet.com, and pop3.examplenet.com to server.example.net.&lt;br /&gt; &lt;br /&gt;
The original SSL cert&amp;#39;s common name was &amp;quot;server&amp;quot;, not a FQDN. I thought
that creating a new cert with the FQDN the office used would allow the
Pre and OWA to work without error, at least for a self-signed cert.
However, in the IIS management console, once I removed the old cert,
created a new one (for mail.examplenet.com), signed it with the CA
existing on the server, and added it to the default web server, the
server was no longer addressable. Opening an IE window to the server&amp;#39;s
IP address, mail.examplenet.com, or server.example.net all would not
connect. Unfortunately IE does not provide usable error codes, but I
suspect it is a DNS problem in addressing the web server, as the IE
error page suggestions (check address for mistakes, server could be
down) are consistent with DNS misconfigurations.&lt;br /&gt; &lt;br /&gt; Replacing the
original cert returned everything to the original invalid address
error, but still allowed OWA (though not for the Pre). Creating and
installing a cert only for &amp;quot;mail&amp;quot; provided the same error and function
as the original cert. All of those certs used thus far were configured
with the web server template. &lt;br /&gt; &lt;br /&gt; There was a domain controller
template cert already created for &amp;quot;server.example.net&amp;quot; which, when
imported, allowed error-free access to OWA when using the
server.example.net address, though obviously threw an invalid cert
error for the address when connecting to mail.examplenet.com. Of
course, the example.net addresses cannot be used outside the office as
the office does not own that domain.&lt;br /&gt; &lt;br /&gt; I would appreciate any
suggestions and insight into allowing error-free (though still using
SSL, and yes 128-bit encryption is enabled throughout the default web
server) web access to exchange and to the Pre. Web searches for this
topic merely tell me how to create a self-signed cert for the
exchange/iis server, which does not appear to help by itself. The names
of the domains have been changed to protect the innocent. My apologies
for cross posting.&lt;/p&gt;</description></item><item><title>Effect of maxAllowedContentLength on SSL</title><link>http://forums.iis.net/p/1161838/1921045.aspx#1921045</link><pubDate>Sat, 17 Oct 2009 02:20:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921045</guid><dc:creator>Hynek</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>&lt;p&gt;When POSTing content of bigger size (more than 500 KB&amp;nbsp; let&amp;#39;s say) &amp;quot;413 - Request Entity Too Large&amp;quot; is returned by IIS7.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Solving the error with increasing the value of maxAllowedContentLength works for http.&lt;/p&gt;&lt;p&gt;When issuing an SSL POST request on the same resource, modifying maxAllowedContentLength doesn&amp;#39;t seem to have any effect - &amp;quot;413 Request Entity Too Large&amp;quot; occurs whatever value is used.&lt;/p&gt;&lt;p&gt;In other words POSTing to http://myserver/mypage with correct value of maxAllowedContentLength works ok. POSTing to https://myserver/mypage with the same content never works regardless of the maxAllowedContentLength value.&lt;/p&gt;&lt;p&gt;What else could influence the behavior of the maximum allowed POST content size for SSL? &lt;/p&gt;&lt;p&gt;How to get through SSL POST requests with content sizes exceeding default limits?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>