I’m trying to set up a jupyterhub with subdomains for extra security (preparing for the RTC ). I have configured c.JupyterHub.subdomain_host = "https://{{ jupyterhub_hostname }}", wildcard DNS and SSL and everything worked out great… until a user with a dot in a username showed up, let’s say anton.akhmerov. That user gets a sub-subdomain anton.akhmerov.jupyterhub.tld, which has no certificate. Is there a known workaround? In case it’s relevant, I’m running jupyterhub 3.1.0.
EDIT it seems it’s a known issue (see snippet below); any suggestions for a workaround?