I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
e.g.:
to
Ok. I use several webbrowsers, and not all of them has "add-ons" to redirect these pages to https.
My purpose is this: when i go to "http://www.facebook.com" i don't want to see any http traffic with wireshark
Is this possible?? How can i achieve it? How can i automatically redirect http traffic for given domain names to HTTPS??
is it enough to redirect http? I mean then the webserver [e.g.: www.facebook.com] recognizes that i want to "talk" over HTTPS?
I has a caching-nameserver on my pc - BIND
I have an "ad blocking" proxy on my pc - PRIVOXY
And my pc is a "linux box" - IPTABLES [iptables only knows ip addresses?]
centos-bounces@centos.org schrieb am 03.03.2011 14:04:04:
erikmccaskey64 erikmccaskey64@zoho.com Gesendet von: centos-bounces@centos.org
03.03.2011 14:04
Bitte antworten an CentOS mailing list centos@centos.org
An
"centos" centos@centos.org
Kopie
Thema
[CentOS] HOW to REDIRECT to HTTPS?
I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
e.g.:
to
Ok. I use several webbrowsers, and not all of them has "add-ons" to redirect these pages to https.
My purpose is this: when i go to "http://www.facebook.com" i don't want to see any http traffic with wireshark
Is this possible?? How can i achieve it? How can i automatically redirect http traffic for given domain names to HTTPS??
is it enough to redirect http? I mean then the webserver [e.g.: www.facebook.com] recognizes that i want to "talk" over HTTPS?
I has a caching-nameserver on my pc - BIND
I have an "ad blocking" proxy on my pc - PRIVOXY
And my pc is a "linux box" - IPTABLES [iptables only knows ip
addresses?]
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi, I'm using for this examples a firefox plugin "https-everywhere" ( https://www.eff.org/https-everywhere/)
Gruß Andreas Reschke ________________________________________________________________ Unix/Linux-Administration Andreas.Reschke@behrgroup.com
erikmccaskey64 wrote:
I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
<snip> Perhaps you should go to http://apache.org, and read the documentations. It's definitely not one of the more obscure and difficults talks (as, say, rewritre rules are).
mark
erikmccaskey64 wrote:
I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
Is this a browser issue? If so then I know that Firefox has at least two plugins that can be configured to force https on links to certain domains or subdomains. On is NoScript, which is what we use. I cannot recall the name of the other but no doubt a search of the Firefox add-ons will find it.
Ralph, can you please unsubscribe this guy? He keeps sending generic questions to a bunch of lists for no good reason. Thanks.
Kai
On 03/03/2011 08:04 AM erikmccaskey64 wrote:
I'm searching for a method [on client side] to redirect to HTTPS in a few given domains.
e.g.:
to
Ok. I use several webbrowsers, and not all of them has "add-ons" to redirect these pages to https.
My purpose is this: when i go to "http://www.facebook.com" i don't want to see any http traffic with wireshark
Is this possible?? How can i achieve it? How can i automatically redirect http traffic for given domain names to HTTPS??
Someone else already mention https-everywhere, the firefox plug-in. That works for me.
eff.org recently had an extensive article on this very topic. You may want to search their site for more info.
....