socket-tunnel icon indicating copy to clipboard operation
socket-tunnel copied to clipboard

socket tunnel tls locally

Open skiwithuge opened this issue 5 years ago • 2 comments

is it possible to work with socket tunnel and TLS locally? (just for debug and testing purposes)

skiwithuge avatar Mar 02 '20 13:03 skiwithuge

yes, have you any problem?

penguine avatar Jan 22 '21 11:01 penguine

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();

have fun

penguine avatar Jan 23 '21 11:01 penguine