Another Mail question about certificates.

Hi all
I know there have been a lot of posts on that but I didn't find any answer working. I have an IMAP account whose certificate is said to be invalid by Mail.app. I tried ticking the always trust box, it did not change anything. Mail won't trust even without restarting it.
The detailed message is "The certificate for this server is invalid... etc." and then in the display under it "Unable to display certificate." It also works perfectly well in thunderbird.
Thanks if you have any answer.

Similar Messages

  • Another BW question about filter in the query definition

    Hi ,
    I have another question about filter in the query definition.
    <u>Question:</u>
    Which of the following objects can be filtered in the query definition?
    A. characteristic
    B. Key figure
    C. Structure
    D. Units
    E. Hierarchy
    My answer is A,B,D,E.
    The answer in the book is A,B,D
    Can anybody tell me which one is wrong?
    Thanks in advance,
    Liu Jia

    HI
    1.The answer could be A,B,D.you can not apply filters on hierarchies
    2.Whenever there is a change in Attribute data(like Location,Num etc...)that has to be reflected in all aggregates of the cube.Thsi can be done by running "ATTRIBUTE CHANGE RUN".
    sri

  • Another one question about how to download applet (not using external tool)

    Hi
    i write tool for downloading applet on card. I use apdu trace from NXP eclipse plugin as source of information and i read also about cap-file format in Java Card Virtual Machine specification. And i have questions about data transferred by LOAD command.
    As example - from apdu trace i see that transferred data are "C4820E33 DATA1 DATA2". Full length of transferred data is 0x2EE2.
    C4 - OK, this is "Load File Data Block" tag as specified in Global Platform
    820E33 - OK, this length of tag, =0x0E33
    DATA1 - sequence of cap-file components: Header.cap, Directory.cap, Import.cap, Applet.cap, Class.cap, Method.cap, StaticField.cap, ConstantPool.cap, RefLocation.cap. Length of DATA1 is 0x0E33, i.e. DATA1 = 'C4'-tag value.
    DATA2 - sequence of two cap-file components: Descriptor.cap and Debug.cap. These components are out of 'C4'-tag.
    the questions mentioned above... here they are:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?

    666 wrote:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?Because the components are either optional or only required when communicating with a JCRE that has debugging capabilities. I assume you ran the project in JCOP Tools in debug mode against the simulator? If you did this against a real card it would fail as it does not have an instrumented JCRE capable of debugging code. You could try running the project as opposed to debugging to see the difference.
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?Yes it is. It is defined in the JCVM specification available from the Oracle website.
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?No, it is optional and is not referenced by any other CAP file component.
    Cheers,
    Shane

  • Another Question about Certificate-based Authentication

    Hello,
    I was successful in PDC-based authentication, but have the
    requirement to further improve this.
    For this, I have to use the "Match Certificate in LDAP"-feature.
    I have modified a user to include a "userCertificate"-attribute,
    and pointed the parameters to access to the directory server.
    Until now, I had no success.
    In the Logfile "amAuth"-Logfile I can see this message:
    <------------------>8-------------------->8------------------------>
    com.sun.identity.authentication.spi.AuthLoginException: Error in locating registered certificate
    <------------------>8-------------------->8------------------------>
    In the Directory Server log, I can only see a successful bind-request,
    but, interestingly, no search:
    <------------------>8-------------------->8------------------------>
    [28/Sep/2004:10:47:17 +0200] conn=3352 op=-1 msgId=-1 - fd=109 slot=109 LDAP connection from 127.0.0.1 to 127.0.0.1
    [28/Sep/2004:10:47:17 +0200] conn=3352 op=0 msgId=8782 - BIND dn="cn=Directory Manager" method=128 version=2
    [28/Sep/2004:10:47:17 +0200] conn=3352 op=0 msgId=8782 - RESULT err=0 tag=97 nentries=0 etime=0 dn="cn=directory manager"
    <------------------>8-------------------->8------------------------>
    Anyone successful with this feature?
    Regards,
    Juergen Maihoefner

    Hi there
    I got a couple of doubts about the Certificate Authentication module, maybe you can help!
    First, have you made any documentation on how you made this work ? Is it at all possible to get the source code of the module you have made? I think I'll need to create a costum module aswell because of very specific client requisits.
    My problem ( and I'll be posting a new thread with this, but just in case you have this on your watch list ) is that I need to have both user/password and Cert Based authentication enabled. I'll create a chain with both modules as sufficient. My problem is : the documentation tells me that I need to have the containers (I suspect both the server and the agents ) with SSL enable and (and this is the tricky part) with Client Authentication Enabled . Now my problem is : when on the http listener, I configure it with security and enable that listener with Client Authentication, when I try to access the container on the secure listener I get an error (in firefox) or the browser asks me to select a certificate ( on IE ). When I dont provide a certifica it gives me the same error as firefox.
    Basically, what I believe is happening is that with Client Authentication, the container will always request a certificate from the browser. Which isn't exactly what I want. I need to AM protected resources on this specific realm to allow authentication of a user based on a user/password OR a Certificate.
    Basically what I want to know is : do I need to have Client Authentication Enabled on the http listener ? Did I miss read the documentation? Is there a really good how-to on how to do this ? Can you give me a hand?
    Thanks loads for your help
    Rp

  • Another beginner question about targeting functions

    I've read what I thought was an excellent thread about scope in EA, but I'm still not getting some of the basics (btw the thread was http://forums.adobe.com/message/5287753#5287753).
    I have "slides" in the symbol library and in the main composition compositionReady script I've set up a generic script for playing back sound. That script works fine when I bind it within the compositionReady script to a symbol and click, so I know the funciton itself is fine. My question, I'm programmatically loading the slides from the library as I go along and want to use the generic function I created in the compositionReady script, but I can't seem to create the proper syntax to call the script. Here's some that I have tried. What is the correct syntax? The script is on frame inside the slide symbol.
    //sym.getComposition().getStage().playSound();
    //sym.getComposition().playSound();
    //Edge.getComposition("CER_1").playSound();

    Thanks for having a look. Yea, it's getting to the script fine but it doesn't like the syntax. Console always indicates javascript error, which is what happens when Edge throws an exception because it doesn't know what to do. The article that Elaine posted on above gives me the sense that it might be best to change the function to a variable, then it would be in scope to call but I have parameters I'd like to pass with it and I don't think  I can pass a parameter with to a variabalized (word?) function. I know it's just me moving from ActionScript to Edge JavaScript and scope. Whereas I could always find a homebase in ActionScript with the stage, it seems that the stage in Edge is just another symbol and calling a function within the stage is never getting there. Elaine hints at putting outside the stage closure and it would be accessible, which, of course, has led me to start readying JavaScript books and learning more about scope etc. It seems like that is life as a developer. I  dont' get that, oh, better take a day or two to  understand that concept, oh, that function works now, next problem. ;-)

  • Question about Certificates

    We have a customer that has a need to get rid of the Securit Warning users see each time they log onto the Guest Wireless and go to use the internet. I believe the best way to do this is to install a 3rd party certificate. I found this link:
    http://www.cisco.com/en/US/partner/tech/tk722/tk809/technologies_configuration_example09186a00806e367a.shtml
    I assume if I follow that this should work for them. Is that correct? Is there any other way or better way to do this?
    The customer is running 4.2.176 WLC Software and can not go to any version of 5 due to older APs.
    Thanks in advance

    According to the original bug report, the chained cert issue was "Fix in" in 4.2.159.0 and higher, although the bug report still lists that solution as "Upgrade to controller version 5.1.151.0 or higher".
    I am 98% sure that I successfully set up and tested a chained SSL cert from GoDaddy for web auth on a 4.2.176.0 controller earlier this year because our cert provider stopped issuing unchained certs (I could very well be wrong!). From another reply in this thread, it looks like Geotrust still issues unchained certs, so that may be the quickest route for the OP.
    The release notes for 4.2.176.0 indicate an open caveat:
    CSCsq13174-Web authentication device certificates cannot contain the Certificate Authority (CA)
    roots chained to the device certificate. However, device certificates should be able to be downloaded
    as chained certificates (up to a level of two).
    There is a new doc for loading chained certs on a WLC (it concurs with your 5.1.151.0 comment above, and it was updated in February of this year):
    http://www.cisco.com/en/US/products/ps6366/products_configuration_example09186a0080a77592.shtml

  • Question about certificates required for publishing a script extension!

    Hi,
    I'm in the latest steps of creating my new In-Design plugin and I was studying the ways I can publish it and Adobe Exchange looks like a good option, but here they are saying:
    Paid Content must have a certified signature. (Content posted as Free will be accepted with a self-signed certificate.)Extension Manager should be able to verify the Producer’s signature. An application should be signed by a certificate issued by one of the following certificate authorities:
    Chosen Security Thawte, Globalsign, Verisign, Comodo, Usertrust, Godaddy
    And here, they say:
    blah ... so that you know that a trusted authority certificate will no longer be required. ...
    So, I'm a bit confused, my question is:
    1. is it required really to have these certificates?!
    2. If yes, how we are supposed to do this?
    Any idea would be much appreciated,
    thx, mim

  • Another IT question about iTunes...

    When I plug my IT into my MB and I open iTunes, the option to “Open iTunes when this iPod is connected” is greyed out.
    The other two options, “Sync only checked songs and videos” and “Manually manage music and videos” are available to be checked.
    Anyone know how I can get the greyed out “Open iTunes...” to become optional again?
    Another note. Besides my IT, I just bought an IP. When I go into iTunes and authorize either the IT or the IP, I get a message saying that I have authorized one unit out of 5 even though I have authorized both the IT and the IP. Is this normal?

    Hi Macaby,
    If you have turned off automatic syncing you will not be able to have the option to Open iTunes when plugging in the iPod. I suggest that you send feedback to Apple about this as it may be a bug in iTunes or the behaviour of iTunes that needs to be improved.
    You don't need to authorize your iPods to play music that you have downloaded from iTunes, you only need to authorize the computer that you are using.
    Hope this helps
    J.C

  • Another syntax question about two dots

    i'd learned that the meaning of " .. " is to access the child nodes in XML.
    but i saw this in source of flex, <mx.skins.halo.RadioButtonIcon.as>
       override protected function updateDisplayList(w:Number, h:Number):void
                 g..beginFill(radioColor);
       where variable g is a graphics object. ordinary, this should be "g.beginFill", i thought.
       now my question is, what does the ".." mean ?
       thank you for any helps.

    I'll ask people I know on the Apache team. I know they code review everything, but it seems to me if they're going to use nonstandard notation they should comment so people know what it means. I don't see any possible way this could be referring to xml, since there is no beginFill method on XML, and hacking the XML object on that scale through prototype would be highly destructive to the codebase.
    Note that just because source is being picked up and shown as the source code doesn't 100% mean that this code was what the swc is compiled from.
    Note that if you try
    import flash.display.Graphics;
    var g:Graphics = graphics;
    g.beginFill(0xFF0000);
    g.drawCircle(100, 100, 100);
    and
    import flash.display.Graphics;
    var g:Graphics = graphics;
    g..beginFill(0xFF0000);
    g..drawCircle(100, 100, 100);
    They both yield the same visual result. My suspicion is maybe this is a shortcut to the GPU.

  • Another MySQL question about averages. Remove outliers.

    I have a number of observations that I can get from a MySQL database.
    Let's assume the values I have are, ordered ascending:
    3, 5, 5, 6, 6, 6, 8, 9, 15.
    Just calculating the AVG results in 63/9 = 7.00
    If I want to repeat that but leave out both the minimum and the maximum values, in this case both the 3 and the 15, giving the following list:
    5, 5, 6, 6, 6, 8, 9
    then the average is only 45/7 =  6.43 to gain more statistical accuracy, how do I need to modify my query?
    Currently the query is like this:
    $query_Recordset1 = 'SELECT COUNT(Graphics_card) AS Obs, Graphics_card, AVG(MPE_Off/MPE_On) AS Gain , AVG(MPE_On) AS Speed FROM `Personal_data` WHERE MPE_On >0 GROUP BY Graphics_card HAVING COUNT(Graphics_card) > 4 ORDER BY Speed ASC, Obs DESC, Gain DESC LIMIT 0, 20' ;
    In this query the minimum number of observations is 5 for each distinct 'Graphics_card'. In the future I may change that to another figure and that is easy, just change the bold 4 to another figure but then, I may want to recalculate the adjusted average by leaving out the two bottom observations and the two top observations, so the range in the calculation would look like this:
    5, 6, 6, 6, 8
    and then the adjusted average is only 31/5 = 6.20
    How do I need to adjust my query to achieve that?
    Or, to put it another way, how can I first exclude the top X and bottom X observations from the query and only then calculate the AVG?
    Here is the page I want to apply it to: http://ppbm5.com/MPE%20Charts.php

    I solved it for the first part like this:
    SELECT COUNT(Graphics_card) AS Obs, Graphics_card, (SUM(MPE_On) - MAX(MPE_On))/(COUNT(Graphics_card)-1) AS Speed, (SUM(MPE_Off/MPE_On) - MIN(MPE_Off/MPE_On))/(COUNT(Graphics_card)-1) AS Gain FROM `Personal_data` WHERE MPE_On >0 GROUP BY Graphics_card HAVING COUNT(Graphics_card) > 5 ORDER BY Speed ASC LIMIT 0, 20
    This effectively removes the most significant outlier (MAX for Speed and MIN for Gain) and calculates the average based on the number of observations minus 1 for each category. In the same way I could remove the outlier at the other side of the spectrum, MIN for Speed and MAX for Gain, but then reduce the number of observations by 2 instead of 1.
    SELECT COUNT(Graphics_card) AS Obs, Graphics_card, (SUM(MPE_On) - MAX(MPE_On) - MIN(MPE_On))/(COUNT(Graphics_card)-2) AS Speed, (SUM(MPE_Off/MPE_On) - MIN(MPE_Off/MPE_On) - MAX(MPE_Off/MPE_On))/(COUNT(Graphics_card)-2) AS Gain FROM `Personal_data` WHERE MPE_On >0 GROUP BY Graphics_card HAVING COUNT(Graphics_card) > 5 ORDER BY Speed ASC LIMIT 0, 20
    I struggled with the Group function to use the suggestions in the link you gave me and of course the different functionality between MySQL and Oracle SQL.
    I look forward to having a MEDIAN function in MySQL.

  • ICloud MAIL QUESTION about attaching songs

    How do I attach an iTunes song to my iCloud email? I wanted to send a song to someone via iCloud mail and couldn't get it to work.

    I tried clicking on the paper clip for attachments, then just going to "music" (my iTunes songs), then clicking on the song I wanted to send and clicking "open." That usually works for attachments, including songs - and was fine when I had Yahoo email - but didn't work from my iCloud email. Any ideas? am I doing something wrong?

  • Another mail question

    Wow i wonder what is the most used of all the new apps.
    anyway, with the new app can you just click email links and the mail app will open for you to compose an email.

    Yes if i recall i did that yesterday, the email client is great

  • Another dumb question about transferring files

    OK - so now I'm trying to transfer (as in move) the photos from my laptop to a portable drive in order to move them to my desktop machine.  I have Lightroom 2.5 installed on both PC Vista machines.  So...how do I do it without messing up my laptop.  I am concerned about what happens to the Lightroom catalog when I export them to my external drive.
    Thank you,
    J.

    One way to do this is to run Export as Catalog to the external, including the images, then from the other machine, run Import from Catalog. You can choose to not export the Previews, as they will be rebuilt in the new location. You can then run the catalog from either machine or the external, but subsequent changes in one will not be carried to the others.

  • Really simple Mac Mail question about the Delete button

    When at a message, the Edit menu shows Command+Delete as being the proper keystroke for deleting a message.
    Just pressing Delete also removes it from the Inbox.
    What is different between that and Command+Delete?
    Thanks,
    doug

    Hi,
    I don't have a very good answer to you other than the fact that the Macbook does not have a proper DELETE-button.  You delete by pressing cmd/backspace.
    If you want to delete something through Finder you have to press cmd/backspace.  In orher programs, like Mail, you can delete by pressing only backspace.  In iPhoto you can delete pictures by presing backspace and conform with return.
    The reason for these different solutins are not known to me...  
    Nils

  • Yet another pointless question about the practically non-existent iMac G5 Apple Hardware Test (AHT) disk.

    I have a 17" iMac G5 (iSight model) also known as model A1144, PowerMac12,1 or MA063LL/A.
    Where do I download the Apple Hardware Test (AHT) disk for this machine? Apparently nowhere. However, it would really help me on my quest if I knew what I was looking for.
    Does anyone know what AHT version is compatable with my machine? 2.2.1? 2.3.1?
    How about the part number on the disk? I have some Intel disks that say 2Z691-5734-A that (obviously) won't work.
    Is the AHT on Disk 1 or Disk 2? I'm starting to think there never was an AHT for this model.
    Where do I get those ASD disks the so called "geniuses" have?

    Disk 1: 2Z691-53179-A
    Disk 2: 2Z691-5493-A
    Compatible with eMac (2005), iBook G4 (Late 2004), iBook G4 (Mid 2005), iMac G5 17-inch (ALS), iMac G5 20-inch (ALS), iMac G5 (17-inch iSight), iMac G5 (20-inch iSight), iMac (Early 2006 17-inch), iMac (Early 2006 20-inch), Mac mini, Mac mini (Late 2005), Mac mini (Early 2006), MacBook Pro, Power Mac G5 (Early 2005), Power Mac G5 (Late 2005), PowerBook G4 (15-inch Double-Layer SD), PowerBook G4 (17-inch Double-Layer SD)
    http://www.welovemacs.com/2z69153179a.html
    AHT I think was on a seperate CD.
    Thanks Kappy, if v2.2.1 then search for...
    018-1680-A.dmg

Maybe you are looking for

  • SAP connection from JCO

    Hi All, Can anyone help me to connect to SAP from JCO using logon group....appericate if you can give some example such as sample code on how to connect using logon group. Its is urgent. thanks! prab

  • Problems in SLD and Cache refresh (SXI_CACHE).

    Dear Experts, I am facing SLD and Cache refresh problems in PI 7.0 on HP-UX. 1) SXI_CACHE : Last Error During Cache refresh is showing LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM error. And also Start Delta Cache Refresh / Start Complete Cache r

  • Win 7 dual boot with SafeBoot encryption halfway there!

    EDIT: Sorry for changing the title. It used to be Need those knowledgeable with Windows (esp. 7) for dual boot input, but I had some success and didn't want to start a whole new post. See the last comment for the update! Hi, Disclaimer: please don't

  • CAN'T ACCESS INTERNET AND MMS WITH STRAIGHT TALK (...

    I made the switch to straight talk unlimited plan with my E5 today. So, I activated it and I can make calls and SMS... cannot access wifi, web browser nor MMS. After being on the fone with customer for about an hour I still have no data. They sent me

  • Downgrading iTunes to version 8 - can you still access the iTunes Store ?

    Well guys ? Those of you who have successfully downgraded to version 8.. Can you guys still access the iTunes Music Store ? Can you still buy tracks , preview tracks the old way , and buy songs online with the iTMS & iTunes 8 ?