miu060502
Results
1
comments of
miu060502
discard the ssl_invalid_cert event . sample code as followed self.add_event_handler("ssl_invalid_cert", self.discard) ``` def discard(self, event, cert, direct): return ```