python/SSL/Certificate.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vanessa PARISSE

    #1

    python/SSL/Certificate.

    In my website, the user connect in HTTPS whith a client certificate.
    I would like to get the email in the certificate.
    I'm trying to get the client certificate presented to the server.

  • Martin v. Löwis

    #2
    Re: python/SSL/Certificate.

    Vanessa PARISSE wrote:[color=blue]
    > In my website, the user connect in HTTPS whith a client certificate.
    > I would like to get the email in the certificate.
    > I'm trying to get the client certificate presented to the server.[/color]

    What does that have to do with Python? Are you trying to use Python
    on the client side, or on the server side? In either case, what
    precisely are you trying to do *with Python*?

    Regards,
    Martin

    Comment

    Working...