[progress Communities] [progress Openedge Abl] Forum Post: Connect Appserverdcs Using .net...

  • Thread starter Thread starter mroberts@rev.com.au
  • Start date Start date
Status
Not open for further replies.
M

mroberts@rev.com.au

Guest
.Net 4.5 OE11.6.3 Hi All, I've been beating my head against a wall looking at documentation. I have an appserver running with SSL enabled, and can connect fron WebClient OK using "-URL AppServerDCS://yada.com:port -nohostverify" ok. I put the certificate in a path and add the -certstorepath to the webclient startup, and all is OK. I have a .Net OpenClient proxy that currently can connect to AppServer without SSL, that is cool too. But now I want the .Net open client to connect to the SSL appserver. Connection oConn = new Connection("AppServerDCS://yada.com:26604/demo", "UserID, "Password", ""); oConn.SetProperty("PROGRESS.Session.NoHostVerify", "TRUE"); I get Exception: A call to SSPI failed, see inner exception. Exception: A call to SSPI failed, see inner exception. SessionPool : NoAvailableSessions[Could not connect to the AppServer: General Error: Object reference not set to an instance of an object.. (7203) ] The symptoms look the same as when I was trying SSL on Webclient, and did not have the certificate in the certstorepath. No Available Sessions seems to be the default error for a myriad of connection sins! But the OpenClient .Net does not have a certstorepath option (Java Does). The documentation rabbit hole, the final bit I get to is Microsoft .NET has its own method for managing digital certificates that you can use to access root certificates from the OpenEdge certificate store. For more information, see the Microsoft .NET documentation. So I have loaded my root certificate and still get the error. Has anyone else worked their magic on this one and got it to work. Thanks. Mark Roberts

Continue reading...
 
Status
Not open for further replies.
Back
Top