Tagged Questions
0
votes
1answer
52 views
Java EE + JKS vs CSharp
from .NET 3.5 C# web application we want to connect to Java WebService. There are security checks using JKS certificate. How can we use it / send it in web method call?
Thanks.
0
votes
1answer
2k views
C# client connecting to a Java server over SSL
As a team project I need to connect from a C# client to a Java 6.5 SSL server, however when I get to the stream.AuthenticateAsClient line it hangs.
C# connect code
public static void connect(string ...