Gmail, conky, and certificates

I am using a script that shows if I have new messages on gmail. the script is:
import os
import string
#Enter your username and password below within double quotes
# eg. username="username" and password="password"
username="xx"
password="xx"
com="wget -O - https://"+username+":"+password+"@mail.google.com/mail/feed/atom --no-check-certificate"
temp=os.popen(com)
msg=temp.read()
index=string.find(msg,"<fullcount>")
index2=string.find(msg,"</fullcount>")
fc=int(msg[index+11:index2])
if fc==0:
print "0 new"
else:
print str(fc)+" new"
When I run conky, I receive these errors:
--2008-02-07 06:04:38--  https://username:*password*@mail.google.com/mail/feed/atom
Resolving mail.google.com... 66.249.83.19
Connecting to mail.google.com|66.249.83.19|:443... connected.
WARNING: cannot verify mail.google.com's certificate, issued by `/C=ZA/O=Thawte Consulting (Pty) Ltd./CN=Thawte SGC CA':
  Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to mail.google.com|66.249.83.19|:443... connected.
WARNING: cannot verify mail.google.com's certificate, issued by `/C=ZA/O=Thawte Consulting (Pty) Ltd./CN=Thawte SGC CA':
  Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: `STDOUT'
    [ <=>                                    ] 369         --.-K/s   in 0s     
2008-02-07 06:04:43 (98.3 MB/s) - `-' saved [369]
As far I ask I can tell, this wasnt happening before. This error seems to slow down conky.
Any ideas on how to fix it?
Thanks

yabbadabbadont wrote:
I've submitted a package to the AUR called, 'ca-certificates', that is a port of the Gentoo ebuild by the same name.  It provides the common root certificates.
In the mean time, wget has an option that you can use to tell it to not try to validate certificates.  It will still print out the annoying warnings though.  The option is "--no-check-certificate".
EDIT: I guess it helps to read the previous posts more closely...  I see that you are already using that option. 
EDIT2: I just tested the gmail wget command with my own gmail account.  (I have the ca-certificates package installed of course )  It worked without any of the annoying certificate warnings.
Nice - thanks yabbadabbadont.

Similar Messages

  • MacBook Pro issues connecting to Gmail, Facebook, and other websites

    Hi,
    In the past week or so, I have had problems connecting to Gmail, Facebook, and other websites on my MacBook. When I try to open Gmail, I get the following message "Safari can't verify the identity of the website "accounts.google.com". The certificate for this website is invalid..." etc. It asks if I want to connect anyways, and I do, but then once I'm on Gmail, I can't use gchat and all of the buttons (delete, reply, etc) are blank. When I try to connect to Facebook, I just get a mostly blank page. I'll include screenshots in case that's helpful.
    When I try using Firefox, it doesn't allow me to connect to either website at all.
    I hope someone can help me with this issue!

    On your iMac, open System Preferences > Date & Time  then select the Date & Time tab.
    Make sure:  Set date and time automatically is selected.
    Then select the Time Zone tab.
    Make sure:  Set time zone automatically using current location is selected.

  • I have 4 email accounts in apple Mail.  My mail is sending from the wrong account.  even on "reply" it sends from a different account.  I have 3 gmail accounts and one exchange server account. I choose which account to send from and it still sends from a

    I have 4 email accounts in apple Mail.  My mail is sending from the wrong account.  even on "reply" it sends from a different account.  I have 3 gmail accounts and one exchange server account. I choose which account to send from and it still sends from the same gmail account.  Help.

    I HAD two accounts because of this problem.  I completely removed the problem account from the Apple Mail client.  Guess what is happening??  That's right - Mail is still sending from the other account that no longer exists on my computer, and I have absolutely no idea how this is happening.  This is incredibly frustrating.  When a recipient chooses to reply to my message, quite often I won't get it now because it is going to the other account that has now been deleted from my system.  COME ON APPLE!!! WHAT'S THE DEAL WITH THIS???

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • I have a problem with Mail on my Macbook Pro. It is configurated with a gmail account, and now I can't access the mail. Is it possible to reboot the account or..? Please help:)

    I have a problem with Mail on my Macbook Pro. It is configurated with a gmail account, and now I can't access the mail. Is it possible to reboot the account or..? Please help:)

    The question mark means the computer cannot find a bootable volumes so can;t do anything, That, combined with annoying sounds, strongly suggests a failed hard drive.
    You can ask a "genius" at an Apple Rtail Store to test it but I'm pretty sure the drive is kaput. I'm hoping you had your data backed up.

  • Mail is slow to load messages from Gmail, Exchange and inbox.

    I have three email accounts in Mail, iCloud (12k), Gmail (57k) and Exchange (31k).  I have just around 100,000 total inbox and sent messages. 
    Often, like 99% of the time, I'll get an email alert in notification center and when I click on it mail is unable to display this message because it hasn't come through yet.  Sometimes I'll be looking in Inbox (all three accounts combined) and the message that just came through, or the last dozen messages, aren't there.  If I go to the individual account, I can read the messages that came through.  Other times, inbox is just empty for a few minutes. 
    I've given up on using the UNREAD smart mailbox because I'll be reading a message in there and it just disappears because I guess after viewing it for more than 3 seconds means it has been read.
    This is growing increasingly frustrating.  Does anyone know of a fix for this?  Do I have too many messages?  I'm really good with keeping a zero inbox and deleting messages I don't need. 
    I actually rebuilt my entire computer, erased the hard drive even, just to fix this email issue.  It didn't help at all.

    I'm having the same type issue.  I'll hear Mail chime and there will be nothing new. 
    I even have rules to make the Dock icon bounce when I receive email from certain people... that will trigger, but no new messages.  Eventually they show up, sometimes hours later, but there was at least one Gmail message that Mail never delivered.  That really has me concerned and looking at alternatives.
    All of this started for me after Apple's patch to fix Mail.

  • If I have more then a few tabs open such as gmail, facebook, and a zynga game no tabs will load at all. I close and reopen firefox numorous (Im talking 7 or 8 times or many more) and shut down the zynga game and still it wont load

    If I have more then a few tabs open such as gmail, facebook, and a zynga game no tabs will load at all. I close and reopen firefox numorous (Im talking 7 or 8 times or many more) and shut down the zynga game and still it wont load the tabs or if it does and I then try to add the game or any other site at all on a tab it causes firefox to stop working (though not close) and I have to restart opening and closing it many times to get it to work at all.

    1st, you will not be able to activate your PPro1.5 on ANY new computer, see next link for the special version you MUST use
    CS2 (and earlier) Activation Server http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    2nd, you already mentioned Virtual XP, so if a direct install doesn't work, that would be the way to go... or, to just do what SHOULD work from the start, just do Virtual XP

  • Why yahoo/gmail retrieval and facebook app so so slow when in WIFI. But using the internet to check for emails and facebook is fast using the same WIFI connection??

    Why yahoo/gmail retrieval and facebook app so so slow when in WIFI. But using the internet to check for emails and facebook is fast using the same WIFI connection??

    Hi SandyS_VZW,
    Yes tried resetting the wifi connection and problem still persist.
    Here it is...to make it clear. Connected thru the same wifi at home...
    -> emails (yahoo/gmail) and facebook WEBSITES are working fine and fast when using/accessing thru a browser (chrome/samsung browser) - no problem with this.
    -> emails (yahoo/gmail) and facebook APP is soooooo sloooww (thru the App). Slow I mean comparing it to using their browser/websites... news feeds/emails refreshing so quickly but not when using the APP installed in Samsung Galaxy Note 4. Slow like - It will take around 5-10minutes just to get your emails and news feed refreshed.
    THIS HAPPENS ONLY WHEN CONNECTED THRU A WIFI which has a speed of 10-20mb. It is not happening when connected to the network data/plan.
    My wife has the same Samsung Galaxy Note 4 (coming from different provider at&t) - same setup (emails, fb app), same wifi connection, but she's not experiencing anything like it.
    Not sure why, I dont want to believe that while connected to a WIFI, Verizon is restricting anything and ******* me off to make me switch to my data plan connection everytime - which is Unfair!
    Was there a known issue similar about this case?
    thanks,

  • HT201303 how do i associate a different apple ID with my ipad?  I need to do this bc my gmail account was hacked and a hoax email sent out from it. so i opened a new gmail account and want to associate this new email with my ipad

    how do i associate a different apple ID with my ipad?  I need to do this bc my gmail account was hacked and a hoax email sent out from it. so i opened a new gmail account and want to associate this new email with my ipad

    To check if you have a virus, you can download ClamXav
    also, go to Applications>Utilities>Activity Monitor and see if there's anything that you don't recognize, and check your sent email to see if you've been sending emails without your knowledge.

  • I have two gmail accounts and firefox made me choose one and locked me out of the other. i can't get access to the other and i need it. how to i undo what firefox did?

    For the first time Firefox made me choose between my two gmail accounts: lbalisle @gmail.com and [email protected] I was in Vovision so i checked that and now I can't get into my [email protected] account.
    This is taking a lot of time to deal with when I don't have it. I have emails at [email protected] i need to get to. Please help! Linda Balisle

    You are going to need to change the email address you use with your old ID. Once you have got access to your old account you will then log into both accounts at the same time on your Mac and transfer your data to a single account. We can do this later, but need you to get access to your old account first.
    My Apple ID

  • Server 2012 R2 - Essentials Experience - - I jacked my CA and certificates all to @#&$%!!

    Windows Server 2012 R2 - Essentials Experience
    In trying to put pieces together, I jacked my CA and certificates all to @#&$%!!
    Some of the factors involved are:
     Server0 - Hyper-V Host
      Server1 - DC, 2012 R2 Essentials Experience role
      Server2 - Exchange 2013
     Client Machines -
      Windows 7 Pro
      XP (Yes, these are my cross to bear... - worth noting their presence, but I'm working them out) 
     The functional requirements:
      Anywhere Access for Remote users
       - Remote Desktop for Windows 7 machines
      Outlook Web Access
    The mistake... 'Web Application Proxy'
     -which uninstalled the CA
    There is a CA back now, but after days of spinning in cirles in a rare area where I feel nearly completely lost (Certificate services) I am asking for help getting these pieces put back together.
    The current situation:
     The network is up with all of the network and business services required to work 'Inside the Office' - so the client is "functional".
     The "Essentials Experience" is broken and won't install to the clients, though it does provide the Essentials website, access to server shared files (fairly gracefully, I might add) and, as an administrator user, I can get to the servers via
    RWA through the site and there are no certificate problems with that since I have a secured certificate for the domain. 
     OWA has been moved to a further back burner while I try to get the Essentials Experience functioning t the point where the remote users can get to their workstations through RWA... This is the biggest current hurdle... RWA for the clients.
    Trying to install the client to the workstations nets me the "The Server is not available.  Try connecting this computer again,..." message at the point of username and password authentication.
    The clientdeploy.log finishes like this:
     [4976] 141016.153746.2670: ClientSetup: Standard Error:
     [4784] 141016.153746.2670: ClientSetup: The exit code of the process (C:\Windows\system32\nslookup.exe) is: 0
     [4784] 141016.153746.2670: ClientSetup: Set CD Fail reason 10 for SQM in ClientDeployment.exe
     [4784] 141016.153746.2670: ClientSetup: RecordClientDeploymentFailReason: Save registry failed in ClientDeployment.exe : System.UnauthorizedAccessException: Cannot write to the registry key.
      at Microsoft.Win32.RegistryKey.EnsureWriteable()
      at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
      at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
      at Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.Helper.RecordClientDeploymentFailReason(UInt32 failReason)
     [4784] 141016.153746.2670: ClientSetup: Exiting ValidateUserTask.Run
     [4784] 141016.153746.2670: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Failed
     [4784] 141016.153746.2670: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
     [4784] 141016.153746.2670: ClientSetup: Exting ConnectorWizardForm.RunTasks
     [1272] 141016.153755.0976: ClientSetup: Back from the Client Deployment Wizard
     [1272] 141016.153755.0976: ServerDiscovery:HostsFileUpdater: Removing hosts file entry: 1-WGB-01
     [1272] 141016.153755.0976: ClientSetup: Saving Wizard Data
     [1272] 141016.153755.0976: ClientSetup: End of ClientDeploy: ErrorCode=1603
    The computerconnector.log shows nothing of value.
    What I want to accomplish as a 'first step' toward recovery is to get the workstations properly connected so they show up in the Dashboard 'Devices' pane and can be managed and access by the Essentials tools.
    Secondarily, I would like to get the client side tools in place and functioning (I expect the latter will be a side effect of the former).
    So,... for anyone patient enough to have read this far... uh,... help?

    Actually,... I can now confirm the delicacy of which you speak...
    After a support incident with Microsoft which spanned a marathon 18+ hours on the phone and remote access by no fewer than 7 Microsoft Engineers, we got to a successful result. 
    It is a point of utter frustration for me when people put in threads like this then don't bother to come back and report 'how the issue was solved', and sadly, I am about to have done that merely because my span of functional attention and valuable reporting
    capability was basically gone before I submitted the ticket and following all that was done in my state was not conceivably possible. 
    So - all I can do is apologize for not being able to report a valuable resolution and give a few little tidbits.
    The net result is this - DO WHAT YOU CAN TO AVOID THE SITUATION IN THE FIRST PLACE.  Once your CA is in place, LEAVE IT THE $%@& ALONE!!!!  I mean... my best current advice.
    In all, the CA was uninstalled and reinstalled 4 times after my blunder and significant work was done in ADSIEdit as well as substantial manual manipulation of certificates and CAs that was well outside of my (quite considerable) scope of expertise.
    I wish I had more to offer in the world of resolution.
    With this said, I will make one more request of viewers and moderators alike:
    THIS QUESTION IS OFFICIALLY NOT ANSWERED.  IT WILL NEVER BE ANSWERED.  THE RESOLUTION IS NOT AVAILABLE TO THE MORTAL MAN.
    DO NOT MARK IT AS ANSWERED
    IF YOU MUST DO SOMETHING, DELETE THE WHOLE THREAD, BUT DO NOT BURDON PEOPLE WHO ARE LOOKING FOR REAL ANSWERS WITH THE NECESSITY OF READING THROUGH THIS.
    DO NOT MARK THIS QUESTION AS ANSWERED
    I hope this makes sense for people, and I hope people will appreciate NOT having to read this as though there is some 'resolution' contained within.

  • Hello,  My old email address which I have used as my apple id for 10 years is being made redundant. I have changed the email address to a new gmail one and this is my new apple id. But my iMac has not recognised this. It keeps saying it wants the pa

    Hello,
    My old emails address which I have used as my apple id for 10 years is being made redundant. I have changed the email address to a new gmail one and this is my new apple id. But my iMac has not recognised this. It keeps saying it wants the password for my old email address. I have seen some advice on these forums which suggest signing out of iCloud and then back in again. But when I start doing this it asks me if i want all the photos deleted that have not been downloaded onto the mac.
    I have had an iCloud account for quite sometime and I'm afraid of losing everything in my cloud if i sign out and sign in with a new id.
    Is this fear realistic?
    I know I can change back to my old email, sign out and then sign in wight he new one...
    Please help!

    This did not work for me.  My old email account for iCloud still pops up on my screen every time I open my macbook.  I've deleted it, reset it, every thing I can think of and it still shows up.  I think six months of this is more than enough time to wait.
    RDG

  • I can't get FaceTime to call out or receive calls on my daughters iPod touch. I have set up a gmail account and apple ID using that gmail address and it is all verifie.  When I try calling her iPod or calling out from the iPod it just rings a few times.

    I can't call out or call on FaceTime on my daughters new iPod touch.  I have set up a new gmail account and set up her apple ID using that email address. Everything is indicating as verified. When I try calling her on FaceTime or use her iPod to call out it just rings a few times then says call failed.

    Troubleshooting FaceTime
    http://support.apple.com/kb/TS3367
    FaceTime... Set Up... Use and Trouble Shooting Guide

  • Gmail contacts and calender no longer sync with my BlackBerry

    Hi 
    I noticed a while back that the contacts and calender events that I enter through Google Chrome on my Gmail account don't show up on my BB anymore. It used to take a day or three, but now it is simply not doing anything. 
    CICAL, SYNC and CMIME are still set to Gmail. BB Desktop Software is set to sync wirelessly, as before. When I go to Contacts Options on my BB it shows one contact list and that is labelled "unknown". Also, in email account management it is set to sync contacts, calender, etc. 
    Thanks in advance!

    Hey lionelm,
    Can you please try forcing a synchronization of your Gmail calendar and contacts to see if that resolves the issue? On your BlackBerry smartphone, click Setup > Email Accounts and select the Gmail account. Remove the checkmark from the Wireless Synchronization checkboxes next to Calendar and Contacts and click Save. Then place the Checkmarks back in the Wireless Synchronization checkboxes and click Save again. Let me know if this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Looking up of a stateless session bean from an MDB

    Hi, I have been trying to invoke a method on a stateless session bean from an MDB on receipt of a message from a queue. The bean receives the message. Then it gets the initial context, but after this the following message appears: javax.naming.Naming

  • Email design problems

    I'm having problems designing a file that's going to be emailed. I understand that when emailing you should use straight html and avoid css. To avoid having Dreamweaver CS3 create styles whenever I assign font size, color etc. I went to preferences a

  • Problem with video playback on N8

    Hi, this may just be me being stupid as I've not had my N8 for that long but I've recorded some video and can't get it to play back. It's saved in my photo's folder and will open when selected. However when I press the play button the screen just fli

  • Slow wifi after 10.6.8 update using wnr2000

    First time post for a first time Mac owner. I've noticed a significant drop in wifi speed to the point where youtube is not smooth. Using MBPro 7,1 with xfinity blast. Down/Up speeds are 40/6Mbs on ethernet but 3/4Mbs on wifi. As far as I can recall,

  • Updated payment, still not able to access adobe audition?? help!!

    updated payment, still not able to access adobe audition?? help!!