Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « SSLSocket » Python 3.11.3

Méthode ssl.SSLSocket.getpeercert

Signature de la méthode getpeercert

def getpeercert(self, binary_form=False) 

Description

help(SSLSocket.getpeercert)

Returns a formatted version of the data in the certificate provided
        by the other end of the SSL channel.

        Return None if no certificate was provided, {} if a certificate was
        provided, but not validated.