Displaying 1 result from an estimated 1 matches for "r9e5hs4".
2012 Jul 16
1
config.force_ssl :unless => :tor_hidden_service
Not sure where to patch this, but: config.force_ssl should be inactive for
tor hidden services (for those, ssl can if anything be worse).
Any suggestions?
One way to do it would be to check for whether the TLD is .onion. There may
be some gotchas with e.g. cookies or similar bits, for sites that operate
both as HTTPS and Tor hidden service (which is what I''m trying to set up).
- Sai