April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

IIS7 redirect HTTP to HTTPS

Memorise IIS7 redirect HTTP to HTTPS

April 14, 2013

The method of setting up an IIS7 redirect HTTP to HTTPS is to Require SSL on the site or part of the site and set up a custom 403.4 error page. To do this, just following these steps:

Install your SSL certificate in IIS 7 […]

IIS 7.5 Export the Private key

Overview: Migrating your SSL certificate from one Windows server to another Windows server will require you to export and then import your SSL key pair from server A to server B using a PFX backup file.

A. To Export a Server Certificate In the Run dialog box, type mmc, and then click OK. The Microsoft […]

INSTALL wild card SSL CERTIFCATE ON IIS & IIS7 SSL Certificate installs, but disappears right away

INSTALL wild card SSL CERTIFCATE ON IIS & IIS7 SSL Certificate installs, but disappears right away

 

Use .pfx format instead of

Guys i am using openssl tool in to convert .pfx format.

 

openssl pkcs12 -export -out mydomain.pfx -inkey rmohan.com.key -in rmohan.com.crt -certfile rmohan.comca.crt

 

For this example I’ve copied the mydomain.pfx to the […]

Windows Azure Virtual Machines IIS 7.5 FTP

When enabled on the Windows Azure Virtual Machines Windows Server 2008 R2 virtual machine, most users will need to pass the files, programs, etc. on the needs of the cloud. Next, describes how Windows Server 2008 R2 in Windows Azure Virtual Machines enable the FTP file transfer service.

To demonstrate, we establish the named MyFTP […]

HTTP Load Balancing using Application Request Routing – IIS 7

Overview

This topic leads the reader through the steps to configure Application Request Routing to load balance HTTP requests to achieve high availability and scalability. The walkthrough also highlights a couple of core features on how Application Request Routing monitors the health of the content servers and affinitizes requests from a client to a content […]