xsshunter-express icon indicating copy to clipboard operation
xsshunter-express copied to clipboard

Disable automatic SSL/TLS setup

Open jeffalo opened this issue 3 years ago • 6 comments

It would be useful to be able to disable the automatic SSL/TLS so that you can handle the certificates seperately.

For example, I already have an nginx reverse proxy setup with my cloudflare origin certificates. I don't need the automatic certificates and stuff, so if I could run it over http and handle the rest myself that would be useful.

jeffalo avatar Jun 05 '21 05:06 jeffalo

Yeah would be good, I also run it behind an nginx proxy, and having it try and acme to generate certs seems to be breaking the setup flow.

NHAS avatar May 31 '22 03:05 NHAS

does the email notification works on you guys when you implemented this pull request ?

0xspade avatar Sep 13 '22 09:09 0xspade

+1 being able to disabled SSL/TLS stuff would allow me to use it with cloudflare argo tunnels, at the moment I'm struggling to get it to work as I cant see where to disable the SSL auto setup.

wifiuk avatar Oct 07 '22 08:10 wifiuk

+1 i need to be able to run it behind my traefik proxy

h3xitsec avatar Feb 09 '23 09:02 h3xitsec

same for me

mux0x avatar Mar 09 '23 11:03 mux0x

@jeffalo @0xspade @NHAS @wifiuk @mux0x @h3xitsec I added this in my own fork a while ago but then after seeing how many out of date dependencies I made my own version in Golang. I'm using dependency bot and actively maintaining it https://github.com/adamjsturge/xsshunter-go

Feel free to check it out!

adamjsturge avatar Apr 22 '24 17:04 adamjsturge