Websites with self-signed certificates not loading/shown

Bug #1323390 reported by Florian Boucault
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Confirmed
Undecided
Unassigned
webbrowser-app
Confirmed
Undecided
Olivier Tilloy

Bug Description

Steps to reproduce:

1. Go to a website with a self-signed certificate (e.g. https://www.nlnetlabs.nl/)

Current result: white/blank page with no loading feedback
Expected result: yes/no prompt as to whether or not the user trusts the website

Revision history for this message
Olivier Tilloy (osomon) wrote :

This is a missing API in oxide to expose this to embedders. This is the error I’m seeing:

    [0527/094933:ERROR:cert_verify_proc_nss.cc(868)] CERT_PKIXVerifyCert for www.nlnetlabs.nl failed err=-8172

Changed in webbrowser-app:
status: New → Confirmed
Revision history for this message
Olivier Tilloy (osomon) wrote :

The following standalone QML example triggers the issue:

import QtQuick 2.0
import com.canonical.Oxide 1.0

WebView {
    width: 200
    height: 200
    url: "https://www.nlnetlabs.nl/"
}

Changed in oxide:
status: New → Confirmed
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks, I've marked this as a duplicate of bug 1214034. That's the next major task I'm working on after the sprint, so it should happen quite soon

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.