Yet another problem opening HTTPS web sites

As near as I can tell I've tried all the other suggestions on this forum to fix this kind of problem... And, I'm still getting
Safari can't open the page
Safari can't open the page https://blah.blah.blah
because it couldn't establish a secure connection to the server...
I've reset Safari, repaired keychains, file permissions, and deleted .plist files, keychain files, etc. But, still cannot go to a secure site... Most specifically Yahoo mail, Hotmail, GMail, etc.
I would really welcome further suggestions?
Thanks,
S

I have replaced the SVG with a PNG.Then it is displayed.
The SVG image is not shown on the iPad 3. It has IOS 7.0.3 (11B511)

Similar Messages

  • Problems using https protocol to connect to open a web site

    Hi,
    I am trying to connect to a web site from my java programme. When I try connecting using htpp protocol, I am able to open the web page then I am giving the username,password to login into that web site..its working fine.
    But, When I try connecting using https protocol connection, I am not getting the page opened and after some time I am getting below error
    Exception in thread "main" org.apache.xmlrpc.XmlRpcException: I/O error while communicating with HTTP server: Connection timed out: connect
         at org.apache.xmlrpc.client.XmlRpcCommonsTransport.writeRequest(XmlRpcCommonsTransport.java:244)
         at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:151)
         at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:115)
         at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:137)
         at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:126)
         at com.wipro.bugc.Test1.call(Test1.java:94)
         at com.wipro.bugc.Test1.main(Test1.java:124)
    Caused by: java.net.ConnectException: Connection timed out: connect
    Can anyone please suggest or give sample code to work with https web sites in java.
    I will have to use only https protocol to open any browser as my server only opens the web pages using https protocol
    Thanks in advance

    Hi,
    Thank you for your immediate reply. Please find the below code for your infomationa and please let me know where I am wrong..
    Below is the example we used to connect to "rojects.maemo.org" site and end up with the error I mentioned in the previous topic.
    package com.wipro.bugc;
    import java.net.Authenticator;
    import java.net.URL;
    import java.security.cert.X509Certificate;
    import java.util.HashMap;
    import java.util.Map;
    import javax.net.ssl.HostnameVerifier;
    import javax.net.ssl.HttpsURLConnection;
    import javax.net.ssl.SSLContext;
    import javax.net.ssl.SSLSession;
    import javax.net.ssl.TrustManager;
    import javax.net.ssl.X509TrustManager;
    import org.apache.http.HttpEntity;
    import org.apache.http.HttpHost;
    import org.apache.http.HttpResponse;
    import org.apache.http.auth.AuthScope;
    import org.apache.http.auth.NTCredentials;
    import org.apache.http.auth.UsernamePasswordCredentials;
    import org.apache.http.client.HttpClient;
    import org.apache.http.client.methods.HttpGet;
    import org.apache.http.impl.client.DefaultHttpClient;
    import org.apache.http.protocol.BasicHttpContext;
    import org.apache.http.protocol.HttpContext;
    import org.apache.xmlrpc.client.XmlRpcClient;
    import org.apache.xmlrpc.client.XmlRpcClientConfigImpl;
    import org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory;
    public class Test1 {
        private static void install() throws Exception {
            // Create a trust manager that does not validate certificate chains
            TrustManager[] trustAllCerts = new TrustManager[] {
                new X509TrustManager() {
                    public X509Certificate[] getAcceptedIssuers() {
                        return null;
                    public void checkClientTrusted(X509Certificate[] certs, String authType) {
                        // Trust always
                    public void checkServerTrusted(X509Certificate[] certs, String authType) {
                        // Trust always
            // Install the all-trusting trust manager
            SSLContext sc = SSLContext.getInstance("SSL");
            // Create empty HostnameVerifier
            HostnameVerifier hv = new HostnameVerifier() {
                public boolean verify(String arg0, SSLSession arg1) {
                        return true;
            sc.init(null, trustAllCerts, new java.security.SecureRandom());
            HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
            HttpsURLConnection.setDefaultHostnameVerifier(hv);
        public static void call(String url) throws Exception {
             HttpClient httpClient = new HttpClient();
             httpClient.setHttpConnectionFactoryTimeout(600000000);
            httpClient.getParams().setAuthenticationPreemptive(false);
           Credentials defaultcreds = new UsernamePasswordCredentials("username", "password");
           httpClient.getState().setCredentials(new AuthScope("projects.maemo.org", 443, AuthScope.ANY_REALM), defaultcreds);     
              HttpHost targetHost = new HttpHost("projects.maemo.org", -1, "https");
              System.setProperty("proxySet", "true");
              System.setProperty("http.proxyHost", "xxxx.com");
              System.setProperty("http.proxyPort", "xxxx");
              Authenticator proxyAuthenticator = new HttpAuthenticateProxy(
                        "username", "password");
              Authenticator.setDefault(proxyAuthenticator);
              XmlRpcClient rpcClient = new XmlRpcClient();
              XmlRpcCommonsTransportFactory factory = new XmlRpcCommonsTransportFactory(
                        rpcClient);
              factory.setHttpClient(httpClient);
              rpcClient.setTransportFactory(factory);
            XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
            config.setServerURL(new URL(url));
            config.setEnabledForExtensions(true);
              config.setEnabledForExceptions(true);           
              config.setBasicUserName("username");
              config.setBasicPassword("password");
              rpcClient.setConfig(config);      
              Map<String, String> loginMap = new HashMap<String, String>();
              String bugzillaUserName = "username";
              String bugzillaPassword = "password";
              loginMap.put("login", bugzillaUserName);
              loginMap.put("password", bugzillaPassword);
              Object loginResult = rpcClient.execute("User.login",new Object[] { loginMap });
              System.out.println("loginResult.toString() "
                        + loginResult.toString());
        public static void main(String[] args) throws Exception {
            String url = "https://projects.maemo.org/bugzilla_sandbox/xmlrpc.cgi";
            Test1.install();
            Test1.call(url);
            System.out.println("Finished.");
    }

  • Firefox is having problems in opening some Web Sites

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    When I open my Home Page, I get the following message: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
    Script: http://04.nscdn.optusnet.com.au/common/js/30062010/app.main.js:1415
    == URL of affected sites
    ==
    http://optuszoo.com.au
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Microsoft .NET Framework Assistant
    1.1
    false
    {20a82645-c095-46ed-80e3-08825760534b}
    ZoneAlarm Toolbar
    1.5.53.4
    false
    MSN Toolbar
    4.0
    false
    [email protected]
    Search Helper Extension
    1.0
    false
    {27182e60-b5f3-411c-b545-b44205977502}
    Adobe DLM (powered by getPlus(R))
    1.6.2.63
    true
    Modified Preferences
    Name
    Value
    browser.history_expire_days.mirror
    180
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.optuszoo.com.au/
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276732365
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-getplusplusadobe16263
    *Google Update
    *Adobe PDF Plug-In For Firefox and Netscape

    I had posted the problem previously & accidently marked the problem as solved.
    I received the following message since:
    "I am not sure how my previous post solved the problem but since then I think I have found the answer.
    I simply enabled Shockwave Flash 10.0.32.18
    From the Firefox Homepage it is located under:
    Tools\Add Ons then select the PlugIns Tab
    Select Shockwave Flash then enable it.
    Regards,
    Phil "
    This has fixed the problem. Thanks Phil.

  • Safari will not open certain web sites with https or http

    safari will not open certain web sites with https or http,any help will be welcome,it must be a security setting,but i have not changed any settings.

    From your Safari menu bar click Safari > Preferences then select the Exensions tab.
    If there are any installed, switch the button to off, quit and relaunch Safari to test.
    If there is more than one extension insalled, uninstall one a time, quit and relaunch Safari and test.

  • Why is my firefox not opening specific web sites like youtube, facebook and hotmail? Please help me or ill will have to start using another browser....

    I can not open specific web sites like youtube, facebook and hotmail in my firefox! This time is youtube, last time was hotmail and now also facebook...

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    More:
    * http://kb.mozillazine.org/Error_loading_websites

  • Safari doesn't open certain web sites

    Hi there,
    I'm a web designer working on a new site. My clients say that their Mac which is running Safari 5.1.5 won't open their web site which is: http://www.adventuress.us
    I've asked about 5 other people to see if they could open it up on a mac using Safari.  So far, everyone can open it except for my client.
    Can you help me troubleshoot this?  The site is created with wordpress.  It's not redirecting.
    I'm really not sure which Mac they have or their operating system.  I just chose two so that I could submit this ticket.
    What in the world would stop them from being able to see the site? They can go to other sites.
    Thanks.

    Hi...
    What in the world would stop them from being able to see the site?
    Ask if they have anti virus software installed ..
    It would help to know for sure which Mac OS X they have installed. Click the Apple menu icon top left corner of the screen. From the drop down menu click: About This Mac.
    I'm running Lion v10.7.3 with Safari 5.1.5 on one Mac without any problems loading that site. Same with another Mac running Snow Leopard v10.6.8.
    I am using OpenDNS which may help your client and is suggested by Apple > Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found
    Use OpenDNS for better speed, more security, includes anti phishing filters, prevents browser redirects, blocks the flashback trojan, and it's free.
    Open System Preferences / Preferences then select the Network tab. Click the Advanced tab then click the DNS tab.
    Click +
    Enter these addresses exactly as you see them here.
    208.67.222.222
    Click +
    208.67.220.220
    Then click OK.
    Quit then relaunch Safari. Try that site.
    edited by:  cs

  • Safari doesn' t open some web site

    Hi,
    I have a problem with my Mac Mini: From Yesterday Safari doesn' t open many web sites. I tried to cancel cache and chronology, but without success.
    I tried to download another browser, but It I can' t.
    What can i do?
    Thanks

    Avast is the problem. This is a list of links for threads regarding Avast and the issues it can cause on your Mac  > Community Search: Apple Support Communities
    Follow the instructions for uninstalling Avast >  How to remove Avast Antivirus from a Mac
    If you really want to have anti virus software installed on your Mac, try Free Antivirus for Mac Tool Download | Sophos
    Do not install Sophos before completely removing Avast.

  • Safari can't open specifics web sites

    i'm having troubles to re-open some web sites visited earlier.
    I'm on a macbook pro with leopard and safari 5.0.1, all updates installed
    Example: www.tgcom.it
    The first time opened without any problem, the second time can't open again.
    after typing the address and hit the return key, safari display immediately (without even trying to load the page) the white page with the alert:
    Safari can't connect to the server.
    Safari can't open the page “http://www.tgcom.it/” because safari can't connect to the server “www.tgcom.it”.
    I've try already to reset Safari and clean the cache. No changes.
    On the same network I have an iMac, which is loading this page anytime without any problem.
    As well a windows PC is on the same home network, the page can be loaded too.
    Only on this macbook pro i'm experiencing this issue.
    I don't know what to think more..... the problem can't be the web-site (it works with other machines)
    Other web sites on the macbook are working properly, only three address seams to be blocked from this machine only....
    any suggestions???? thanks
    Marco

    I suspect it has something to do with your ISP.
    Adding Open DNS codes to your Network Preferences, should give good results:
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network: please refer to this page: http://www.opendns.com/start/bestpractices/#yournetwork and follow the advice given.

  • 3 BUGS  WITH LION CONNECTING PROBLEMS TO SOME WEB SITES & MAIL SERVERS

    I HAVE 3 BUGS  WITH LION FOR MORE THAN ONE MONTH & GETTING WORSE
    1 - CONNECTING PROBLEMS TO SOME WEB SITES  SERVERS
    I TRY  EVERY BROWSER I HAVE ( SAFARI \ FIREFOX \ CHROME )
    I CAN NOT OPEN SOME SITES ALMOST ALL TIMES
    SOME TIMES OPEN THIS SITES BUT AFTER MINUTES DO NOT CONNECT TO IT
    I GET THIS BUG IN THE PAST  BUT LATLY IT GONE WORSE
    NOW IT IS MORE FREQUENT  & MORE  SITES
    2 - CONNECTING PROBLEMS TO SOME MAIL SERVERS
    THE MAIL APP CAN NOT CONNECT TO
    ( INCOMING  HOTMAIL SERVER \  OUTGOING  HOTMAIL SERVER \  OUTGOING  YAHOO SERVER  )
    MOST OF THE TIME
    MORE FREQUENT
    3 - CHECKING OUT SHOPPING BAG FROM SHOPPING SITES PROBLEMS
    I TRY TO CHECKOUT THE SHOPPING BAG IN 2 SITES & COULD NOT CHECKOUT THE ORDER 
    I HAD TO USE ANOTHER COMPUTER
    FIRST TIME I HAVE THIS
    I HAVE LITTLE SNITCH 3 ON & LION FIREWALL ON
    I TRIED EVERY ACCOUNT  IN THIS COMPUTER
    with Little Snitch disabled   >>>>>>>  i have the same problem !!!!!
    with lion firewall off    >>>>>>>  i have the same problem !!!!! 
    I STILL HAVE THE SAME CONNECTION PROBLEM
    IF YOU HAVE ANY SUGGESTION PLEASE HELP ME
    LION  BUGS IS DRIVING ME CRAZY   IT IS BY FAR THE 2ND WORSE OS Produced by APPLE AFTER IOS 2.0 FOR IPHONE
    I WANT TO GO TO LEOPARD AGAIN
    IF YOU HAVE ANY IDEA HOW TO INSTALL LEOPARD TO THE NEW MACBOOK PRO
    PLEASE LET ME KNOW

    Biggest bug is that your key caps key gets stuck. Repost, without the all caps stuff, which is tantamount to shouting, and maybe we can read what your problems are all about.

  • I can open the web site (Chemistry) but the links within won't work, however they will in Google Chrome

    I can open the web site (Chemistry) but the links within won't work, however they will in Google Chrome.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I cannot open my web site

    I get the following message when I try to open my web site which is cherrycreekwoodcrafts.com
    "An error occurred while processing your request.
    Reference #97.1625eb3f.1348245432.690562e"
    I'm using a MacBookPro, all software in current except iWeb.  When I try to update iWeb from 1.1.2 to 2.0.3 I get the following "An eligible iWeb application was not found in the location /Applications."  iWeb is, infact, in my Applications folder.  Are there two applications folders?  Am I looking at the wrong one?  FWIW, I updated to 1.1.2 just this from 1.1.1 morning with no problems.
    Any ideas or suggestions would be appreciated.
    Thanks in advance

    What website file are you trying to open when you open your site?
    You need to open your domain.sites file located under User/Library/Application Support/iWeb/domain.sites.
    Sounds like you are trying to open a published site and iWeb can't do that as it has no import facility - one way process.
    Also, if you hve iWeb version 1.1.2, this is iWeb 06 contained in iLife 06 and version 2 is iWeb 08 and you cannot just update like that from iWeb 06 to iWeb 08.  If you want to update your iWeb from iWeb 06 to iWeb 08, then you need to purchase the boxed set of iLife 08.  Better still, upgrade and purchase the iLife 09 or iLife 11 boxed set which contains the latest and last version of iWeb which is iWeb 09.
    You'll have to purchase this from Amazon though, as Apple no longer sells or supports iWeb since MobileMe ceased to exist at the end of June this year.

  • My safari can't open no web sites at all

    I have actualised the safari to 5.0.5 (for Leopard) and still cant open any web site.
    I use leopard Mac OS X 10.5.8
    Without opening safari my xmarks for safari ask to download an actualisation but it cant go to the web page.
    With Firefox or Chrome I dont have any trouble.
    Any help?
    Thanks

    I suspect it has something to do with your ISP.
    Adding Open DNS codes to your Network Preferences, should give good results:
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network: please refer to this page: http://www.opendns.com/start/bestpractices/#yournetwork and follow the advice given.

  • Flash player works on https web sites but not on http web sites ?

    Flash player works on https web sites but not on http web sites ?
    I've tryed a lot of things to solve this problem but impossible to find the solution.
    - re-instal flash player
    - disable the firewall (windows)
    - disable the firewall and the antivirus (bitdefender)
    I test my computer on an other internet provider and everything works correctly
    I test an other computer on my internet connection and everything works correctly.
    The problem comes from my computer on my internet connection.
    I'll appreciate a solution.
    Thank you.

    This is what you should see under "plugins" in Opera:
    Make sure Flash Player is listed and enabled.
    It comes from the same place as the plug-in for Firefox, so one won't work if the other doesn't.
    If that doesn't work, try a clean install. http://forums.adobe.com/message/4041846

  • Problem opening a certain site properly

    Hello, I have problem opening a certain site properly. I use firefox 4.0.1 and have tried pretty much everything that has already been suggested in other similar problems I found posted here but the site continues to look wrong. No images, blue letters, white background and all the links are displayed in a list on the left side of the page. I also tried to open it on IE but I get the same result. Could anyone help me?

    That site works fine here with Firefox 4.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    If you use extensions (Tools > Add-ons > Extension) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Can't open bank web site

    I tried to open bank web site but it gave me this massage
    ''Safari can’t open the page “http://www.sabb.com/” because the server where this page is located isn’t responding'' .
    I was able to open this site before, I can't remember what I have change.
    I change Safari Security to accept cookies always and firewall to allow all incoming connection but no use........ Any suggestion????

    Some banks are notoriously uncaring and lazy about what systems and browsers they support.
    Try reading these threads:
    http://discussions.apple.com/thread.jspa?threadID=1893522&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1831414&tstart=175
    http://discussions.apple.com/thread.jspa?threadID=1828195&tstart=200
    As it says in this document:
    http://developer.apple.com/internet/safari/
    "Safari complies with standards, but not all browsers do. This article explains how to design, modify and validate your website so that it can be rendered and read properly by all major browsers."
    The bank/s need to read this:
    "Safari is one of the most standards-compliant browsers ever built. Thus, your best bet for ensuring your pages render properly in Safari — today’s version and beyond — is to follow web standards. For a great overview of web standards, check out Mozilla.org’s article Using Web Standards in Your Web Pages."

Maybe you are looking for