<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; ssl</title> <atom:link href="http://www.ghacks.net/tag/ssl/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Google Chrome SSL Enforcer</title><link>http://www.ghacks.net/2012/01/08/google-chrome-ssl-enforcer/</link> <comments>http://www.ghacks.net/2012/01/08/google-chrome-ssl-enforcer/#comments</comments> <pubDate>Sun, 08 Jan 2012 13:56:29 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[ssl]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=55545</guid> <description><![CDATA[Making sure that you are connected via SSL is one of the most important things Internet users can do to improve their security online. This is especially true on public computer networks, like those on airports, Internet cafes or on campus. Why? Because it is otherwise dead easy to wiretap the traffic that you send [...]]]></description> <content:encoded><![CDATA[<p>Making sure that you are connected via SSL is one of the most important things Internet users can do to improve their security online. This is especially true on public computer networks, like those on airports, Internet cafes or on campus. Why? Because it is otherwise dead easy to wiretap the traffic that you send and receive on the network. And while that may not be an issue for some activities online, you better be sure when you sign into accounts or handle financial transactions on sites such as PayPal or your bank&#8217;s online presence.</p><p>KB SSL Enforcer is a Google Chrome extension that allows you to enforce SSL encryption on websites and services that support it. If it detects that a site is offering both http and https connections, it will automatically connect the user to the more secure https connection to improve online security.</p><p>The extension handles the detection and switching to SSL automatically. The concept is very similar to HTTPS Everywhere for the Firefox web browser, with the difference that HTTPS Everywhere only enforces SSL on sites in its database (with options to create your own rule sets).</p><p>The extension maintains a list of sites supporting SSL that you have accessed in the cache to speed up future connections.</p><p>You may however come upon sites sometimes that do not work properly when connecting to them via https. A blacklist is provided that will block the automatic redirection to https for listed sites. Open the settings of SSL Enforcer by loading the following url in the web browser (chrome://settings/extensions) and clicking on the Options link next to the extension.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2012/01/ssl-enforcer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2012/01/ssl-enforcer.jpg" alt="ssl enforcer" title="ssl enforcer" width="444" height="282" class="alignnone size-full wp-image-55546" /></a></p><p>The extension handles domains with and without www differently. You can change that in the options so that rules defined for a site apply to both versions.</p><p>You can also add sites to a whitelist, which you may need to do if the automatic detection does not discover if a domain supports SSL connections.</p><p>Google Chrome users can download SSL Enforcer <a
href="https://chrome.google.com/webstore/detail/flcpelgcagfhfoegekianiofphddckof">from the</a> official Chrome web store.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2012/01/08/google-chrome-ssl-enforcer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Add SSL to CentOS web server</title><link>http://www.ghacks.net/2010/12/05/add-ssl-to-centos-web-server/</link> <comments>http://www.ghacks.net/2010/12/05/add-ssl-to-centos-web-server/#comments</comments> <pubDate>Sun, 05 Dec 2010 20:10:02 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[ssl]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37618</guid> <description><![CDATA[CentOS might well be one of the finest Linux distributions for a server environment. It is basically a mimic of Red Hat Enterprise Linux without the proprietary software and the price attached to it. With that in mind, it makes perfect sense to set CentOS up as your go-to Web server. It&#8217;s reliable, it&#8217;s stable, [...]]]></description> <content:encoded><![CDATA[<p>CentOS might well be one of the finest Linux distributions for a server environment. It is basically a mimic of Red Hat Enterprise Linux without the proprietary software and the price attached to it. With that in mind, it makes perfect sense to set CentOS up as your go-to Web server. It&#8217;s reliable, it&#8217;s stable, it&#8217;s extensible, and it&#8217;s secure.</p><p>But setting up a secure web server isn&#8217;t complete without the inclusion of SSL and certificates. If you are wanting to serve up sercure web pages you will certainly want your audience to be able to send them to https instead of http. So&#8230;with CentOS how do you do that? I will show you how.</p><p><span
id="more-37618"></span><strong>Installing all of the packages</strong></p><p>I will assume you already have CentOS installed as well as the Apache Web Server. Make sure you are able to go to the default Apache web page (or any web page on your CentOS web server), before you set up SSL. When you have all of that working you will need to install a couple of packages. This is done with the following steps:</p><ol><li>Open up a terminal window.</li><li>Su to the root user.</li><li>Issue the command <code>yum install mod_ssl openssl</code>.</li><li>Let the installation complete.</li></ol><p>With SSL installed and ready, it&#8217;s time to create your certificates for usage.</p><p><strong>Creating your certificate</strong></p><p>You will now have everything on your server to create CAs. You need to generate a private key, a csr, a self-signed key, and then you need to copy these files to the correct location. This is done with the following steps.</p><ol><li>Open up a terminal window.</li><li>Su to the root user.</li><li>Generate the private key with the command <code>openssl genrsa -out ca.key 1024</code>.</li><li>Generate the csr with the command <code>openssl req -new -key ca.key -out ca.csr</code>.</li><li>Generate the self-signed key with the command <code>openssl x509 -req -days 365 -in ca.csr -signkey ca.key -out ca.crt</code>.</li><li>Move the self-signed key with the command <code>cp ca.crt /etc/pki/tls/certs</code>.</li><li>Move the private key with the command <code>cp ca.key /etc/pki/tls/private/ca.key</code>.</li><li>Move the csr with the command <code>cp ca.csr /etc/pki/tls/private/ca.csr</code>.</li></ol><p><strong>Edit the Apache SSL configuration</strong></p><p>Open the file <strong>/etc/httpd/conf.d/ssl.conf </strong>and look for the section <em>SSLCertificateFile. </em>Make sure that line reads:</p><p><code>SSLCertificateFile /etc/pki/tls/certs/ca.crt</code></p><p>Now look for the <em>SSLCertificateKeyFile</em> and make sure that section reads:</p><p><code>SSLCertificateKeyFile /etc/pki/tls/private/ca.key</code></p><p>Save that file and you are ready to restart Apache.</p><p><strong>Restart and test</strong></p><p>Before you try to test Apache&#8217;s new SSL feature, you must restart the daemon. To do this issue the command <em>/etc/rc.d/init.d/httpd restart</em>. Hopefully you will see no warnings or errors. If not, then point your browser to https://ADDRESS_TO_SERVER Where ADDRESS_TO_SERVER is either the IP Address or the domain. You should then see a warning from your browser about the certificate for the site. If you see this warning congratulations, your Apache server is now ready for secure connections.</p><p>Remember, though, you created a self-signed certificate. To get the most out of SSL you might want to purchase a CA from a trusted name like <a
href="http://www.verisign.com/" target="_blank">Verisign</a> (There are, of course, plenty of other places where you can purchase those certifiacates).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/05/add-ssl-to-centos-web-server/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Google SSL HTTPS Search</title><link>http://www.ghacks.net/2010/05/22/google-ssl-https-search/</link> <comments>http://www.ghacks.net/2010/05/22/google-ssl-https-search/#comments</comments> <pubDate>Sat, 22 May 2010 10:25:35 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[encrypted search]]></category> <category><![CDATA[google https]]></category> <category><![CDATA[google search]]></category> <category><![CDATA[https]]></category> <category><![CDATA[https search]]></category> <category><![CDATA[ssl]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25599</guid> <description><![CDATA[Google has just enabled https on their core search domain google.com. Users who want to access the encrypted Google web search can point their browsers to https://www.google.com/ to do so. The technology, which is known as Secure Sockets Layer (SSL), encrypts the data traffic between the user&#8217;s computer and the Internet server they want to [...]]]></description> <content:encoded><![CDATA[<p>Google has <a
href="http://googleblog.blogspot.com/2010/05/search-more-securely-with-encrypted.html">just</a> enabled https on their core search domain google.com. Users who want to access the encrypted Google web search can point their browsers to https://www.google.com/ to do so. The technology, which is known as Secure Sockets Layer (SSL), encrypts the data traffic between the user&#8217;s computer and the Internet server they want to access.</p><p>Https sites are widely known in the financial sector, on shopping sites and during log ins.The session-wide encryption ensures that information entered in a session is safe from being intercepted by another user in the computer network.</p><p><span
id="more-25599"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/05/google_ssl.png" alt="google ssl" title="google ssl" width="327" height="137" class="alignnone size-full wp-image-25600" /></p><p>Internet users can verify that the connection uses SSL by looking at the url in the address bar. The connection is secure if it begins with https. Google has created a new logo to further inform users. The Google SSL logo is another visual indicator that SSL is used to connect to Google.</p><p>In this stage SSL is only enabled for Google web search and not for other services offered by Google such as Google Maps or Google Images.</p><p>Users might also experience a slower than regular Google search experience due to the additional step of establishing a secure connection.</p><p>It has to be noted that SSL does not provide complete security. A user connecting to Google https can be sure that the traffic (like search phrases) will be encrypted while on the Google website. Most search results on the other hand make no use of https which means that it can still be possible (for an ISP or network user) to identify the target websites.</p><p>SSL will also not aid if viruses or trojans are installed on the user&#8217;s computer system.</p><p>SSL search is nevertheless a step in the right direction. It is likely that Google will roll out encryption to some of their other services in the near future.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/22/google-ssl-https-search/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Why You Should Install Perspectives For Firefox Right Now</title><link>http://www.ghacks.net/2010/03/30/why-you-should-install-perspectives-for-firefox-right-now/</link> <comments>http://www.ghacks.net/2010/03/30/why-you-should-install-perspectives-for-firefox-right-now/#comments</comments> <pubDate>Tue, 30 Mar 2010 07:36:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[certificates]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[perspectives]]></category> <category><![CDATA[ssl]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24044</guid> <description><![CDATA[Maybe you have already read the news that it is possible to subvert SSL which is used to improve the security when connecting to websites. Financial sites like PayPal and Bank of America, shopping sites like eBay or Amazon and government sites use SSL which is shown by displaying https in the browser&#8217;s address bar [...]]]></description> <content:encoded><![CDATA[<p>Maybe you have already <a
href="http://www.wired.com/threatlevel/2010/03/packet-forensics/">read</a> the news that it is possible to subvert SSL which is used to improve the security when connecting to websites. Financial sites like PayPal and Bank of America, shopping sites like eBay or Amazon and government sites use SSL which is shown by displaying https in the browser&#8217;s address bar instead of http. There are other indicators including a closed padlock that, when clicked, should display additional information about the website including the issued certificate.</p><p>This in theory ensures that the connection between the user&#8217;s computer and the website is secure (by using encryption and certificates). Recent findings however have shown that it is possible to intercept those communications without breaking encryption by &#8220;using forged security certificates&#8221;.</p><p><span
id="more-24044"></span><br
/><blockquote>To use [it], a law enforcement or intelligence agency would have to install it inside an ISP, and persuade one of the Certificate Authorities — using money, blackmail or legal process — to issue a fake certificate for the targeted website. Then they could capture your username and password, and be able to see whatever transactions you make online.</p></blockquote><p>To make matters worse security researchers have shown last year how easy it is to <a
href="http://www.wired.com/threatlevel/2009/07/kaminsky/">trick</a> a Certificate Authority into issuing a certificate.</p><p>Perspectives now is a Firefox add-on that can do things:</p><ul><li> If you connect to a website with an untrusted (e.g.,self-signed certificate)*, Firefox will give you a very nasty security error and force you to manually install an exception. Perspectives can detect whether a self-signed certificate is valid, and automatically overrides the annoying security error page if it is safe to do so.</li><li><strong>It is possible that an attacker may trick one of the many Certificate Authorities trusted by Firefox into incorrectly issuing a certificate for a trusted website. Perspectives can also detect this attack and will warn you if things look suspicious.</strong></li></ul><blockquote><p><a
href="http://hackademix.net/2008/12/30/putting-ssl-in-perspectives/">Even</a> if Perspective’s primary and most advertised aim is enabling SSH-style certificate “validation” for self-signed certificates (those not issued by an established certification authority), it can be configured to act a second validation layer for CA-signed certificates too, by checking their consistency from multiple internet nodes (called “Notaries”) and/or over time:</p></blockquote><p>Perspectives can be downloaded <a
href="http://www.cs.cmu.edu/~perspectives/firefox.html#install">from the</a> School of Computer Science. It is compatible with Firefox 3.x.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/30/why-you-should-install-perspectives-for-firefox-right-now/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Internet Recovery Kit</title><link>http://www.ghacks.net/2009/08/08/internet-recovery-kit/</link> <comments>http://www.ghacks.net/2009/08/08/internet-recovery-kit/#comments</comments> <pubDate>Sat, 08 Aug 2009 15:57:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[automatic-updates]]></category> <category><![CDATA[https]]></category> <category><![CDATA[internet recovery]]></category> <category><![CDATA[repair automatic updates]]></category> <category><![CDATA[repair ssl]]></category> <category><![CDATA[repair windows update]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[windows-update]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15161</guid> <description><![CDATA[Rizone’s Internet Recovery Kit is a fully portable Windows repair software program that addresses two issues that Windows users might experience while working with the operating system. The first issue is a broken Windows Update module meaning that the computer system will not download and install security updates from Windows Updates. This is a serious [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Rizone’s Internet Recovery Kit is a fully portable Windows repair software program that addresses two issues that Windows users might experience while working with the operating system. The first issue is a broken Windows Update module meaning that the computer system will not download and install security updates from Windows Updates. This is a serious problem as it means to leave the operating system unprotected from latest security exploits.</p><p>The second issue that the Internet Recovery Kit addresses is broken SSL support which usually comes in the form of not being able to connect to HTTPS websites properly. This too can be problematic as many financial websites and shopping websites use https for improved security.</p><p><span
id="more-15161"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/internet_recovery_kit-433x500.jpg" alt="internet recovery kit" title="internet recovery kit" width="433" height="500" class="alignnone size-medium wp-image-15162" /></p><p>Rizone’s Internet Recovery Kit can be used to fix both issues that have been described in the last two paragraphs. All the user needs to do is to press the right button in the software program to initiate the fix. While there is no guarantee that the program can fix the problem the chance is good that it can.</p><p>Users who want to repair Windows Update and Automatic Updates on their computer system can press the Repair WU/AU button to do so. The program will display the progress in the log at the bottom of the interface. The log can also be used to analyse what has been done to fix the problem. The Repair SSL / HTTPS button on the other hand will initiate the repair of these components in the Windows operating system.</p><p><a
href="http://www.rizone3.com/">Rizone’s Internet Recovery Kit</a> is compatible with Windows XP, Windows Vista and Windows 7. It is a fine addition for every computer repair toolkit thanks to its portable nature, ease of use and success rate.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/08/internet-recovery-kit/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Increase Internet Security With Safe SSL</title><link>http://www.ghacks.net/2009/04/27/increase-internet-security-with-safe-ssl/</link> <comments>http://www.ghacks.net/2009/04/27/increase-internet-security-with-safe-ssl/#comments</comments> <pubDate>Mon, 27 Apr 2009 18:17:31 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[internet browser]]></category> <category><![CDATA[internet security]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[ssl connection]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=12401</guid> <description><![CDATA[Safe is an extension for the Firefox Internet browser that increases Internet security quite a bit by visualizing safe SSL connections to the user. We have covered similar security extensions and applications in the past which changed the display of the address bar of the web browser to increase security. Today&#8217;s Internet users encounter SSL [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/firefox.png" alt="firefox" title="firefox" width="110" height="105" class="alignleft size-full wp-image-11887" />Safe is an extension for the Firefox Internet browser that increases Internet security quite a bit by visualizing safe SSL connections to the user. We have covered similar security extensions and applications in the past which changed the display of the address bar of the web browser to increase security. Today&#8217;s Internet users encounter SSL connections regularly. All trustworthy shopping sites and financial websites make use of SSL to increase the security of their users. Phishing, a form of attack that lures Internet users on fake sites that resemble the original websites, on the other hand is still on the rise mostly because users are not educated enough to be able to identify phishing attempts but also because of carelessness.</p><p><span
id="more-12401"></span>Visualizing secure SSL connections might be exactly what users need to avoid phishing websites but also services that are careless about sensible data (that is do not use SSL to protect the connections). <a
href="https://addons.mozilla.org/en-US/firefox/addon/safe/">Safe</a> will color all tabs that make use of a secure SSL connection so that users of every level can identify them on first glance. It will furthermore draw a visible border in the same color around the screen to make it even easier to identify a website that is using SSL to increase the security of their users.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/ssl_internet_security-499x329.jpg" alt="ssl internet security" title="ssl internet security" width="499" height="329" class="alignnone size-medium wp-image-12402" /></p><p>That visualization of a secure SSL connection should be reason enough to install it. The add-on is very handy for users who feel insecure on the Internet giving them a visual confirmation if they visit a secure website.</p><p>The extension offers a second feature that seems to be a bit buggy in the current version. It will display a status bar icon that is supposed to change color when hoovering over a form submission button that is using the SSL protocol. This means it should display a yellow color when hoovering over the login button at Gmail or PayPal.</p><p>It should also be noted that the border that is drawn around the screen will reduce the screen estate for the website. This can be problematic for users that run low screen resolutions.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/27/increase-internet-security-with-safe-ssl/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Force SSL HTTPS Connections In NoScript</title><link>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/</link> <comments>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/#comments</comments> <pubDate>Tue, 31 Mar 2009 08:07:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[firefox security]]></category> <category><![CDATA[https]]></category> <category><![CDATA[https connections]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[ssl https]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/</guid> <description><![CDATA[SSL connections which you can identify by the HTTPS protocol in the address bar of the web browser provide additional security in comparison to the HTTP protocol. This is why many companies use SSL on security sensitive pages of their website which usually involve financial transactions or personal information. To put it bluntly: A bank [...]]]></description> <content:encoded><![CDATA[<p>SSL connections which you can identify by the HTTPS protocol in the address bar of the web browser provide additional security in comparison to the HTTP protocol. This is why many companies use SSL on security sensitive pages of their website which usually involve financial transactions or personal information. To put it bluntly: A bank not using SSL on their website cannot be trusted. HTTPS connections are encrypted which means the traffic is being protected from local network sniffers. There are however still attack points like keyloggers or viruses on the user&#8217;s system.</p><p>There is one additional problem concerning websites that do offer HTTPS connections on most of their network but not everywhere. <a
href="http://www.donationcoder.com/forum/index.php?topic=17702.new">Mouser</a> over at Donation Coder mentioned a hidden setting in the NoScript (check my<a
href="http://www.ghacks.net/2008/05/28/my-firefox-security-profile/"> Firefox security profile</a> for additional information) add-on of the Firefox web browser allowing to force HTTPS connections for listed websites. This is helpful in a few cases. Some websites offer both HTTP and HTTPS connections to their servers. Another possibility are websites that make use of HTTPS connections but not on all pages.</p><p>Users with the excellent No Script add-on installed can configure sites to always use a secure https connection when they are visited. This option can be accessed by right-clicking the NoScript icon in the Firefox status bar, selecting Options from the context menu, clicking on the Advanced tab in the configuration and there on the HTTPS tab.</p><p><span
id="more-11559"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/https-500x396.jpg" alt="https" title="https" width="500" height="396" class="alignnone size-medium wp-image-11561" /></p><p>New websites or pages that should be forced to use secure HTTPS connections can be added to NoScript in there. The use of wildcards is possible. Users should however note that this will not work on all websites. It will obviously not work on websites that do not offer HTTPS. There are also sites that automatically redirect HTTPS requests to HTTP. Google.com is a prime example of this. If you add google.com to the list you will notice a never ending loop when opening that website because of NoScript trying to force HTTPS and Google redirecting to HTTP.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Use Google Chrome For Secure Web Browsing</title><link>http://www.ghacks.net/2009/01/10/use-google-chrome-for-secure-web-browsing/</link> <comments>http://www.ghacks.net/2009/01/10/use-google-chrome-for-secure-web-browsing/#comments</comments> <pubDate>Sat, 10 Jan 2009 17:58:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[chrome browser]]></category> <category><![CDATA[foce ssl]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[secure browser]]></category> <category><![CDATA[secure-profile]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[ssl browser]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9788</guid> <description><![CDATA[One of the latest additions to the Google Chrome browser is the ability to force SSL. What this means is that the web browser will only open websites using the https protocol. Connections to insecure websites that only make use of the http protocol will not be initiated. Google Chrome will display the message that [...]]]></description> <content:encoded><![CDATA[<p>One of the latest additions to the Google Chrome browser is the ability to force SSL. What this means is that the web browser will <strong>only</strong> open websites using the https protocol. Connections to insecure websites that only make use of the http protocol will not be initiated. Google Chrome will display the message that the webpage is not available in that case.</p><p>Why would someone want to force SSL in the web browser? The answer is easy: To increase security. This is an excellent way to deal with most phishing threats. Phishing sites are currently copying the looks and feels of popular financial sites. What they do not do is to make use of the https protocol. This means that those phishing pages would not even be opened in Google Chrome as they are not making use of https.</p><p>Here is the idea. Create a Google Chrome profile that forces SSL and that is purely used for accessing sensitive sites. This could be PayPal, Gmail, other financial sites and basically any site that is making use of the https protocol.</p><p><span
id="more-9788"></span>The ability to force SSL is only available in the latest developer&#8217;s build of Google Chrome. Read the <a
href="http://www.ghacks.net/2009/01/10/google-chrome-20-pre-beta-release/">Google Chrome 2</a> release announcement article for information on how to obtain a copy.</p><p>The force SSL option has to be supplied as a parameter during startup. This can be done by appending <strong>&#8211;force-https</strong> to the Target row in the shortcut&#8217;s properties.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/google_chrome_force_ssl-366x500.jpg" alt="google chrome force ssl" title="google chrome force ssl" width="366" height="500" class="alignnone size-medium wp-image-9789" /></p><p>Does anyone know if there is a similar option for Firefox or Opera?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/10/use-google-chrome-for-secure-web-browsing/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> </channel> </rss>
