Many websites are being blocked as having an untrusted connection.

The exact message that I am recieving is - "The certificate is not trusted because the issuer certificate is unknown. (Error code: sec_error_unknown_issuer)" I have both deleted the cert8.db file as recommended in this error's troubleshooting entry, and reset Firefox as recommended on another support entry. Neither have resolved the issue. This message has appeared on all Google websites, PayPal and RBS (Royal Bank of Scotland).

You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
*Click the link at the bottom of the error page: "I Understand the Risks"
*Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate"
*Click the "View" button and inspect the certificate and check who is the issuer.
You can see more details like the intermediate certificates that are used in the Details tab.

Similar Messages

  • Log-in pages are being blocked.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/928639]]</blockquote>
    All the log-in pages to my regularly visited websites are being blocked. Saved sites that have stored log-in info or sites where I have accounts that I need to sign-in to access all get the same error - "This Connection is Untrusted. You have asked Firefox to connect securely to (insert website url here), but we can't confirm that your connection is secure. Blah, blah, blah."
    Anyone know what's causing this and how to fix it?? I have decent anti-virus software and I did a complete scan, came up clean.

    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    There are also extensions (Tools > Add-ons > Extensions) and <u>security software</u> (firewall, anti-virus) that can block images.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Messages to Verizon recipients are being blocked

    Messages to Verizon recipients are being blocked by the anti-spam system. I submitted whitelist requests several times, but just get automated messages in return saying the IP is dynamically assigned. It's not.  No spam is going out from the system, and SPF, PTR records are correct. We are not on any of the blacklists (checked with all known RBLs) and have a very good reputation on senderbase.org.
    Can someone please help and assign an agent to help us in this matter?
    We have many nonprofit organizations and several doctors who can't reach their visitors.
    I personally have a Verizon account and all my emails to Verizon are getting blocked when I sent them out using our mail server.
    The mail server in question is: {edited for privacy}
    Blocked IP address: {edited for privacy}
    Any help appreciated.
    Solved!
    Go to Solution.

    Hi dror64,
    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you. Please go to your profile page for the forum and look at the top of the middle column where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under "My Support Cases" you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis, as the agent may be waiting for information from you before they can proceed with any actions. To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe". Please keep all correspondence regarding your issue in the private support portal.

  • How do I check how many licenses are being used on my order?

    How do I check how many licenses are being used on my order?  I have a Volume License, and I need to know how many licenses are left so I can install on more workstations.

    Adobe Licensing Website | Serial numbers | Orders | Accounts

  • Report to show me how many invoices are being processed by users

    Hi, 
    I am currently working as a Accounts Payable Supervisor and I would like to run a report to show me how many invoices are being processed by users in my team. 
    Currently I am using Transaction F.98  (Posted Docs by user report), but this report includes posting from intercompany so all users will have duplicate invoices showing on this report. 
    Is there any other report I could run to get the result I am after?
    Many thanks
    Alex

    Hello Alex,
    You can also use the GL line item report (FBL3N) with the offsetting accounts (for example GR/IR A/c) which would be posted while posting the invoice. You can display the results with User Name and also can create a layout of your own which can be used time and again.
    Kind Regards // Shaubhik
    Edited by: Shaubhikg on Nov 10, 2010 6:02 AM

  • When I am playing scrabble I WANT to be able to go to Dictionary and two letter words. These are being blocked. How do I get them to stop blocking?????

    AGAIN! When I am playing scrabble I want to be able to go to Dictionary and Two Letter words when I am playing the game - these are being blocked much to my aggravation! How do I stop the blocking?

    Hmm, what site is this game on?
    Is the Dictionary part of the same page, or a separate page/add-on in Firefox, or a completely separate program?

  • The links in my emails are being blocked. How can I fix this problem?

    The links in my emails are being blocked!

    It could be that the your work router/network is blocking those sites. Some work networks do block some sites.
    You can also try another browser like the Chrome browser available from the App store.

  • Ports are being block (not responding)

    Ports are being block (not responding), port forwarding is configured on the router and firewall is turned off on the server (osx 10.8).  Am I missing anything?
    Server has a static IP which I forwarded to ports to
    I'm setting up VPN server and need ports 500, 1701, 1723, 4500 open
    Thanks
    -Allen

    Depending on the exact set-up of the network, L2TP requires UDP ports 500, 1701 and 4500 and the IP-ESP protocol, which is IP protocol 50; ESP. 
    Other than ESP (which is protocol 50 and not port 50), these are UDP ports, and not TCP.
    TCP 1723 is used for PPTP.  Not L2TP.
    It is common for L2TP passthrough to fail when more than one connection is active.
    As compared with L2TP, PPTP is usually easier to get going around NAT.  Though conversely, L2TP is rather more secure than PPTP.
    Check your Mac OS X Server firewall settings, too.  If you have some outboard network device providing a NAT gateway, try dropping the server firewall.
    Use of an external firewall-gateway with an embedded VPN server is something I've variously recommended, too.  (I find that VPN NAT passthrough is something best avoided, as VPNs and NAT are operating at crossed purposes.  VPNs seek to keep connection end-points known, while NAT tries to hide those connection end-points.  Doing the VPN processing on the Internet side of the NAT is just... well, easier.)
    Also ensure that your ISP is not blocking VPN connections.  While you might be on static IP, confirm the ports are open.  Trust, but verify.  Get yourself a UDP port scanner, and have a look. 
    If it's permissible within your ISP service tier (and depending on what protocols you're testing), probe the specific target ports using telnet or the openssl s_client command and (particularly for this case) the nc (netcat) tools, and see if the ports allow access.  nc can run port probes on UDP, which is the key piece here given telnet and s_client target TCP and TCP SSL connections.  Probably something like the nc -zu w.x.y.z udp-port command.

  • Incoming calls are being blocked

    Some of my incoming calls are being blocked and when I try to answer them they go to voicemail. I can't seem to find a reason for this and I have not found a way to stop this from happening. Sorry I have a iPhone4 with the latest software and firmware.
    Thank you
    Regards
    dennisl

    Either the tower you are connected to has no channels available, the MTSO it connects to is overloaded, or you have 3G turned off or it isn't available where you are located. While 3G supports simultaneous voice and data EDGE does not, and data takes precedence. So if you are using data at the time someone calls you the call will be diverted to voicemail.

  • Email messages I want to receive are  being blocked as spam

    Email messages I want to receive are being blocked as spam.  What can I do to rectify this?

    Spam is related to email / webmail. If that is your problem ...
    Firefox doesn't do email, it's strictly a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, let us know and we can move this thread to the Thunderbird queue. This question currently is in the Firefox queue for answers.

  • My call from Skype to landline phones are being blocked

    I live overseas and the easiest way to make calls to the US is by using Skype. Recently, however, my Skype calls are being blocked as unsolicited calls by landlines. Of course, the instructions given by the recorded message, do not work (*82 followed by the number). How can I start getting my calls to go through to those who block unsolicited calls? -M

    I am facing the same problem...When dialing from Windows PC, there is not even a ringing tone. But from Android phones, it gives rining tone only for me and the receiving side actually doesn't receive call itself. I am living in Dubai..Please suggest a soultion for us.

  • Recently, my passwords on many websites are not being saved, forcing me to log in every 15 minutes or so.  Is anyone else experiencing this?  I am wondering if it is a result of a "bad" update?

    For the past few weeks, I have noticed that passwords on many different websites are not being saved.  I literally have to log back into each page every 15 minutes or so.  Is this the result of a bad software update?  Have an appointment at the Genius Bar tomorrow but if this can be resolved without going in, it would be preferred. 

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • Google and all of its related services are not showing as a secure and pictures are being blocked.

    I was forced to add manual exception to even use Google search AND Google email but pictures are still being blocked in Google search. The first 12 pictures will show but the rest only reflect a broken square in the top left corner of where the image preview should be. When I click on the blanks- it shows the picture but I can't work efficiently that way. How do I remove the block on images until the issue can be corrected in another update?
    Google Chrome was doing the same thing (blocking images from trusted MAJOR sites like Facebook and Twitter but considering its own material secure). Chrome did not allow a user to control if the images could show and I switched to Firefox as a result. Please fix this. Thanks!

    All I had to do was update my clock time and it fixed the issue. My clock was showing December 6, 2014 as the date. Sorry. You can consider this resolved, Thank you!

  • My calls are being blocked from calling our office.

    I haven't been able to make calls to any of our office (various locations) phone numbers using my AT&T cell phone for the last 3 days.  My phone works fine otherwise - I can call everywhere else.  Why are the calls being blocked?  The office uses Integra Telecom.  Apparently NO AT&T cell phone calls are going through.  There is no problem with any other carriers, just AT&T.

    Hello @susankip
    I’m sorry you’re not able to dial out to your office.
    It sounds like there is definitely a routing or dialing pattern issue going on.
    To better assist with this, please contact us as soon as possible.
    You are welcome to use our live chat option as well.
    Thank you,
    Charise

  • How many websites are allowed?

    Hi,
    1.question: How many websites creations are allowed  with the "webmarketing" solutions from Business Catalyst
    2.question: it's a global membership for every websites created with my BC account or do I need to pay 18 dollars per month for "every single" website created?
    They say it replace the 5+ system...I guess it's the 5 website that come with adobe creative cloud membership, but what happen when we used all 5 ?
    Thanks

    Hi,
    1) You can create as many trials site as you require.  The amount of sites you take live is up to you as you'll be billed for them individually. 
    2) Again you'll be billed for each live site individually.  If you have a creative cloud subscription you are given 5 "webBasic" sites that you can have hosted within BC as part of your membership.  If needing to upgrade the site plan you'll need to pay for each individual site plan upgrade.
    More details: http://forums.adobe.com/docs/DOC-2152  
    5+ system replace means that BC offers an "all in one" solution to a CMS that also offers key features (eCommerce, email marketing, forums, etc) that are usually separate in many other system that you would need to somehow integrate.  BC helps rid of all that by allowing you to deal with just one system for most of your requirements. 
    Hope this helps!
    -Sidney

Maybe you are looking for