eric6/E5Network/E5SslErrorHandler.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
105 """ 105 """
106 Public method to handle SSL errors. 106 Public method to handle SSL errors.
107 107
108 @param errors list of SSL errors (list of QSslError) 108 @param errors list of SSL errors (list of QSslError)
109 @param server name of the server (string) 109 @param server name of the server (string)
110 @keyparam port value of the port (integer) 110 @param port value of the port (integer)
111 @return tuple indicating to ignore the SSL errors (one of NotIgnored, 111 @return tuple indicating to ignore the SSL errors (one of NotIgnored,
112 SystemIgnored or UserIgnored) and indicating a change of the 112 SystemIgnored or UserIgnored) and indicating a change of the
113 default SSL configuration (boolean) 113 default SSL configuration (boolean)
114 """ 114 """
115 caMerge = {} 115 caMerge = {}

eric ide

mercurial