SSL configuration for Optitrade Confirm
Article # 3036176 - Page views: 31
Issue
Configuring SSL for using Optitrade Confirm UI
Solution
- Create a Self signed certificate
Once you have SSL configured and working, you can replace the self signed certificate with one issued by a trusted authority in compliance with your company’s security policy. For the purposes of Optitrade Confirm application any certificate is good.- Create a self signed security certificate on IIS using the selfSSL utility from Microsoft. Once you have the SSL Utility in pace, run the following command (as Administrator)
selfssl /N:CN=<your.domain.com> /V:<number of valid days>
- Place the certificate in the trusted root folder as well. Go to Start -> Run -> enter mmc
- In the console go to File -> Add/Remove Snap-in
- Add certificate from the left hand side
- Select Computer account -> Local Computer -> select Finish
- Select certificate and Click on OK to view the certificates
- Navigate to Personal -> Certificates and locate the certificate you setup using the SelfSSL utility. Right-click the certificate and select copy
- Paste the certificate in the Trusted Root Certification Authorities -> Certificates folder
- Create a self signed security certificate on IIS using the selfSSL utility from Microsoft. Once you have the SSL Utility in pace, run the following command (as Administrator)
- Configure SSL for your Application Pool in IIS
- In your IIS Manager go to Server Certificates, the certificate you just created should be present, else import it
- Enable SSL for the OptitradeTradeExplorer site. Select Require SSL and accept certificate options
- In the Default Web Site bindings, add a new binding
- Link the certificate you created the binding you have just created
- In your IIS Manager go to Server Certificates, the certificate you just created should be present, else import it
- Configuration in Optitrade Confirm application
Edit the TradeExplorer web.config file in
<InstallationDrive>:\Program Files\Optitrade Confirm\Trade Explorer\web.config
Take a backup of the file before you start editing. Change httpTransport to httpsTransport as shown below. Change the security mode to Transport for the webHttpBinding and basicHttpBinding as shown below.
- Do an IISRESET
- Open the OptitradeConfirm UI using https
Level of Complexity
Moderate, High
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Optitrade Confirm | 5.x |