Configuration of HTTPS in the application through IIS:
The term IIS stands for Internet Information Services is a flexible, general-purpose web server from Microsoft that runs on Windows systems to serve requested HTML pages or files.
· The HTTP (or Hyper Text Transfer Protocol) is used for exchanging information between two or more servers and users.
· HTTPS --HyperText Transfer Protocol Secure over the SSL (or Secure Sockets Layer) -- uses SSL (secure sockets layer ) to encrypt the communication to add additional data security.
· HTML is used for creating a variety of elements. For example, texts, buttons, hyperlinks, and direct/indirect behaviors.
· ===> IIS binding of application, take an example of Wrapup code application.
Step 1 - Select
the Wrapup Code.
Step 3- To configure the Wrapup Code with HTTPS, then click on Add.
Type: select HTTPS
Step-4 Type: https
Port: 7751 (changed the port)
SSL Certificate: Select one of the certificates.
Note:
For every tool, if the client uses HTTPS, then they must have the SSL certificate.
Step-5 Create a self-signed
certificate.
· Click on the domain name. Suppose the Domain Name is VOIP3CX3(GOLDCRM2\bellides) then click on Server Certificates.
· On the right-side menu, click on the Create Self-Signed Certificate. * Enter the name of the certificate and click ok.
As
we can see a certificate has been created by the name “test”. This is a self-signed certificate, not a valid certificate.
· Go to the application pool. Every tool has its application pool. These are application pools. As we can see every IIS based tool has its own application pools. Here identity means user, it needs to maintain our application to run on VoIPTools user.
If the client has changed the password of the VoIPTools user, then we have to change the password from here also. First, go to the Advance setting from the side menu and then click on the 3 dots of the identity. Below picture is for reference.
When we click on the 3 dots a display of the application pool identity will appear. Similar to the below image.
Click on set. Give the username and password.
User name- VoIPTools
Password - VO1PT0y5
Physical Path- C:\programdata\VoIPTools\Data\Http\wwwroot\ Side Panel Menu
Type: http or https
Port: 80 (by default). You can enter any
port number, but that port number should not be in use with any other VoIPTools
application. Click on OK.