Nick,
Do you know of any documentation for OTM 5.5 that talks more about transmission under SSL? It would be nice to see any documentation that states why SSL may not work under OTM 5.5 CU 2 or it will work in OTM 5.5 CU3.
I tried typing
https://<server>/GC3/glog.integration.servlet.WMServlet directly in the browser and I get the same screen I see when using the
http://<server>/GC3/glog.integration.servlet.WMServlet so I'm assuming https:// maybe working or at least OTM maybe looking for data on
https://. So I decided to try to post to https:// in our dev environment and I got the following message from my .NET application.
Error #1: Authentication failed because the remote party has closed the transport stream.
Causing Error #2:
The underlying connection was closed: An unexpected error occurred on a send.
This is using the same code that works when sending to http:// url.
Let me know if you have any other advice or suggestions.
Thank you.