Hi,
getting SSL “automaticly” means your http requests are redirected automaticly to the https of your nextcloud domain, “jumping over ” your non-SSL printer ports.
Especialy if your config says every request for *.asuscomm.com goes to https://myhomedomain.asuscomm.com
I think a clean virtualhost config and or letsencypt with certbot for everybody can solve your problem.
check the way there here:
Hmm, not sure then. Maybe it is because both VirtualHosts are in the same config file… Usually Certbot automatically creates a second config file for the SSL config and adds redirect directives to the first one…
Example:
If your config file is named nextcloud.conf, Certbot will create a second config called nextcloud-le-ssl.conf
This would mean, that you now have two SSL configs for the same Server and Alias Names, but only the one in your first config file contains the additional directives …