The interesting flavors have names like SSL_DHE_DSS_WITH_DES_CBC_SHA;
the "DHE_DSS" bit will always be there, DES might be DES40 or (much
slower) 3DES_EDE instead.
- Dave
Jeff Nisewanger wrote:
>
> > It's possible that the native methods library (libjssl.so or
> > libjsafe.so depending upon which release) is not in your
> > LD_LIBRARY_PATH on Solaris. For windows this would be jssl.dll or
> > jsafe.dll.
>
> Also, for windows you need to have the .dll file in your
> PATH environment variable.