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 = {} |