hi,
we have here a .net app using the content webservices (e.g. 'authentication' to logon) to connect to content server 10. Everthing works fine.
Now we want to secure the communication between the app and the CS. We configured the CS to work with HTTPS . This works and we can connect by webbrowser with HTTPS to the CS.
Then we configured our app to connect via HTTPS but this did not work.
When we put the following webservice string we use in the app..
'https://cdtvm-content10.opentext.net/les-services/Authentication.svc'
into a web browser, we receive a valid response.
But in the app, it did not work.
Does anyone have an idea?
Steven.