Safari & Citrix: How to undo "Do Not Trust" Certificate after clicking

I mistakenly clicked "Do Not Trust Certificate" in the Safari pop-up Certificate Verification window (instead of "Trust") while trying to download GoToMeeting software to join a Citrix online meeting. Now I am unable to download the GoToMeeting program. How do I change this so that Safari will accept and "Trust" the certificate?

Thank you for your quick response and for the link. I just had a quick question about exporting a certificate: Is that equivalent to deleting it so that Safari won't remember whether or not to "Trust" or "Do Not Trust" it? I am assuming this means that I would need the name of the certificate as well. What happens if I delete my certificates saved in my keychains?
I did not get a chance to follow it because that day I ended up accessing the online meeting through Firefox. Saturday, I had another online Citrix www2.gotomeeting.com meeting so I tried using Safari again just to see what would happen. Safari didn't seem to recognize that I had selected "Do Not Trust" 4 days before and instead prompted me with the option to "Trust". I am just wondering how that happens because I didn't change anything in the keychain.

Similar Messages

  • How do I add a trusted certificate to my server?

    Hi,
    I'm running WebLogic 9.2.2 on Solaris 9. I have two WL instances -- rhonti2 and rhonti. I am trying to make an HTTPS connection from rhonti2 to rhonti, but getting the error you see below. How do I make one machine trust the other? Thanks, - Dave
    javax.xml.rpc.ServiceException: Failed to parse WSDL https://rhonti:4040/NPSEnumWebService/1.0/service?WSDL weblogic.wsee.wsdl.Wsdl Exception: Failed to read wsdl file from url due to -- javax.net.ssl.SSLKeyException: [Security:090477]Certificate chain received from rhonti - 147.191.71.90 was not trusted causing SSL handshake failure.
    at weblogic.wsee.jaxrpc.ServiceImpl.throwServiceException(ServiceImpl.java:163)
    at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:446)
    at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:108)
    at npsenum.client.delegate.NPSEnumWebService_Impl.<init>(NPSEnumWebService_Impl.java:21)
    at npsenum.client.delegate.NPSEnumWebService_Impl.<init>(NPSEnumWebService_Impl.java:17)
    at npsenum.client.delegate.NPSEnumClientDelegate.getEnumService(NPSEnumClientDelegate.java:93)
    at npsenum.client.delegate.NPSEnumClientDelegate.deleteEnumTNRoutingRecord(NPSEnumClientDelegate.java:160)
    at com.comcast.safariview.cedarpoint.providers.CPProvider.deleteEnumTNRoutingRecord(CPProvider.java:597)
    at com.comcast.safariview.cedarpoint.providers.CPProvider.deleteSubscriber(CPProvider.java:430)
    at com.comcast.safariview.cedarpoint.ejb.sb.CPQueryBean.deleteSubscriber(CPQueryBean.java:135)
    at com.comcast.safariview.cedarpoint.ejb.sb.CPQueryBean_c1mfhc_EOImpl.deleteSubscriber(CPQueryBean_c1mfhc_EOImpl.java:1007)
    at com.comcast.safariview.cedarpoint.ejb.sb.CPQueryBean_c1mfhc_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:550)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:440)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:436)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:58)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:975)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- javax.net.ssl.SSLKeyException: [Security:0                          90477]Certificate chain received from rhonti - 147.191.71.90 was not trusted causing SSL handshake failure.
    at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:313)
    at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:362)
    at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:50)
    at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:437)
    ... 20 more
    Caused by: javax.net.ssl.SSLKeyException: [Security:090477]Certificate chain received from rhonti - 147.191.71.90 was not trusted c ausing SSL handshake failure.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.ClientStateReceivedServerHello.handle(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
    at weblogic.net.http.HttpURLConnection.writeRequests(HttpURLConnection.java:153)
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:367)
    at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)
    at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:149)
    at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:59)
    at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)
    ... 23 more

    Well, I've taken a look at your screenshot and it seems you're mixing up the places where the configuration has to be done.
    The stuff you added is taken into account only if you start your server with the NodeManager (which is probably not the case since there some information missing).
    Then your conf has to be done in the start script.
    Or, you can leave your scripts untouched and play with keystores. It's not hard but you better have to know what you're doing if you don't want to mess with your server.
    I wrote an article which gives the basis on keystores : http://m-button.blogspot.com/2008/11/how-to-configure-weblogic-to-use-ssl.html
    Take a look at it as well.
    Last solution, which could be a good one if you're in development, you may turn off the security check that seems to get on your nerves.
    To do so, go on each server, and disable the hostname verifier :
    http://edocs.bea.com/wls/docs100/ConsoleHelp/taskhelp/security/DisableHostNameVerification.html
    Tell me if you need more help.
    (I may be a lil slow to answer since I'm pretty busy these days ... but I'll do my best)
    Regards.

  • How do you know if trust certificate error about imap.aol server is the result of an imposter or the "real" aol imap server?

    I keep receiving a trust certificate error about imap.aol server. Says it may be the result of an imposter or the "real" aol imap server?  How do you determine if the trust certificate is for an imposter?

    Please post a direct link to the page you're having trouble with.

  • How to prevent iphone notes from deleting after syncing to itunes

    Every time I sync my phone to itunes, i lose my important notes! i know how to access them after this happens but I want to prevent them from deleting at all! Please help!

    Hi there KeenMathura,
    There can be a few things that might cause this issue where music is not alphabetically organized on your phone. Resyncing content is certainly one of the steps to use to troubleshoot that. Next I would quit all the running apps on your iPhone:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    If the issue persists, backup your device to iTunes and then restore it as a new device and verify that it works. 
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If it does, then restore your backup to either verify it still works and the software just needed reinstalled, or isolate the issue to the backup file itself. 
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • IPhone 4s does not trust iMac after upgrade to Snow Leopard. I am using my iPhone's hot spot for internet connection.

    Can't sync iPhone and iMac since upgrading to Snow Leopard. Using iPhone for internet access. Help??

    Hello Brad:
    First, forget about a virus. There are NO documented viruses that affect a Mac running OS X - none.
    Do you have about 10-15% of the HD free at all times?
    Open activity monitor and see what is taking the processor capacity.
    Barry

  • Add-ons are not loading, JS popus are not showing up after click, firebug button not showing

    Hello,
    I was using Firefox 8, and then today i noticed that non of the JS scripts are working, the Add-on are not showing after a click, The Firebug button at the top right is missing,
    Thinking if I upgrade to 9 it will solve my problems, but it did not. How can I correct this? Am I missing something?

    Perform the suggestions mentioned in the following articles:
    * Update Firefox to latest version 10 -> [[Installing Firefox on Mac]]
    * [[Add-ons are disabled after updating Firefox#w_check-for-new-versions-of-your-add-ons|Update Add-ons]]
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • Camera Raw Bug: Preview not the same after clicking OK

    I am opening a Canon CR2 camera raw file.  I dial in the exposure how I would like it in the Camera Raw dialog (8.8), but after I click OK, then image opens in Photoshop (CC 2014) and looks different.  It looks more washed out.  I took a screen shot of the image after it is opened and the camera raw dialog with the exact image.  You can see the difference.  I measured the pixel intensity just to make sure my eyes weren't playing tricks on me, and the image after it opens has a different exposure.
    I use Spyder color calibration and a GeForce 670 with the latest drivers. 
    Stuck!!!

    Also:
    A lot more information about your hardware and software is needed.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CC", but something like CC2014.v.2.2) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    a screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Last Notification does not go away after clicking on it.

    How is it when i download a app or even update one when the app is completed downloading or updating, the notification that will pop does not go away once pressed to be acknowledge? How do i go about fixing this or what tricks can i do to avoid turning my tablet in for warranty.

    Ok since my last post the notifications does not go away on its own. There has to be a way to remove that...

  • How can i disable a link/button after clicked while content active

    hello all
    i am building a website all on one page and am using the
    spry framework so that it displays when clicked fades in
    the issue is i dont want the link to work again after its been
    clicked ie when the link is active then
    when another link is clicked it is re activated and
    can be used again!?
    i am using the behaviours panel in dreamweaver?
    cant seem to find an option to
    toggle this function
    i am not great at js or html
    but any help would be appreciated!
    many thanks
    ]p

    Because we are not privy to your code I shall answer this in general.
    You can use the Spry Element Selector to target your link and to disable that link. When clicking another link you could cycle through your links and enable them before disabling the newly clicked link.
    More info on the Spry Element Selector can be found here http://labs.adobe.com/technologies/spry/articles/element_selector/index.html and here http://labs.adobe.com/technologies/spry/articles/element_selector/selector_examples.html

  • Craigslist headers will not change color after clicking on it

    When I browse craigslist and click on a header to view the ad, when i go back, i have no way of knowing that i already clicked on a link because the color does not change. I have searched on the internet for a remedy but am unable to find one!

    This can happen because Craigslist opens the page in a frame, so you aren't visiting the page directly.
    You could try to check that if you right-click the frame and use "This Frame > Open Frame in New Tab" to see if that affects the visit state

  • Classic report regions not executing queries after clicking in a chart link

    I have a chart region with a link to page passing values to select list items, but report regions are not loading.
    This is the link generated at chart series:
    f?p=106:32:1310398926027:::RP:P32_DATE_SELECT,P32_SERVICE,P32_RESOURCE,P32_ROLE_ID:09%2F02%2F2013,1,EDER%20ZAVALA,1
    All page items passed are filled correctly, but report regions don't show any data.
    Please notice I am using two LOV where second one is showing values according the first one selected and doing the submit event where report regions are showing the result of the queries executed.
    Report regions shows data when I do the select of page items manually, but not when I pass those values thru link url
    I am using Oracle APEX 4.2.2.00.11
    Please advise
    Thanks,
    Cesar

    hi Vishal,
    Due to our client policies; I can not upload data. are you able to join to a webex meeting? so I can share you my screen and see the current problem I am having
    Here for your comments
    Thanks,
    Cesar

  • Top Sites page does not stay open after clicking New Tabs

    I used to be able to click on “Open a new tab” and the “my top sites” would be available on that page. Now when I click on “Open a new tab”, “my top site” appears and disappears immediately; each and every time. However, if I open 2 new tabs and then go back and click on the 1st tab then the 2nd tab, “my top sites” are available. Also can I get my top sites as my home page?

    There is this pref: browser.tabs.loadBookmarksInBackground
    But it doesn't have effect if you open links via the Library, it only works when opened via the browser window (menu, toolbar, sidebar).

  • Firefox will not open. After clicking on it, it loads and then nothing happens. Ive tried to download the latest version but is says i need to close firefox first. I cant find it open anywhere. Can anyone help?

    '''bold text'''

    well i kinda fixed it i spose...
    i deleted everything in appdata under mozilla & macromedia and deleted the plugins folder from my installation folder for ff3. uninstalled ff3, reinstalled ff3. now everything works fine. just have to redo my bookmarks & settings.
    sorry to waste anyone's time...but hopefully if someone else has the problem, now they can fix it. peace.

  • App updates not down loading after clicking download all updates

    Hi
    My iTunes said I had 16 app updates to download, so I clicked download all updates and a waring message (saying along hte lines of some are ages restrictec) so I clicked ok again but the downloads didn't start. I've just upgraded to Lion too, would this be the cause? Yet if I click on the get updates under each individual app it will start the download.
    Cheers

    Same problem for me

  • HT5012 Hi. I get the message 'globalsign root ca not trusted ' on my iphone - any ideas please.

    Anyone know what 'globalsign root ca not trusted' means.

    Apple lists the GlobalSign CA as a trusted rootCA on http://support.apple.com/kb/ht5012
    Badgrammar, where are you seeing the root CA not trusted message? We are using globalsign certs just fine on webservers accessed through Safari - however we are getting a not trusted message when connecting to a wireless controller with a GlobalSign cert on it. Not sure if this is GlobalSign's issue or Apple's?

Maybe you are looking for