Topic: Java Server for client example

Hello,

I'm trying to write a Java server for the provided client example. I searched for examples, but I didn't find anything. The problem is to get the provided keys and certs into java.

Can somebody help or provide an example?

Thank you very much in advance.

Regars,
Stanleyman

Share

Re: Java Server for client example

Hi Stanleyman,

We do have a simple Java SSL/TLS server available in our "wolfSSL JNI" download package.  The example uses our JNI wrapper instead of the regular Java API's.  You can download the JNI wrapper bundle here:

http://yassl.com/yaSSL/download/downloadForm.php

Best Regards,
Chris

Re: Java Server for client example

Hi Chris,

is there any tutorial how to get it compiled under windows?

Regards,
Stanleyman

Share

Re: Java Server for client example

Hi Stanleyman,

At the moment, we have only tested it under Linux/Unix and OS X environments.  You may be able to use a unix-like shell for Windows such as Cygwin.

Best Regards,
Chris