Create an HTTPS binding for your site
For secure communications, HTTPS binding is recommended.
Prerequisites
- Configure certificates on theFactoryTalk ViewPointserver and the client computers. For more information about configuring Web Server Security, see Microsoft TechNet: How To Set Up an HTTPS Service in IIS.
To create an HTTPS binding
- On theFactoryTalk ViewPointserver, fromControl Panel, selectAdministrative Tools > Internet Information Services (IIS) Manager.
- From theConnectionspane, selectDefault Web Site.
- From theActionspane, clickBindings.
- In theSite Bindingsdialog box, clickAdd.
- In theAdd Site Bindingdialog box, specify the following:
- From theTypelist, selecthttps.
- From theIP addresslist, selectAll Unassigned.
- In thePortbox, enter443.
- From theSSL certificatelist, select the certificate you created.TIP:
- Self-signed certificates are not supported by this system. Use a certificate issued by a recognized Certificate Authority (CA) within your organization, or obtain one from a trusted commercial CA.
- For information about secure communications and disabling legacy TLS, see Microsoft TechNet: https://learn.microsoft.com/en-us/security/engineering/disable-legacy-tls.
- ClickOKand close theSite Bindingsdialog box.
- From theConnectionspane, selectFTVP.
- In the/FTVP Homepane, double-clickSSL Settings, select theRequire SSLcheckbox, and select theAcceptoption.
- From theActionspane, clickApply.
- From theConnectionspane, selectVPAdminHTML5.
- In the/VPAdminHTML5 Homepane, double-clickSSL Settings, select theRequire SSLcheckbox, and select theAcceptoption.
- From theActionspane, clickApply.
- Close theIIS Managerand restart theFactoryTalk ViewPointserver to apply the changes.
For more information about adding a binding to a site, see Microsoft TechNet: https://technet.microsoft.com/en-us/library/ac19cc3c-7be9-44ef-8ea6-3af39fe69a7b.
After creating an HTTPS binding for your site, enter the following URL to connect to the web application, replacing
computer_name_or_ip_address
with the common name specified in the certificate:https://computer_name_or_ip_address/FTVP
HTTPS is recommended and enabled by default. Follow these steps if you want to use HTTP:
- On theFactoryTalk ViewPointserver computer, openInternet Information Services (IIS) Manager.
- In theConnectionspane, selectlocalhost > Sites > Default Web Site > FTVP.
- In the/FTVP Homepane, double-clickSSL Settings.
- Clear theRequire SSLcheckbox.
- In theActionspane, clickApply.
Provide Feedback