Need suggestion on enabling HTTPS connector in nexus repository manager OSS

Dear Team,

Recentl we requested to create docker private registry with different port 5100 with HTTPS connection.

But at present we have nexus with nginx reverse proxy our docker private registry has HTTP with port 5000.

My question here is that when I enable docker private registry which enables HTTPS connector will be exposed to public ?

Regards,
Charan Nagaraja

Do you really need to have https enabled at nexus level ? Because the easiest way to manage that is to leave the nexus registry using http, configure nexus to only listen on 127.0.0.1, and configure ssl in nginx reverse proxy that will manage access to the registry.