You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test it out on my windows. on localhost and a subdomain
on server.js:
tldjs.getSubdomain(hostname).toLowerCase();
could not find the subdomain
you can do workaround with
let subdomain = ""; //tldjs.getSubdomain(hostname).toLowerCase();
is it possible to work with socket tunnel and TLS locally? (just for debug and testing purposes)
The text was updated successfully, but these errors were encountered: