Jun 6, 2012
tom

SSL on an IIS server that has renders php AND asp?

Question

I have a client who’s running a windows and IIS server. On it is a website under one domain name that renders pages in both php and asp. SO you will have a page with the url http://mysite.com/hello.php that links to a page with the url http://mysite.com/hello.asp. The php pages are managed by a joomla cms while the asp pages are managed by a proprietary web software.

Client has expressed interest in putting some of these php and asp pages behind an SSL. I wasn’t sure if this would cause problems. I’m use to setting up ssl on apache servers where the php and html were the only types of pages hosted on the website. Setting up an SSL on IIS to encrypt some php and asp pages shouldn’t be a problem right?

Asked by John

Answer

There is no difference — I’m running similar thing under both IIS 6 and IIS 7.x and have (and never had) no issues with SSL in this regard.

Yes, in my case those files are in different folders (e.g. all *.asp files are in /asparea/ and *.php are everywhere else), but that still makes no difference.

Answered by LazyOne

Related posts:

  1. How to configure IIS to ask for SSL client certificate for an ASP.NET MVC application
  2. How to create SSL certificate locally and move to windows 2003 server for IIS ASP.Net website?
  3. IIS where ASP pages aren’t working
  4. IIS not responding with SSL Server Hello
  5. ASP.NET, PHP and Ruby on Rails applications running on Windows 2008 R2 Server

Leave a comment