How to use Nickel with SSL without OpenSSL

Hi,

I create a small http server and I want to integrate HTTPS, the problem is OpenSSL is needed and a lot of environments variables.

Is it necessary, is it possible to implement https in Nickel without OpenSSL ? and OpenSSL is it needed on the final user computer?

Thank you!

I'm not familiar with nickel, but perhaps you can convince the library to use rustls instead?

Hmm it's possible, but I don't know how to use this lib ^^

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.