1. #1
    Sencha User
    Join Date
    Jan 2013
    Posts
    1
    Vote Rating
    0
    DanielFerreiraJorge is on a distinguished road

      0  

    Default Unanswered: SOAP with browser certificate authentication

    Unanswered: SOAP with browser certificate authentication


    Hi, is it possible for sencha to get the information of certificates stored in the browser? I need to securely connect to a SOAP web service using PKCS12 certificates stored in my customer's browser.

    I NEED this to be done on the client side, with javascript, since my customers will not upload their certificates to the server.

    If sencha does not provide a solution for this, does anybody know a JS lib to do this? (Notice that the problem is NOT that I need a library to manipulate certificates, I can use forge for that. I need a library that can ACCESS the certificate stored in the browser)

    Thank you very much!

  2. #2
    Sencha - Community Support Team friend's Avatar
    Join Date
    Apr 2011
    Posts
    798
    Vote Rating
    20
    Answers
    89
    friend will become famous soon enough friend will become famous soon enough

      0  

    Default


    I think you may be confused about a browser's ability to negotiate TLS/SSL and the WS-Security mechanisms typically used for securing SOAP endpoints.

    Javascript plays no part in any of these processes.

    Here's a good article that may shed some light on the situation:

    http://www.javaworld.com/javaworld/j...ssecurity.html