Comment 1 for bug 1073085

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

I can't reproduce this.

I see the following code in scope.vala which enables cert checking:
      session.ssl_use_system_ca_file = true;
      session.ssl_strict = true;

And attempting to MITM using sslsniff and an invalid cert shows no results in the dash.

Please give detailed steps on how to reproduce this issue.