Contents tagged with https
-
Setting up SQL Server Reporting Services to use HTTPS/SSL
By default SQL Server Reporting Services (SSRS) sets itself up to respond to requests over HTTP made to the name of the machine that it's been installed on. Changing this up so that it can be …
-
Creating your own certificates for development/test environments - Part 2
Part 1 covered creating a Root Certificate and adding it to the Local Machine trusted store, as two discrete steps. That leaves the remaining two steps for this part:
Creating a certificate for …
-
Creating your own certificates for development/test environments - Part 1
So that HTTPS bindings can be configured in IIS in a development/test environment, there are a couple of options:
Use IIS to create a Self-Signed certificate
Create your own root certificate to …