It looks like LibUV doesn't natively support TLS / SSL connections. It is possible to integrate the two. There are several libraries that provide a higher level interface. https://github.com/openziti/tlsuv is one of the more recently maintained.
Note here that tlsuv seems actively maintained, however it does not currently support server side. They are open to contributions and that is likely the quickest route forward.
It looks like LibUV doesn't natively support TLS / SSL connections. It is possible to integrate the two. There are several libraries that provide a higher level interface. https://github.com/openziti/tlsuv is one of the more recently maintained.