Identifying and Characterizing Sybils in the Tor Network

Total Page:16

File Type:pdf, Size:1020Kb

Identifying and Characterizing Sybils in the Tor Network Identifying and Characterizing Sybils in the Tor Network Philipp Winter, Princeton University and Karlstad University; Roya Ensafi, Princeton University; Karsten Loesing, The Tor Project; Nick Feamster, Princeton University https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/winter This paper is included in the Proceedings of the 25th USENIX Security Symposium August 10–12, 2016 • Austin, TX ISBN 978-1-931971-32-4 Open access to the Proceedings of the 25th USENIX Security Symposium is sponsored by USENIX Identifying and characterizing Sybils in the Tor network † ‡ Philipp Winter∗ Roya Ensafi∗ Karsten Loesing Nick Feamster∗ † ‡ ∗Princeton University Karlstad University The Tor Project Abstract consensus weight—an attacker can observe. As the at- tacker’s consensus weight grows, the following attacks Being a volunteer-run, distributed anonymity network, become easier. Tor is vulnerable to Sybil attacks. Little is known about real-world Sybils in the Tor network, and we lack practi- Exit traffic tampering: When leaving the Tor network, cal tools and methods to expose Sybil attacks. In this a Tor user’s traffic traverses exit relays, the last hop work, we develop sybilhunter, a system for detecting in a Tor circuit. Controlling exit relays, an attacker Sybil relays based on their appearance, such as config- can eavesdrop on traffic to collect unencrypted cre- uration; and behavior, such as uptime sequences. We dentials, break into TLS-protected connections, or used sybilhunter’s diverse analysis techniques to analyze inject malicious content [37, § 5.2]. nine years of archived Tor network data, providing us Website fingerprinting: Tor’s encryption prevents with new insights into the operation of real-world attack- guard relays (the first hop in a Tor circuit) from ers. Our findings include diverse Sybils, ranging from learning their user’s online activity. Ignoring the botnets, to academic research, and relays that hijacked encrypted payload, an attacker can still take ad- Bitcoin transactions. Our work shows that existing Sybil vantage of flow information such as packet lengths defenses do not apply to Tor, it delivers insights into real- and timings to infer what websites Tor users are world attacks, and provides practical tools to uncover visiting [16]. and characterize Sybils, making the network safer for its Bridge address harvesting: Users behind censorship users. systems use private Tor relays—typically called bridges—as hidden stepping stones into the Tor net- 1 Introduction work. It is important that censors cannot obtain all bridge addresses, which is why The Tor Project rate- limits bridge distribution. However, an attacker can In a Sybil attack, an attacker controls many virtual iden- harvest bridge addresses by running a middle relay tities to obtain disproportionately large influence in a net- and looking for incoming connections that do not work. These attacks take many shapes, such as sockpup- originate from any of the publicly known guard re- pets hijacking online discourse [34]; the manipulation of lays [22, § 3.4]. BitTorrent’s distributed hash table [35]; and, most rele- By running both entry guards vant to our work, relays in the Tor network that seek to End-to-end correlation: and exit relays, an attacker can use timing analysis deanonymize users [8]. In addition to coining the term to link a Tor user’s identity to her activity, e.g., learn “Sybil,”1 Douceur showed that practical Sybil defenses that Alice is visiting Facebook. For this attack to are challenging, arguing that Sybil attacks are always work, an attacker must run at least two Tor relays, or possible without a central authority [11]. In this work, be able to eavesdrop on at least two networks [14]. we focus on Sybils in Tor—relays that are controlled by a single operator. But what harm can Sybils do? The effectiveness of many attacks on Tor depends on Configuring a relay to forward more traffic allows an how large a fraction of the network’s traffic—called the attacker to increase her consensus weight. However, the capacity of a single relay is limited by its link band- 1The term is a reference to a book in which the female protagonist, width and, because of the computational cost of cryptog- Sybil, suffers from dissociative identity disorder [29]. raphy, by CPU. Ultimately, increasing consensus weight USENIX Association 25th USENIX Security Symposium 1169 requires an adversary to add relays to the network; we 2 Related work call these additional relays Sybils. In addition to the above attacks, an adversary needs In his seminal 2002 paper, Douceur showed that only a Sybil relays to manipulate onion services, which are TCP central authority that verifies new nodes as they join the servers whose IP address is hidden by Tor. In the current distributed system is guaranteed to prevent Sybils [11]. onion service protocol, six Sybil relays are sufficient to This approach conflicts with Tor’s design philosophy that take offline an onion service because of a weakness in seeks to distribute trust and eliminate central points of the design of the distributed hash table (DHT) that pow- control. In addition, a major factor contributing to Tor’s ers onion services [4, § V]. Finally, instead of being a network growth is the low barrier of entry, allowing op- direct means to an end, Sybil relays can be a side effect erators to set up relays both quickly and anonymously. of another issue. In Section 5.1, we provide evidence for An identity-verifying authority would raise that barrier, what appears to be botnets whose zombies are running alienate privacy-conscious relay operators, and impede Tor relays, perhaps because of a misguided attempt to Tor’s growth. Barring a central authority, researchers help the Tor network grow. have proposed techniques that leverage a resource that is Motivated by the lack of practical Sybil detection difficult for an attacker to scale. Two categories of Sybil- tools, we design and implement heuristics, leverag- resistant schemes turned out to be particularly popular, ing our observations that Sybils (i) frequently go on- schemes that build on social constraints and schemes line and offline simultaneously, (ii) share similarities in that build on computational constraints. For a broad their configuration, and (iii) may change their identity overview of alternative Sybil defenses, refer to Levine fingerprint—a relay’s fingerprint is the hash over its pub- et al. [19]. lic key—frequently, to manipulate Tor’s DHT. Three of Social constraints rely on the assumption that it is diffi- our four heuristics are automated and designed to run cult for an attacker to form trust relationships with honest autonomously while one assists in manual analysis by users, e.g., befriend many strangers on online social net- ranking what relays in the network are the most similar works. Past work leveraged this assumption in systems to a given reference relay. Our evaluation suggests that such as SybilGuard [39], SybilLimit [38], and Sybil- our heuristics differ in their effectiveness; one method Infer [6]. Unfortunately, social graph-based defenses detected only a small number of incidents, but some of do not work in our setting because there is no existing them no other method could detect. Other heuristics pro- trust relationship between relay operators.3 Note that we duced a large number of results, and seem well-suited could create such a relationship by, e.g., linking relays to to spot the “low hanging fruit.” We implemented these their operator’s social networking account, or by creat- heuristics in a tool, sybilhunter, which we subsequently ing a “relay operator web of trust,” but again, we believe used to analyze 100 GiB worth of archived network data, that such an effort would alienate relay operators and see consisting of millions of files, and dating back to 2007. limited adoption. Finally, we characterize the Sybil groups we discovered. Orthogonal to social constraints, computational re- To sum up, we make the following key contributions: source constraints guarantee that an attacker seeking to operate 100 Sybils needs 100 times the computational re- We design and implement sybilhunter, a tool to an- • sources she would have needed for a single virtual iden- alyze past and future Tor network data. While we tity. Both Borisov [5] and Li et al. [21] used compu- designed it specifically for the use in Tor, our tech- tational puzzles for that purpose. Computational con- niques are general in nature and can easily be ap- straints work well in distributed systems where the cost plied to other distributed systems such as I2P [31]. of joining the network is low. For example, a lightweight We characterize Sybil groups and publish our find- client is sufficient to use BitTorrent, allowing even low- • ings as datasets to stimulate future research.2 We end consumer devices to participate. However, this is not find that Sybils run MitM attacks, DoS attacks, and the case in Tor because relay operations require constant are used for research projects. use of bandwidth and CPU. Unlike in many other dis- tributed systems, it is impossible to run 100 Tor relays The rest of this paper is structured as follows. We while not spending the resources for 100 relays. Compu- begin by discussing related work in Section 2 and give tational constraints are inherently tied to running a relay. some background on Tor in Section 3. Section 4 presents In summary, we believe that existing Sybil defenses the design of our analysis tools, which is then followed are ill-suited for application in the Tor network; its dis- by experimental results in Section 5. We discuss our re- tinctive features call for customized solutions that con- sults in Section 6 and conclude the paper in Section 7. 3Relay operators can express in their configuration that their relays 2The datasets are available online at are run by the same operator, but this denotes an intra-person and not https://nymity.ch/sybilhunting/.
Recommended publications
  • Know Before You Go
    Know Before You Go NORWAY A Guide to Keep You Safe Abroad provided by: Pathways to Safety International Updated May 2019 KNOW BEFORE YOU GO: NORWAY 2 Let’s be perfectly clear, the number one way to prevent sexual assault is to not rape. While the responsibility of ending sexual gender based violence is on the perpetrators, this guide will offer general safety tips, country-specific information, and resources to help prevent and prepare travelers for the possibility of sexual assault abroad. GENERAL SAFETY TIPS: 1. Use the buddy system and travel with friends. 7 out of 10 2. Be aware of social and cultural norms. For example, looking at someone in rapes are the eyes when you speak to them is perfectly normal in the U.S., but in committed another country that could signify you’re interested in the person. by someone known to the 3. Recognize controlling behavior when entering a relationship. Most rape 1 survivors recall feeling “uncomfortable” about some of their partner’s behaviors victim such as degrading jokes/language or refusal to accept “no” as an answer, whether in a sexual context or otherwise.2 4. Avoid secluded places where you could be more vulnerable. Meet new people in public spaces and let a trusted friend know where you’ll be beforehand. Always have a backup plan in mind. 5. Trust your gut. Many victims have a “bad feeling” right before an assault takes place. It’s okay to leave a situation that is making you feel uncomfortable. Stay alert and aware in new social settings and places.
    [Show full text]
  • Evaluating Inclusion, Equality, Security, and Privacy in Pseudonym Parties and Other Proofs of Personhood
    Identity and Personhood in Digital Democracy: Evaluating Inclusion, Equality, Security, and Privacy in Pseudonym Parties and Other Proofs of Personhood Bryan Ford Swiss Federal Institute of Technology in Lausanne (EPFL) November 5, 2020 Abstract of enforced physical security and privacy can address the coercion and vote-buying risks that plague today’s E- Digital identity seems at first like a prerequisite for digi- voting and postal voting systems alike. We also examine tal democracy: how can we ensure “one person, one vote” other recently-proposed approaches to proof of person- online without identifying voters? But the full gamut of hood, some of which offer conveniencessuch as all-online digital identity solutions – e.g., online ID checking, bio- participation. These alternatives currently fall short of sat- metrics, self-sovereign identity, and social/trust networks isfying all the key digital personhood goals, unfortunately, – all present severe flaws in security, privacy, and trans- but offer valuable insights into the challenges we face. parency, leaving users vulnerable to exclusion, identity loss or theft, and coercion. These flaws may be insur- mountable because digital identity is a cart pulling the Contents horse. We cannot achieve digital identity secure enough to support the weight of digital democracy, until we can 1 Introduction 2 build it on a solid foundation of digital personhood meet- ing key requirements. While identity is about distinguish- 2 Goals for Digital Personhood 4 ing one person from another through attributes or affilia- tions, personhood is about giving all real people inalien- 3 Pseudonym Parties 5 able digital participation rights independent of identity, 3.1 Thebasicidea.
    [Show full text]
  • Proxy Auto-Config Files
    APPENDIX B Proxy Auto-Config Files Revised: July 15, 2010 Overview Proxy Auto-Configuration (PAC) is a method used by Web browsers to select a proxy for a given URL. The method for choosing a proxy is written as a JavaScript function contained in a PAC file. This file can be hosted locally or on a network. Browsers can be configured to use the file either manually or, in Microsoft Windows environments, automatically using Group Policy Objects. This appendix explains the basics of using PAC files. How PAC Files Work A PAC file is referenced each time a new URL is loaded. The host, for example cnn.com, the URL, for example cnn.com/images/logo.jpg, and other information such as the local machine IP address can be evaluated and rules based on this information used to determine whether to send the traffic via a proxy or direct to the Internet. The following example compares the URL requested by the user, with the URL ipcheckit.com/data/. If the URLs match, the PAC file will instruct the browser to send the request direct to the Internet. This can be used if you need to exception a section of a Web site from going via the Web Scanning Services; if the user had requested only ipcheckit.com, this rule would not apply: if (shExpMatch(url,"ipcheckit.com/data/*")) return "DIRECT"; In the next example the local IP address of the machine making a Web request is evaluated. If the IP address falls within the IP address range 10.10.1.* then the PAC file will send the request to proxy182.scansafe.net.
    [Show full text]
  • Sybil Attacks on Identity-Augmented Proof-Of-Stake
    King’s Research Portal DOI: 10.1016/j.comnet.2021.108424 Document Version Early version, also known as pre-print Link to publication record in King's Research Portal Citation for published version (APA): Platt, M., & McBurney, P. (2021). Sybil Attacks on Identity-Augmented Proof-of-Stake. COMPUTER NETWORKS , 199, [108424]. https://doi.org/10.1016/j.comnet.2021.108424 Citing this paper Please note that where the full-text provided on King's Research Portal is the Author Accepted Manuscript or Post-Print version this may differ from the final Published version. If citing, it is advised that you check and use the publisher's definitive version for pagination, volume/issue, and date of publication details. And where the final published version is provided on the Research Portal, if citing you are again advised to check the publisher's website for any subsequent corrections. General rights Copyright and moral rights for the publications made accessible in the Research Portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognize and abide by the legal requirements associated with these rights. •Users may download and print one copy of any publication from the Research Portal for the purpose of private study or research. •You may not further distribute the material or use it for any profit-making activity or commercial gain •You may freely distribute the URL identifying the publication in the Research Portal Take down policy If you believe that this document breaches copyright please contact [email protected] providing details, and we will remove access to the work immediately and investigate your claim.
    [Show full text]
  • The Potential Harms of the Tor Anonymity Network Cluster Disproportionately in Free Countries
    The potential harms of the Tor anonymity network cluster disproportionately in free countries Eric Jardinea,1,2, Andrew M. Lindnerb,1, and Gareth Owensonc,1 aDepartment of Political Science, Virginia Tech, Blacksburg, VA 24061; bDepartment of Sociology, Skidmore College, Saratoga Springs, NY 12866; and cCyber Espion Ltd, Portsmouth PO2 0TP, United Kingdom Edited by Douglas S. Massey, Princeton University, Princeton, NJ, and approved October 23, 2020 (received for review June 10, 2020) The Tor anonymity network allows users to protect their privacy However, substantial evidence has shown that the preponder- and circumvent censorship restrictions but also shields those ance of Onion/Hidden Services traffic connects to illicit sites (7). distributing child abuse content, selling or buying illicit drugs, or With this important caveat in mind, our data also show that the sharing malware online. Using data collected from Tor entry distribution of potentially harmful and beneficial uses is uneven, nodes, we provide an estimation of the proportion of Tor network clustering predominantly in politically free regimes. In particular, users that likely employ the network in putatively good or bad the average rate of likely malicious use of Tor in our data for ways. Overall, on an average country/day, ∼6.7% of Tor network countries coded by Freedom House as “not free” is just 4.8%. In users connect to Onion/Hidden Services that are disproportion- countries coded as “free,” the percentage of users visiting Onion/ ately used for illicit purposes. We also show that the likely balance Hidden Services as a proportion of total daily Tor use is nearly of beneficial and malicious use of Tor is unevenly spread globally twice as much or ∼7.8%.
    [Show full text]
  • Technical and Legal Overview of the Tor Anonymity Network
    Emin Çalışkan, Tomáš Minárik, Anna-Maria Osula Technical and Legal Overview of the Tor Anonymity Network Tallinn 2015 This publication is a product of the NATO Cooperative Cyber Defence Centre of Excellence (the Centre). It does not necessarily reflect the policy or the opinion of the Centre or NATO. The Centre may not be held responsible for any loss or harm arising from the use of information contained in this publication and is not responsible for the content of the external sources, including external websites referenced in this publication. Digital or hard copies of this publication may be produced for internal use within NATO and for personal or educational use when for non- profit and non-commercial purpose, provided that copies bear a full citation. www.ccdcoe.org [email protected] 1 Technical and Legal Overview of the Tor Anonymity Network 1. Introduction .................................................................................................................................... 3 2. Tor and Internet Filtering Circumvention ....................................................................................... 4 2.1. Technical Methods .................................................................................................................. 4 2.1.1. Proxy ................................................................................................................................ 4 2.1.2. Tunnelling/Virtual Private Networks ............................................................................... 5
    [Show full text]
  • How Speedy Is SPDY?
    How Speedy is SPDY? Xiao Sophia Wang, Aruna Balasubramanian, Arvind Krishnamurthy, and David Wetherall, University of Washington https://www.usenix.org/conference/nsdi14/technical-sessions/wang This paper is included in the Proceedings of the 11th USENIX Symposium on Networked Systems Design and Implementation (NSDI ’14). April 2–4, 2014 • Seattle, WA, USA ISBN 978-1-931971-09-6 Open access to the Proceedings of the 11th USENIX Symposium on Networked Systems Design and Implementation (NSDI ’14) is sponsored by USENIX How speedy is SPDY? Xiao Sophia Wang, Aruna Balasubramanian, Arvind Krishnamurthy, and David Wetherall University of Washington Abstract provides only a modest improvement [13, 19]. In our SPDY is increasingly being used as an enhancement own study [25] of page load time (PLT) for the top 200 to HTTP/1.1. To understand its impact on performance, Web pages from Alexa [1], we found either SPDY or we conduct a systematic study of Web page load time HTTP could provide better performance by a significant (PLT) under SPDY and compare it to HTTP. To identify margin, with SPDY performing only slightly better than the factors that affect PLT, we proceed from simple, syn- HTTP in the median case. thetic pages to complete page loads based on the top 200 As we have looked more deeply into the performance Alexa sites. We find that SPDY provides a significant im- of SPDY, we have come to appreciate why it is chal- provement over HTTP when we ignore dependencies in lenging to understand. Both SPDY and HTTP perfor- the page load process and the effects of browser compu- mance depend on many factors external to the protocols tation.
    [Show full text]
  • Defending Against Malicious Cyber Activity Originating From
    TLP:WHITE Product ID: A20-183A July 1, 2020 Defending Against Malicious Cyber Activity Originating from Tor This advisory—written by the Cybersecurity Security and Infrastructure Security Agency (CISA) with contributions from the Federal Bureau of Investigation (FBI)—highlights risks associated with Tor, along with technical details and recommendations for mitigation. Cyber threat actors can use Tor software and network infrastructure for anonymity and obfuscation purposes to clandestinely conduct malicious cyber operations.1,2,3 Tor (aka The Onion Router) is software that allows users to browse the web anonymously by encrypting and routing requests through multiple relay layers or nodes. This software is maintained by the Tor Project, a nonprofit organization that provides internet anonymity and anti-censorship tools. While Tor can be used to promote democracy and free, anonymous use of the internet, it also provides an avenue for malicious actors to conceal their activity because identity and point of origin cannot be determined for a Tor software user. Using the Onion Routing Protocol, Tor software obfuscates a user’s identity from anyone seeking to monitor online activity (e.g., nation states, surveillance organizations, information security tools). This is possible because the online activity of someone using Tor software appears to originate from the Internet Protocol (IP) address of a Tor exit node, as opposed to the IP address of the user’s computer. CISA and the FBI recommend that organizations assess their individual risk of compromise via Tor and take appropriate mitigations to block or closely monitor inbound and outbound traffic from known Tor nodes. 1 CISA Alert published April 2020: Continued Threat Actor Exploitation Post Pulse Secure VPN Patching.
    [Show full text]
  • An Overview of Hypertext Transfer Protocol Service Security on Business Domain
    2012 International Conference on Management and Education Innovation IPEDR vol.37 (2012) © (2012) IACSIT Press, Singapore An Overview of Hypertext Transfer Protocol service Security on Business Domain + Burra Venkata Durga Kumar Taylor’s Business School, Taylor’s University-Malaysia Abstract. Network protocols define the way data is transported between computers in a networked environment. Network protocols completely hide business functionality from higher level services and protocols, which can simply assume that, by providing the assigned name of another computer and company can transit a message or open a continuous communication stream without dealing with the intricacies of data transport. Populates Internet began to grow rapidly like expands with new tools, that is the new standard Hypertext Transfer Protocol and Hypertext Markup Language were introduced to the public. Hypertext Transfer Protocol to make accessing information through the Transfer Control Protocol or Internet Protocol is easier than ever. Hypertext Markup Language allows people to present information that is visually more interesting. Appearance of Hypertext Transfer Protocol and Hypertext Markup Language made people knows so popular, that is often considered synonymous with the Internet itself to the World Wide Web. The purpose of this paper is that knowing what kinds of security methods are appropriate for this Hypertext Transfer Protocol service and then explanations on World Wide Web and Hypertext Transfer Protocol works mechanisms. Proving the security methods of the answers obtained from what are assumed from the issues and included all models. Keywords: Network Protocols, Hypertext Transfer Protocol, Hypertext Markup Language, Transfer Control Protocol, Security, Business. 1. Introduction Nowadays, Internet service become very widely in business purpose and functionality, and for two popular internet services that common used by people, such as FTP (File Transfer Protocol) and HTTP (Hypertext Transfer Protocol).
    [Show full text]
  • The Fundamentals of Http/2 the Fundamentals of Http/2
    Ali Jawad THE FUNDAMENTALS OF HTTP/2 THE FUNDAMENTALS OF HTTP/2 Ali Jawad Bachelor’s Thesis June 2016 Information Technology Oulu University of Applied Sciences ABSTRACT Oulu University of Applied Sciences Degree Programme, Option of Internet Services Author: Ali Jawad Title of the bachelor’s thesis: Fundamentals Of HTTP/2 Supervisor: Teemu Korpela Term and year of completion: June 2016 Number of pages: 31 The purpose of this Bachelor’s thesis was to research and study the new ver- sion of HTTP ”HTTP2.0”, which is considered to be the future of the web. Http/2 is drawing a great attention from the web industry. Most of the Http/2 features are inherited from SPDY. This thesis shows how HTTP/2 enables a more efficient use of network re- sources and a reduced perception of latency by introducing a header field com- pression and allowing multiple concurrent exchanges on the same connection ”multiplexing” and more other features. Also, it discusses the security of Http/2 and the new risks and dangerous at- tacks that resurfaces with the arrival of this new protocol version. The simulation results show how HTTP/2 influences the page load time compar- ing to the other previous versions of HTTP. Keywords: HTTP1, HTTP/2, SPDY, SNI, DOS, CRIME, Downgrade-attack. 3 PREFACE This thesis was written for Oulu University of Applied Sciences and done during 1 February – 23 May 2016. The role of the instructor was guiding the thesis from the requirements and bases of writing a thesis document through meet- ings. The role of the supervisor was instructing the thesis plan and its require- ments which were done by the author.
    [Show full text]
  • PDF Link Forces Download Instead of Open Document PDF Link Forces
    PDF link forces download instead of open document • mozillaZine Forums http://forums.mozillazine.org/viewtopic.php?f=3&t=3010157&p=14636... Logout [ Andy Boze ] PDF link forces download instead of open document 0 new messages Post a reply User Control Panel View your posts First unread post • 13 posts • Page 1 of 1 Reply with quote ( ./posting.php?mode=quote&f=3&p=14631197 ) FAQ / Rules Report this post ( ./report.php?f=3&p=14631197 ) Members / Staff Posted Wed Jun 15, 2016 8:07 am A website I'm forced to use offers letters as pdf document. They might not want to pay for stamps and/or postage handling. When I click the link I do not get an open pdf document dialogue, but am forced to save the document Search locally. I then have to go to that location before I can open the document. When I complained about this procedure I got the answer that "this function differs per browser" and was invited to use a different browser... Boards (Advanced): I am not quite clear what has to happen behind the scenes to offer a pdf document from a database to the user, but forcing the user to another browser is a bit stiff in my opinion. Knowledge Base: Anyone care to comment? Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 Reply with quote ( ./posting.php?mode=quote&f=3&p=14631263 ) Report this post ( ./report.php?f=3&p=14631263 ) Posted Wed Jun 15, 2016 9:07 am Do other PDFs open in the browser for you? knowledge base If not, I like to install pdf.js ( https://github.com/mozilla/pdf.js/ ) in SeaMonkey to open PDFs (it's built into Firefox) - the XPI is here.
    [Show full text]
  • SSL ( Your Connection Is Not Secure (Firefox): When Using Firefox You May Receive a “Your Connection
    SSL (https://) Your connection is not secure (FireFox): When using Firefox you may receive a “Your connection is not secure” error when browsing https:// sites. Firefox will begin to receive error messages for improperly configured websites. This error occurs because the VITA Internal Root CA certificate is not trusted by Firefox. The steps below will resolve the issue for FireFox users. Note: The VITA/NG Partnership only provides support for Internet Explorer (IE), below is a resolution that should fix the issue experienced when using Firefox. You will need to import and trust the VITAInternal Root CA in Firefox. Here is how to resolve this issue: Steps Screen Shots Open Internet Explorer and type https://certificate.cov.virginia.gov/certsrv/ in the address bar. Type in your COV credentials (username and password) if prompted. i.e. cov\abc12345 Select “Download a CA certificate, certificate or CRL” by using your mouse and left click on the link Select the “YES” button at the “Web Access Confirmation” dialog box by using your mouse and left click on the link, if prompted Select the link “Download CA certificate” Select the “Save” button when prompted In Firefox, select the “Menu” button in the upper right corner Using the mouse button left click on the “Options” icon Select the “Advanced” option in the left menu bar Using your mouse, left click the “Certificates” tab Select “View Certificates” 1. Click the Authorities Tab. 2. Click Import 1. Select the Downloads Folder if needed. 2. Click certnew.cer 3. Click Open 1. Select Trust this CA to identify websites 2.
    [Show full text]