PasasgePoint/IIS with SSL and redirecting http to https

PasasgePoint/IIS with SSL and redirecting http to https

Prerequisites
1) This document assumes you've laready setup passagepoint with IIS.
if not, pls review here and set up IIS with passagepoint first:



SSL Certificate
Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client and in this case a web server (website) and a browser.

A SSL cert must be purchased from a SSL cert vendor, such as Thawte, Verisign, GoDaddy, etc.

First, decide on which vendor to buy the cert, then the cert is installed on the IIS/PassagePoint website as per the cert vendor's instructions.

As each vendor's SSL cert may be different in the installation process, depending on which vendor you choose and which type of SSL cert you choose, the instructions to install and support for the SSL cert install would come from the SSL cert vendor.


Configuring URL rewrite to accept https

In the IIS manager click on the passagepoint site, and double click on "URL Rewrite"




Click on the URL rewrite rule and hit Edit




Scroll all the way down till you see the Rewrite URL




Modify the Rewrite URL from 

current Rewrite URL
{C:1}://localhost:2080/{R:1}

New Rewrite URL
http://localhost:2080/{R:1}




Hit the Apply to save the settings.






Redirecting http to https or Force HTTPS
This is extremely useful where when a user types in http://mysite, IIS automatically redirects the user to https://mysite

pls see the attached "How To" document -  HTTP to HTTPS document

    • Related Articles

    • IIS setup with PassagePoint

      PasasgePoint comes default with Apache web server, however passagepoint can leverage IIS as a front end Requirements 1) We module license installed on the passagepoint server With a passagepoint client, log in as the admin user, and do Home > ...
    • SSO setup with IIS

      Prerequisites 1) This document assumes you've laready setup passagepoint with IIS. if not, pls review here and set up IIS with passagepoint first: https://support.stopware.com/portal/en/kb/articles/iis-setup-with-passagepoint 2) LDAP directory Link ...
    • IIS/passagepoint SSO integration Troubleshooting steps

      PassagePoint uses IIS windows authentication via NTLM for SSO into PassagePoint 1) Receiving 404, page not found or page not loading at all a) Disable URL rewrite double click on URL rewrite click on the rule, then hit Disable rule b) Test IIS by ...
    • How to add a SSL certificate to the PassagePoint server

      How to import a certificate into passagepoint PassagePoint's certificate format is "cer" format If your certificate is NOT "cer" format, convert the certificate using https://www.sslshopper.com/ssl-converter.html You'll download a PEM file. Open the ...
    • IIS SSO is prompting for username/password realm challenge

      As PassagePoint use NTLM SSO via IIS one issue that could be problematic is with DNS if a browser determines it is outside of the "intranet" realm If the DNS record has a different suffix and is not considered to be part of "Intranet" but instead is ...