“Due to a limitation in the IIS Manager interface, the change must be made directly in the IIS meta-base”. That statement was taken from our previous documentation and due to changing Microsoft technologies is now a little bit outdated. This will be updated in future documentation.
This following information surrounds that this can now currently be configured through an IIS Manager Interface.
1. Obtain a certificate or create a new one. http://technet.microsoft.com/en-us/library/cc753127(v=ws.10).aspx
2. Install the Self-Signed Certificate on the client machine
· Open Internet Explorer
· open https://YOUR_DOMAIN_NAME_FROM_STEP_1/ImportSession.svc
· You may or may not be presented with a warning message as the Self-Signed certificate (you created at step 1) is not signed by a well- known trusted authority.
· you should click Continue to this website
· Click on Certificate Error next to the address bar.
· Click on View certificates links
· Click Install Certificate... button
· Follow Certificate Import Wizard steps
3. Make changes in the web.config.file (please reference our existing documentation if need be)
4. Go to Site Collection Settings and specify the Import Service address. (Which should be the same as used in the previous step).
5. Test the Connection, if an error is thrown, please review the above steps.
Hint: You will get the error message below if step #2 is improper.
Unable to connect to the Migrator for Notes to SharePoint Import Service at 'https://sp2010.velaskec.ec2l.com/ImportSession.svc' due to the following error: 'Could not establish trust relationship for the SSL/TLS secure channel with authority 'sp2010.support.uat2.com'.
Details:
System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority 'sp2010.velaskec.ec2l.com'. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.