Tagged Questions

1
vote
1answer
29 views

Keystore Alias Null Error

I am trying to configure a product called Hermes for a digital signature. I have a file MyCert.pfx which I specified in its configuration as follows: <component ...
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 ...