207 self.trUtf8("SSL Errors"), |
207 self.trUtf8("SSL Errors"), |
208 self.trUtf8("""<p>SSL Errors for <br /><b>{0}</b>""" |
208 self.trUtf8("""<p>SSL Errors for <br /><b>{0}</b>""" |
209 """<ul><li>{1}</li></ul></p>""" |
209 """<ul><li>{1}</li></ul></p>""" |
210 """<p>Do you want to ignore these errors?</p>""")\ |
210 """<p>Do you want to ignore these errors?</p>""")\ |
211 .format(reply.url().toString(), errorString), |
211 .format(reply.url().toString(), errorString), |
212 type_ = E5MessageBox.Warning) |
212 icon = E5MessageBox.Warning) |
213 |
213 |
214 if ret: |
214 if ret: |
215 if len(caNew) > 0: |
215 if len(caNew) > 0: |
216 certinfos = [] |
216 certinfos = [] |
217 for cert in caNew: |
217 for cert in caNew: |