I am getting error message "SSL received a record with an incorrect Message Authentication Code" when trying to access a secure site

I am having difficulty in accessing secure sites with Firefox v6.0.2 operating in Windows 7. I get the error message "Secure Connection Failed." SSL received a record with an incorrect Message Authentication Code. Error code: ssl_error_bad_mac_read. This happens will all https sites.

It works after I disabled IPv6 in Firefox. Thank you for your help :)

Similar Messages

  • How to fix this problem? Secure Connection Failed, SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)

    Secure Connection Failed
    SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)
    I have been receiving this error message recently when I tried to access school elearning websites and other school related websites, I have also tried on internet explorer and it shows page cannot be displayed. I have been trying the available solutions to solve it but none of them work. Is there alternative solutions available? Please advise. Thanks.

    It works after I disabled IPv6 in Firefox. Thank you for your help :)

  • When trying to access a secure site I kepp getting a message that it can't be accessed on the server

    I get a message that The requested URL ...... was not found on this server

    Try - https://www.cibc.com/ca/personal.html
    https://cibc.com is not the same as https://www.cibc.com <br />The certificate is only valid for https://www.cibc.com , not https://cibc.com

  • I keep getting message that not connected to Internet when trying to access an so site such as amazon, when I can still access other areas of Internet such as banking

    Why do I keep getting message that not connected to Internet when trying to access amazon yet am very obviously am still connected as can access the apple site or banking sites. Have tried resetting.

    I have tried everything I could to fix this, but some things require actually being on Firefox, and since I cannot get on, I cannot click on the tabs to do it. I have even totally uninstalled firefox, and that has not fixed this. I still get the same message that firefox is running and I need to close it or restart (which I have also tried dozens of times). I have removed things like Java, and that has not helped either. If I cannot even get on line in firefox, how can I fix this. I am not crazy about using internet explorer, but right now, it is my only option. I even tried to start in safe mode, and the same message box pops up!

  • Error when trying to access a secured web service from Forms 10g 10.1.2.3

    Hello,
    I'm trying to access a secured web service from Forms10g 10.1.2.3 but i'm getting the next error when pressing the button the first time:
    java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException:
    java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Bad response: 401 UnauthorizeWhen i press the button a second time i got this error:
    javax.xml.rpc.soap.SOAPFaultException: The SOAP request is invalid. The required node 'Envelope' is missingThis is the code i have in my button:
    DECLARE
    jo ora_java.jobject;
    pdfObject ora_java.jobject;
    pdf     varchar2(900);
    rv varchar2(100);
    ex ora_java.jobject;
    BEGIN
    JO := SEARCHSOAPCLIENT.new;
    SEARCHSOAPCLIENT.setUsername(JO,'weblogic');
    SEARCHSOAPCLIENT.setPassword(JO,'welcome1');
    pdfObject := SEARCHSOAPCLIENT.quicksearch(JO,'1234',NULL);
    pdf := SEARCHSOAPCLIENT.tostring(pdfObject);
    message(pdf);
    message(' ');
    EXCEPTION
    WHEN ORA_JAVA.JAVA_ERROR then
    message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);
    WHEN ORA_JAVA.EXCEPTION_THROWN then
    ex := ORA_JAVA.LAST_EXCEPTION;
    :error := Exception_.toString(ex);
    END;When i run it from JDeveloper it works, this is a portion of java code the proxy web service has:
    import oracle.webservices.transport.ClientTransport;
    import oracle.webservices.OracleStub;
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.Stub;
    public class SearchSoapClient {
        private webservicesproxywebcontent.proxy.SearchSoap _port;
        public SearchSoapClient() throws Exception {
            ServiceFactory factory = ServiceFactory.newInstance();
            _port = ((webservicesproxywebcontent.proxy.Search)factory.loadService(webservicesproxywebcontent.proxy.Search.class)).getSearchSoap();
            this.setUsername("weblogic");
            this.setPassword("welcome1");
            System.out.println("callling from _port "+ _port.quickSearch("1234234", null));
         * @param args
        public static void main(String[] args) {
            try {
                webservicesproxywebcontent.proxy.SearchSoapClient myPort = new webservicesproxywebcontent.proxy.SearchSoapClient();
                System.out.println("calling " + myPort.getEndpoint());
            } catch (Exception ex) {
                ex.printStackTrace();
         * delegate all operations to the underlying implementation class.
        public QuickSearchResult quickSearch(String queryText, IdcPropertyList extraProps) throws java.rmi.RemoteException {
            return _port.quickSearch(queryText, extraProps);
        }Also the secured web service was generated from Webcenter Content 11.1.1.6 that is why it's a secured web service.
    Kind Regards
    Carlos

    Without going into any technical discussion about the code, my first question is what JDK version was used to create this which was imported into the form? Understand that Forms 10 runs on JDK 1.4.2, so if you used any newer JDK version, likely there will be problems.

  • TS3408 getting "error 503" when trying to access a particular site.

    says "error 503 : service temporarily unavailable" when I try to access a particular site, if I use phone, access is ok. Thanks in advance

    Try - https://www.cibc.com/ca/personal.html
    https://cibc.com is not the same as https://www.cibc.com <br />The certificate is only valid for https://www.cibc.com , not https://cibc.com

  • Error when trying to access a secure website.

    load: class oracle.forms.engine.Main not found.
    Java.lang.ClassNotFoundException: oracle.forms.engine.Main
    Obviously this is just part of what is shown in the java console, but I was hoping that this might be enough.
    I am trying to access a website and when I get to where the java applet should load, it fails. The error above is what is shown in the java console after it fails.
    Java 1.4.2 is the version I am running, and I have installed a JBuilder Oracle plugin v9.0.
    I was wondering if there is another plugin that I am missing that will fix this error.
    Thanks

    I am having the same problem with my network user ID account. However when I login with local Admin account, I can access the site with no problems. I added the network user ID to the Local Admin group. I am still having the same problem. Please let me know if you find a solution.

  • 503 error code when trying to access a weblogic jax-rpc webservice

    I'm going crazy on a webservice issue with Weblogic server 10.2.
    I have a DocumentRepository webservice deployed and I generated a JAX-RPC library based on its WSDL.
    Now I'm trying to access this webservice from Spring in a desktop application with the following bean declaration:
    <bean id="documentRepository" class="eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl">
         <constructor-arg value="http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL" />
    </bean>
    But when the Spring application context initializes, after a few minutes, I get the following exception:
    javax.xml.rpc.ServiceException: Failed to parse WSDL http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.jaxrpc.ServiceImpl.throwServiceException(ServiceImpl.java:174)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:485)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:119)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at eu.europa.ec.rdg.efp.services.document.v1_00.DocumentRepository_Impl.<init>(Unknown Source)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)+
    +     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)+
    +     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)+
    +     at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)+
    +     ... 35 more+
    Caused by: weblogic.wsee.wsdl.WsdlException: Failed to read wsdl file from url due to -- java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:313)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:403)+
    +     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:389)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)+
    +     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:66)+
    +     at weblogic.wsee.jaxrpc.ServiceImpl.loadWsdlDefinition(ServiceImpl.java:476)+
    +     ... 43 more+
    Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    +     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1305)+
    +     at weblogic.wsee.util.is.InputSourceUtil.loadURL(InputSourceUtil.java:100)+
    +     at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:118)+
    +     at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:65)+
    +     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)+
    +     ... 48 more+
    Yet, I can see the WSDL in my browser when I go to http://myserver.mycompany.com:7021/efpServices/DocumentRepository?WSDL
    Now it looks a lot like a proxy issue, which is possible because I'm behind a proxy, and I had to set the following command-line parameters in order to access remote HTTP resources before the spring application context is initialized:
    -DproxySet=true -DproxyHost=<my proxy IP> -DproxyPort=8012
    And I authenticate to my proxy using the following code, once again before the Spring application context is initialized:
    Authenticator.setDefault(new Authenticator() {
                                       protected PasswordAuthentication getPasswordAuthentication() {
                                            return new PasswordAuthentication(<my login>, <my password>);
    Yet, those settings seem to have absolutely no effect on how the webservice client is loading the WSDL.
    So my question is the following: is it possible to specify a proxy to be used by the webservice client class to load the WSDL? If yes, how?
    On the other hand, if it was a proxy issue, then I guess the webservice client couldn't reach the server and I would get a connection timeout or something. But here I get a response, even though it's a 503 error. Any other idea where my exception comes from?
    I'm really desperate here. I've tried to ask our corporate weblogic support but they couldn't reproduce my issue. I've been fighting with this for weeks. Please help!

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • Ssl_error_rx_record_too_long keep getting this error message when trying to access amazon secure pages also on IE and on firefox android what is it?

    thought problem was solved but keeps recurring; v frustrating since at times all works fine while at others...
    I have a direct connection and the no proxy option selected on firefox connection settings;

    I spoke too soon,
    I reckon the main feature of the problem is its fickleness;
    a minute ago I managed a purchase on amazon, now I can't even log in.
    Checked with isp provider; MTU size is correct ; they don't think there is an issue with them; they advised to check firewall settings; but this doesn't account for the problem being on and off. For what is worth I use windows firewall and norton as antivirus.
    Any ideas?

  • I get an error 403 when trying to access american express site

    i have tried to log into a travel site by american express and i get a 403 forbidden error.  they can't help me with why.  said to empty cache and i did but same thing.  anyone know?

    If you are using Safari, from the menu bar click Safari / Preferences then select the Security tab. Click: Show Cookies. Delete all AMEX related cookies.
    Restart your Mac, then launch Safari.
    If that doesn't help, go back to Safari / Preferences then select the Advanced tab. Click the Change Settings button next to: Proxies.
    That will prompt the System Preferences / Network - Proxies pane. If any of the boxes on the left are checked, deselect the box(es) then click OK.
    Quit then relaunch Safari. Try the AMEX site.

  • Gett 403 error code when trying to access UCM 11g from Admin console -- deployment

    We have deployed UCM 11g in cluster mode. When I test the application via the admin conssole --> deployment --> UCM.   I can access  UCM only on one member of the cluster.  The other member gives me a 403 error code.. 

    Please, take a look at https://blogs.oracle.com/proactivesupportWCC/entry/clustering_and_high_availability_for (and contact the support group as advised)

  • I keep getting error: "Some items for the following product could not be installed successfully" when trying to install the CS6 product.

    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 18 error(s), 6 warning(s)
    ----------- Payload: {0C4E7429-E920-4125-980E-029A87AE0A4D} AdobeColorCommonSetCMYK CS6 4.0.0.0 -----------
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 21)
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 22)
    ----------- Payload: {C7B1C1B3-368D-4C32-A818-83F1554EB398} AdobeColorCommonSetRGB CS6 4.0.0.0 -----------
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 11)
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 12)
    ----------- Payload: {48623899-C152-457D-9B30-1F957332AC2F} AdobeColorPhotoshop CS6 4.0.0.0 -----------
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 3)
    ----------- Payload: {78E38D75-4D92-4F6E-B631-17A436BED680} AdobeColorVideoProfilesCS CS6 4.0.0.0 -----------
    WARNING: DS012: LocalizeFile: Localized string not found for locale 'en_GB' try fetching for en_US(Seq 5)
    ----------- Payload: {8ACD4814-788B-11E1-AC70-A860A781E0D9} Adobe Dreamweaver CS6 12.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Resources"(Seq 418)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 418)
    ----------- Payload: {AAF0D225-F129-40F2-916E-12E28DBD19ED} Adobe Illustrator CS6 Core 16.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Resources"(Seq 2135)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 2135)
    ----------- Payload: {9124DF4E-617D-486B-A970-8FA632244F24} Adobe Photoshop CS6 Core 13.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Resources"(Seq 524)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 524)
    ----------- Payload: {327492D4-78EB-11E1-8ABE-84C55623D190} Adobe InDesign CS6 Application Base Files 8.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/amtlib.framework/Resources"(Seq 1051)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 1051)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050: - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_GB: Install failed
    ERROR: DW050: - Adobe Illustrator CS6 Core_AdobeIllustrator16en_GBLanguagePack: Install failed
    ERROR: DW050: - Adobe InDesign CS6 Application Base Files: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe InDesign CS6 Common Language Files_AdobeInDesign8CommonLang-en_US: Install failed
    ERROR: DW050: - Adobe Dreamweaver CS6_AdobeDreamweaver12en_USLanguagePack: Install failed
    ERROR: DW050: - Adobe Dreamweaver CS6: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe Photoshop CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe Illustrator CS6 Core: Failed due to Language Pack installation failure
    ERROR: DW050: - Adobe InDesign CS6 Application Language Files_AdobeInDesign8AppLang-en_GB: Install failed
    ERROR: DW050: - Adobe Photoshop CS6 International English Language Pack_AdobePhotoshop13-en_GB: Install failed

    Bespokeclo according to ERROR: DF015: Unable to delete symlink "/Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/ it would appear you already have an existing installation of Dreamweaver CS6 installed.  Please make sure to use the uninstaller located in the Applications/Utilities/Adobe Installers folder prior to reinstalling.  If you continue to face difficulties then utilize the CC Cleaner Tool to ensure full removal.  You can find details of the use of the CC Cleaner tool at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • Getting error Can't open file "~/Library/Application Support/iWeb/Domain.sites2." when trying to open iWeb?

    I recently had to replace my harddrive a few months back and tried to open my iWeb to update my website.  When I click to open it, I get "Can’t open file “~/Library/Application Support/iWeb/Domain.sites2.”  I uploaded iLife again but that didn't seem to help.

    Did you confirm that you have a Domain.sites2 file in your Users/Home/Library/Application Support/iWeb folder?  If so double click on it to try to open with iWeb.  If that doesn't work try the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home()/Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • Wordpress error when trying to access my live site published in MUSE

    Hi there,
    I have launched my first adobe MUSE site today. I have used the free adobe muse hosting included in a CC package so its now linked to my own domain. Anyway, I am now seeing this error message when I try to access the site.
    There doesn't seem to be a wp-config.php file. I need this before we can get started.
    Need more help? We got it.
    You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.
    Can anybody help please?? The address is izamoon.co.uk

    Hi there,
    You mentioned you are using your Adobe CC free site and Muse. This is not just hosting. Wordpress will not work on it. It uses Adobe Business Catalyst which is owned by Adobe and Platform and hosting combined.
    You cant install PHP or run PHP on it and you can not use wordpress. You need to scrap any thinking of wordpress and using it and google up or read the forums about Business Catalyst and your Creative Cloud account and how to use it with Muse.

  • I sporadically can't use certain Google features (Gmail, Documents, Calendar, etc.). The error I always get is "SSL received a record that exceeded the maximum permissible length. Error code: ssl_error_rx_record_too_long"

    SSL received a record that exceeded the maximum permissible length.
    Error code: ssl_error_rx_record_too_long
    I get the above message often (but not always) when trying to access my Gmail account, Google docs, calendar, etc. There's really no rhyme or reason for when it works vs. when it doesn't, but I've found that typing in something like "www.gmail.com" never works. When I use the history (or the search bar) it occasionally works.

    Just cleared out the cache and removed all cookies, but I'm getting the same error when I try to open my Google Calendar.
    (Gmail opened just fine a second ago)
    I'm a teacher and using my school-provided laptop from home. Could it be something with the school's network filter? (even though I'm not actually on their network)? How can I check?

Maybe you are looking for

  • Dent in Macbook pro 15 inch

    I have a dent in my Macbook Pro 15 inch, early 2011 It is located near the battery indicator on the side of the laptop. How much will it approximately cost to fix this? This dent caused small gap between the unibody and the bottom case. Thanks a lot

  • I applied a Photoshop effect to some outlined text - but the outlines still look the same?

    1. I typed out the word 2. I created an outline of the word 3. I went to Effect>Photoshop Effects>Texture>Stained Glass and applied However, if you look closely, the blue outlines ignore the  the divots and holes created from the effet. Is this effec

  • Mac Mini & al browsers and apple alias/discussions

    I tried to sign up for mac mini discussions on my mac mini that is having problems. It would not let me sign up and kept telling me that my alias was wrong. So I signed up on my lap top , but the mini still doesn't see me as a user in these discussio

  • Emptying Trash

    Hi there! Need help. Have four jpg items in trash, three are aliases. Cannot empty them from trash...keep getting error message that says they are in use and cannot be deleted. Tried one at a time as recommended... that isn't working. How do I finall

  • Run windows update against specific wsus server

    Is it possible to run windows update from a specific wsus server using cmdline or powershell? Eventually I am trying to do something with powershell but without using the WSUS API for versions 4 and above. Thanks