Compatible java SSL server for windows using SSPI SChannnel client
843810Jul 25 2009 — edited Jul 27 2009Hai,
I have windows C/C++ SSL client implemented using SSPI SChannel security package. This SSPI is token based API. I want to create a java SSL server which can communicate with the above windows client. Is it possible to create SSL server using GSS-API of java.
I tried to communicate JSSE SSL server with windows SSPI client. It failed as JSSE is socket based and SSPI is token based.
Thanks in Advance