Message security in PI

Hi SDNers,
In my current assignment I have a requirement where there is an interface between SAP MDM & SAP R/3. The interface has vendor master details with Bank details. The requirement is that the interface needs to be secured such that nobody can change the bank details at the middleware level. Please throw some light on how this can be achieved?
At MDM side we plan to use MDM PI Adapter & at R/3 side we will be using the IDoc adapter.
Regards,
Gautam Purohit

Hi Gautham
>>>The requirement is that the interface needs to be secured such that nobody can change the bank details at the middleware level
Use Digital Signature at the message level. Basically we are signing the message at the time of sending and verify at the time of receiving it . We do in our areas. Using Digital signature is to make sure that nobody make changes in the middle of mesg routing between source and target.
Currently we use apache open source web service security package wss4j to achieve this.  You can use any standard to implement this.
SAP has digital signature help ... this coding snippet will be helpful
http://help.sap.com/saphelp_nwpi71/helpdata/EN/a4/d0201854fb6a4cb9545892b49d4851/content.htm

Similar Messages

  • Exception created : flex.messaging.security.SecurityException

    Hi ,
    The message below keep appearing in the systemout.log file. Any idea?
    00002ca4 webcontainer  E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.
    00002ca4 servlet       E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet documents in application LiveCycleES2. Exception created : flex.messaging.security.SecurityException
        at com.adobe.workspace.users.Authentication.validateContext(Authentication.java:445)
        at com.adobe.workspace.tasks.DocumentServlet.doGet(DocumentServlet.java:166)
    00002ca4 webcontainer  E com.ibm.ws.webcontainer.WebContainer handleRequest SRVE0255E: A WebGroup/Virtual Host to handle / has not been defined.
    00002ca4 webapp        E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[documents]: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API
        at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext. java:637)
        at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:1187)
    -Dhiyane

    Hello Nitin,
    i didnt say that its working fine with ATG REST. i mentioned that its working fine with 10.0.2 version of ATG but not with ATG10.1.1 . Also i am using SOAP only in both the versions. i am getting the boolean exception in the line where will i pass username, password and ispasswordEncrpted. i am passing defalut username,
    password and false(ispasswordencrypted).
    so can you help me on this.
    i am pasting my clinet program here
    public class LoginClient {
      * @param args
      * @throws RemoteException
      * @throws ServletException
      * @throws SecurityException
      * @throws ServiceException
      public static void main(String[] args) throws SecurityException, ServletException, RemoteException, ServiceException {
      /*System.getProperties().put("socksProxyHost", "172.26.183.65");
      System.getProperties().put("socksProxyPort", "8180");*/
      LoginUserSEIService loginService = new LoginUserSEIServiceLocator();
      LoginUserSEI loginStub = loginService.getLoginUserSEIPort();
      org.apache.axis.client.Stub axisStub = (org.apache.axis.client.Stub) loginStub;
      CookieContainer cookieContainer = new CookieContainer();
      axisStub.setMaintainSession(true);
      // Don't allow XML elements to reference other XML elements
      axisStub._setProperty(AxisEngine.PROP_DOMULTIREFS, new Boolean(false));
      // Push cookies onto the Stub
      cookieContainer.pushCookies(axisStub);
      String userId = loginStub.loginUser("[email protected]", " password", false);
      // Get cookies out of the Stub, and pass them to subsequent calls as needed
      cookieContainer.extractCookies(axisStub);
      System.out.println("User ID : " + userId);

  • Settings for enabling message security tab in message display tool

    Hi Experts,
    We have a scenario where we are sending data by applying web service security using SOAP receiver communication channel .
    I want to check message security log along with audit log in message display tool in RWB.
    Can anybody know what are the required settings to enable message security tab in message display toolin RWB?
    Regards,
    Sari

    Hello
    Check the link, [Security Configuration at Message Level  |http://help.sap.com/saphelp_nwpi71/helpdata/EN/ea/c91141e109ef6fe10000000a1550b0/content.htm], which describes the steps required.
    Regards
    Mark

  • Message security while using JMS

    Hello,
    In PI7.0 we are using JMS adapter to pull data from another MQ system.
    How can we make this call secure?
    I mean, during data transfer using FTP or HTTP, we can use FTPS or HTTPS. In case of JMS, is there any way in which message security can be provided?
    Many Thanks in advance,
    Chandra

    Hi Chandra,
    The Security Provider Service of the session container then forces authentication against the policy configuration that is configured for JMS X.509 certificate authentication. Otherwise, the anonymous user is configured for J2EE Engine.
    Check the below link:
    http://help.sap.com/saphelp_sm32/helpdata/en/cb/b0ceb823984a62bf017a42179af99a/content.htm
    Thanks,

  • Injecting message security int Glassfish EJB3.0 Web Service Endpoint

    I need to specify message security in sun-ejb-jar.xml descriptor. According to documentation: https://glassfish.dev.java.net/javaee5/webservices/dispatch_process.html#EJB
    when EJB is deployed, ejb-jar.xml, webservices.xml, and sun-ejb-jar.xml get created. This works. The documentation goes on to say that if an ejb-jar.xml or sun-ejb-jar.xml file is provided in the EJB-JAR, they will be used as starting points when descriptors are generated. This does not seem to work.
    I have tried to create descriptors by hand but was unsuccessful at this as well.
    Is there a way to modify descriptors generated by the application server following a deploy with no descriptors), so that I can package them with my EJB-JAR? I tried and couln't get that to work.
    Basically, I need to be able to add message-security-binding and auth realm configs to the sun-ejb-jar.xml, if that is at all possible. Thanks for any help anyone can give.
    Frank

    Well, I managed to get this to sort of work. I am able to deploy my EJB with only a sun-ejb-jar.xml descriptor. The glassfish container generates the webservices.xml and ejb-jar.xml, and updates the sun-ejb-jar.xml file passed in. I now am seeing a new problem.
    Here are the scenarios:
    1) Default security provider:
    Request policy: auth-source="content" auth-recipient="after-content"
    Client signs and then encrypts message, all works fine.
    2) Specify provider and request protection in sun-ejb-jar.xml to be signature
    Request policy: auth-source="content"
    Client signs message
    All works fine.
    3) Specify provider and request protection in sun-ejb-jar.xml to be signature and encrypted. (Should be same as Scenario one).
    Request policy: auth-source="content" auth-recipient="after-content"
    Client signs and then encrypts message.
    The server throws the following exception:
    [#|2007-03-07T17:30:37.895-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.resource.webservices.jaxws.server.soapmd|_ThreadID=12;_ThreadName=httpWorkerThread-8080-1;_RequestID=eb686a92-f5a7-4a24-a83f-fbffeed3dd4d;|Error in decoding SOAP Message
    Error in decoding SOAP Message
    at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:89)
    at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.toMessageInfo(SOAPMessageDispatcher.java:187)
    at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher$SoapInvoker.invoke(SOAPMessageDispatcher.java:571)
    at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:145)
    at com.sun.xml.ws.server.Tie.handle(Tie.java:88)
    at com.sun.enterprise.webservice.Ejb3MessageDispatcher.handlePost(Ejb3MessageDispatcher.java:160)
    at com.sun.enterprise.webservice.Ejb3MessageDispatcher.invoke(Ejb3MessageDispatcher.java:89)
    at com.sun.enterprise.webservice.EjbWebServiceServlet.dispatchToEjbEndpoint(EjbWebServiceServlet.java:178)
    at com.sun.enterprise.webservice.EjbWebServiceServlet.service(EjbWebServiceServlet.java:109)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sun.enterprise.web.AdHocContextValve.invoke(AdHocContextValve.java:100)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:71)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Caused by: javax.xml.ws.soap.SOAPFaultException: Cannot find the dispatch method
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.raiseFault(SOAPDecoder.java:674)
    at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.decodeDispatchMethod(SOAPXMLDecoder.java:152)
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBodyContent(SOAPDecoder.java:337)
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBody(SOAPDecoder.java:327)
    at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeEnvelope(SOAPDecoder.java:250)
    at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:81)
    ... 29 more
    Please note that the client is the same for Scenario 1 and 3, yet the outcome is greatly different.
    Also, I did try manually change the generated descriptor, rather than passing in sun-ejb-jar.xml. This did not work either. same error.
    Thanks for any help.
    Message was edited by:
    FrankF@Sun
    Message was edited by:
    FrankF@Sun

  • I've updated to FF26 and get the follow error message "Secure Connection Failed" why is that?

    ever since I've updated to FF26 some of the sites won't come up and show the following error message:
    Secure Connection Failed
    An error occurred during a connection to www.facebook.com. SSL peer rejected a handshake message for unacceptable content. (Error code: ssl_error_illegal_parameter_alert)
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
    it does not happens all the time but most of the times.
    this also occurs on google.com, twitter.com and many more.
    what to do?

    Do you have the option to turn off the feature of Kaspersky scanning your SSL traffic? Usually that can be turned off (e.g., in ESET and BitDefender).

  • Is it possible to use TransportWithMessageCredential with both transport as well as message security?

    Can i use configuration like this
    <ws2007HttpBinding>
    <binding>
    <security mode="TransportWithMessageCredential">
    <transport clientCredentialType="Certificate"/>
    <message clientCredentialType="UserName"
    negotiateServiceCredential="false"
    establishSecurityContext="false"/>
    </security>
    </binding>
    </ws2007HttpBinding>
    This is the client side code to prepare channel for the WCF service
    //f is instance of WSTrustChannelFactoryf.Credentials.UserName.UserName = username;
    f.Credentials.UserName.Password = password;
    f.Credentials.ClientCertificate.Certificate = "I am assigning the client certificate here";f.Open();
    var channel = f.CreateChannel(new EndpointAddress(endpointAddress)) as WSTrustChannel;
    Server side, I have custom SecurityTokenHandlers for both UserNameSecurityTokenHandler (to validate username and password) as well as X509SecurityTokenHandler (to validate client cert)
    But in this case, only my custom X509SecurityTokenHandler is getting called. So my question is whether it is possible to use transport security "certificate" as well as message security "username" in combination? In my opinion it
    do not work.
    ViBi

    Hi vkbishnoi,
    By default, the wsHttpBinding binding provides HTTP communication. When configured for transport security, the binding supports HTTPS communication. HTTPS provides confidentiality and integrity protection for the
    messages that are transmitted over the wire. However the set of authentication mechanisms that can be used to authenticate the client to the service is limited to what the HTTPS transport supports. WCF offers a
    TransportWithMessageCredential security mode that is designed to overcome this limitation. When this security mode is configured, the transport security is used to provide confidentiality and integrity
    for the transmitted messages and to perform the service authentication. However, the client authentication is performed by putting the client credential directly in the message. This allows you to use any credential type that is supported by
    the message security mode for the client authentication while keeping the performance benefit of transport security mode.
    So we can use the following configuration:
    <security mode="TransportWithMessageCredential">
    <transport clientCredentialType="Certificate"/>
    <message clientCredentialType="UserName"
    negotiateServiceCredential="false"
    establishSecurityContext="false"/>
    </security>
    In one word is that for this binding credentials are passed with the message and message protection and server authentication are provided  by the transport layer.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • TimeTable applet for TrendMicro InterScan Messaging Security Suite

    To handle some features of TrendMicro InterScan Messaging Security Suite, I need to use the TimeTable applet. I succeded only from a pc with Windows 2000 professional with Microsoft virtual machine. I could not succed from Windows XP or from Windows 2003 with sun jre. It appears a red X and there is an error message that says it failed to load the applet. I looked for information about this, but so far I could find information only about proxy settings. But, this happened even in a network without a proxy, where I am free to go anywhere in internet.
    Has anybody handled this situation?
    Thank You
    Rodolfo Giovanninetti

    To handle some features of TrendMicro InterScan Messaging Security Suite, I need to use the TimeTable applet. I succeded only from a pc with Windows 2000 professional with Microsoft virtual machine. I could not succed from Windows XP or from Windows 2003 with sun jre. It appears a red X and there is an error message that says it failed to load the applet. I looked for information about this, but so far I could find information only about proxy settings. But, this happened even in a network without a proxy, where I am free to go anywhere in internet.
    Has anybody handled this situation?
    Thank You
    Rodolfo Giovanninetti

  • Message security

    How to use message security in Adapter.
    What is the purpose of message security in Adapter.

    Hi jeevan karu  ,
    If you have assigned the sender agreement a communication channel with adapter type XI, SOAP, Mail, or CIDX, you can specify settings for message security.
    To be able to configure the security settings, the appropriate checkboxes for message security must be selected in the assigned communication channel:
    for the adapter types XI and SOAP, select the Web Services Security checkbox;
    for adapter type RNIF and CIDX, select the checkboxes under Security Settings.
    In the case of the adapter type Mail, the message protocol must be XIPAYLOAD and the checkbox S/MIME must be selected.
    This guide describes the implementation of Message Level Security (MLS) between the SAP Partner Connectivity Kit (PCK) and the Integration Server as part of SAP Exchange Infrastructure (XI) 3.0.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51(How to configure message level security in XI 7.0)
    http://help.sap.com/saphelp_nw04/helpdata/en/06/e92041c877f623e10000000a155106/content.htm
    security settings for different adapters
    http://help.sap.com/saphelp_nw04/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm
    *****Pls reward points if u find this useful.
    cheers,
    gyanaraj

  • Message security in XI

    Hi All,
    In my scenario Proxy to Http (Sync), the message processing should be more secure. Please let me know the protocals which can be provide security (Https or digital singanture) and also let me know how this can be implemented in HTTP receiver side.
    Regards,
    Praveen Kumar

    Hello,
    you can use https.
    The description for using https is here:
    http://help.sap.com/saphelp_nw04/helpdata/en/85/46453c3ff4110ee10000000a11405a/frameset.htm
    Regards
    Patrick

  • SOAP message security fault:FailedCheck error

    Hi,
    I have a client application that adds a signature to the SOAP request. (Most of
    the code has been taken from "Writing the Java Code to Invoke a Secure Non-WebLogic
    Web Service" at http://e-docs.bea.com/wls/docs81/webserv/security.html)
    Enabling the jvmarg verbose flag in build.xml indicates that the request going
    out has a wsse:Security element with a signature, binary and username token.
    The response from the server is as follows :
    [java] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://sche
    mas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><en
    v:Header/><env:Body><env:Fault xmlns:fault="http://schemas.xmlsoap.org/ws/2002/0
    7/secext"><faultcode>fault:FailedCheck</faultcode><faultstring>failed security
    c
    heck for message body</faultstring></env:Fault></env:Body></env:Envelope>
    After which i get a javax.xml.rpc.soap.SOAPFaultException: failed security check
    for message body.
    I believe that i maybe getting this error because the server is unable to verify
    the signature for some reason. Am i missing something here?
    Also please let me know if you need more information to diagnose the problem.
    thanks,
    Nadeem.

    The root cause being:
    [java] [weblogic.xml.security.encryption.EncryptionException: http://www.w3
    org/2001/04/xmlenc#tripledes-cbc can only be used with a domestic license]].>
    I believe the security frameworks checks the WebLogic license file
    (license.bea) to determine whether to use domestic or international
    strength encryption.
    Nadeem Ilkal wrote:
    Hi Bruce,
    I tried the example you pointed out and i am getting the following exception.
    The signature and encryption verbose flags are enabled by default in build.xml.
    run:
    [java] <Jun 2, 2003 11:19:22 AM PDT> <Info> <webservice> <BEA-220024> <Hand
    ler weblogic.webservice.core.handler.WSSEClientHandler threw an exception from
    i
    ts handleRequest method. The exception was:
    [java] weblogic.xml.security.SecurityConfigurationException: Failed adding
    encryption to request - with nested exception:
    [java] [weblogic.xml.security.SecurityProcessingException: Problem adding
    e
    ncrypted key - with nested exception:
    [java] [weblogic.xml.security.encryption.EncryptionException: http://www.w3
    org/2001/04/xmlenc#tripledes-cbc can only be used with a domestic license]].>
    [java] java.rmi.RemoteException: SOAP Fault:javax.xml.rpc.soap.SOAPFaultExc
    eption: Failed adding encryption to request; nested exception is:
    [java] javax.xml.rpc.soap.SOAPFaultException: Failed adding encryption
    to request
    [java] at sign.SecurityPort_Stub.echo(SecurityPort_Stub.java:30)
    [java] at sign.SecureClient.main(SecureClient.java:63)
    [java] Caused by: javax.xml.rpc.soap.SOAPFaultException: Failed adding encr
    yption to request
    [java] at weblogic.webservice.core.ClientDispatcher.receive(ClientDispa
    tcher.java:270)
    [java] at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDisp
    atcher.java:131)
    [java] at weblogic.webservice.core.DefaultOperation.invoke(DefaultOpera
    tion.java:430)
    [java] at weblogic.webservice.core.DefaultOperation.invoke(DefaultOpera
    tion.java:416)
    [java] at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:2
    75)
    [java] at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:2
    50)
    [java] at sign.SecurityPort_Stub.echo(SecurityPort_Stub.java:27)
    [java] ... 1 more
    [java] Exception in thread "main"
    [java] Java Result: 1
    thanks,
    Nadeem.
    Bruce Stephens <[email protected]> wrote:
    Hello,
    Have you tried going through the example:
    http://webservice.bea.com/index.html#qz15 and making sure this works
    OK
    for you?
    Also, try the following system properties to view more runtime security
    information:
    weblogic.xml.encryption.verbose=true
    weblogic.xml.signature.verbose=true
    HTH,
    Bruce
    Nadeem Ilkal wrote:
    Hi,
    I have a client application that adds a signature to the SOAP request.
    (Most of
    the code has been taken from "Writing the Java Code to Invoke a Secure
    Non-WebLogic
    Web Service" at http://e-docs.bea.com/wls/docs81/webserv/security.html)
    Enabling the jvmarg verbose flag in build.xml indicates that the request
    going
    out has a wsse:Security element with a signature, binary and username
    token.
    The response from the server is as follows :
    [java] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://sche
    mas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><en
    v:Header/><env:Body><env:Fault xmlns:fault="http://schemas.xmlsoap.org/ws/2002/0
    7/secext"><faultcode>fault:FailedCheck</faultcode><faultstring>failed
    security
    c
    heck for message body</faultstring></env:Fault></env:Body></env:Envelope>
    After which i get a javax.xml.rpc.soap.SOAPFaultException: failed security
    check
    for message body.
    I believe that i maybe getting this error because the server is unable
    to verify
    the signature for some reason. Am i missing something here?
    Also please let me know if you need more information to diagnose the
    problem.
    thanks,
    Nadeem.
    [att1.html]

  • Collab IDK Store a new Discussion message security settings

    I am working on an ASP.NET 2.0 application that creates a new discussion message. When I login as administrator I am able to store the message. I receive the following error as a user configured with admin access to the project workspace discussion:
    (remote) storeDiscussionMessage: Undeclared Exception Type
    com.plumtree.remote.rat.XPUndeclaredBackEndException: Failed<br>Not allowed post messages
    The application is developed using App Accelerator. The Remote Session is created by using this.m_portletContext.GetRemotePortalSession() in an ALIPortlet Page.
    Any info regarding the required user security settings for creating a message through the IDK is greatly appreciated.

    I can't belive how fast the hosts are. By the time my above reply was posted you were already in the MacBook Pro Forum. Hopefully you'll get the solution to your problem now.

  • When I try to log in to the eoffer.gov website I get this message: Secure Connection Failed

    There's not much else I can say. the message is above. I need to be able to log into this website and it won't let me

    I can't make a secure https connection to that website either with Firefox. It looks that there is a problem with that server.<br />
    Can you access that website with other browsers like IE?

  • Hi Guys, I have completely lost access to Gmail and all Google accounts via Firefox - error message "secure connection failed Error code: sec_error_bad_der

    I have been a long time Firefox user and this is the first time I am truly baffled. Now if I try to log into gmail or any google account on my main PC I just get an error message as below.
    Secure Connection Failed
    An error occurred during a connection to accounts.google.com. security library: improperly formatted DER-encoded message. (Error code: sec_error_bad_der)
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.
    I have tried reinstalling, clearing cache, clearing cookies, and just about every other thing I can think of but to no avail. I can access through IE and also via firefox on my other PCs but no joy on my main PC. Please help as this one is stumping me.
    Many thanks for your help.

    Sorry I forgot to add my system is Win 7 64 home premium

  • Has Anyone gotten the message Security Status your computer is infected?

    I tried to open my email and a security status message came up. Unfortunately your computer is infected. Has anyone ever gotten this?

    I look at this site to know what the security threats are and how to be more secure. http://www.reedcorner.net/news.php?s=macdefender
    http://www.reedcorner.net/guides/macvirus/
    Be sure to check out the malware catalog here http://www.reedcorner.net/guides/macvirus/malware_catalog.php

Maybe you are looking for

  • Black Screen on Windows 7 startup

    Windows 7 desktop can not load after welcome screen appears just a black screen come and stuck a white mouse pointer works but nothing else. safe mode works and last known good configuration works whenever i start in above mentioned mode it works and

  • I deleted duplicates in my library. Can they be restored?

    So I deleted duplicates of the 100+ songs on my iTunes library. Now I can play the existing ones in iTunes, however the ones imported in from a CD from my laptop, which were stored on my laptop are now not working. When I deleted the duplicates, I ch

  • I just instaled IOS5 on my iPhone 4 and i cant restore from buckup

    please help me.....

  • Message mapping -How to change 1.2345 to 12345

    Hi everybody, How can I have all the digits of the source field in the target field with the decimal pont removed. Source field --1.2345 target field --12345 thanks, Ramya Shenoy

  • Data functions in BEx

    Hi all, I am writing a query where I need the help of some data functions but cannot find them. I have read about SUMCT<operand> and SUMGT<operand> and also percentage functions like %GT. All these are not available when i am trying to create a calcu