Search found 4 matches

by spawn
Thu Oct 06, 2011 11:15 am
Forum: NoScript Development
Topic: [INVALID] Can't accept self signed certificate bug
Replies: 7
Views: 3282

Re: Can't accept self signed certificate bug

Thanks Giorgio, that was it, deleting db solved this. I suppose I should read HSTS spec more carefully before implementing it on my sever. And it happened exactly as you said, basically I always accepted cert as "just for this session" from this particular computer. Then on the other hand ...
by spawn
Thu Oct 06, 2011 7:52 am
Forum: NoScript Development
Topic: [INVALID] Can't accept self signed certificate bug
Replies: 7
Views: 3282

Re: Can't accept self signed certificate bug

Ok, for now I only found this site that have self-signed cert: "https://www.pcwebshop.co.uk" And it looks it works okay on this one. Are you also using HSTS? Yes I'm using HSTS When inspecting with firebug I noticed two things. 1. <div id="expertContent" collapsed="true"...
by spawn
Wed Oct 05, 2011 4:25 pm
Forum: NoScript Development
Topic: [INVALID] Can't accept self signed certificate bug
Replies: 7
Views: 3282

Re: Can't accept self signed certificate bug

hmm, good question. For now I was always trying to connect to particular one(my server), but I will try to find some site with self-signed cert and try to connect to it.
I will get back to you on this one by tomorrow morning when I get back to my workstation.
by spawn
Wed Oct 05, 2011 7:55 am
Forum: NoScript Development
Topic: [INVALID] Can't accept self signed certificate bug
Replies: 7
Views: 3282

[INVALID] Can't accept self signed certificate bug

Hy This is my firs post here and I decided to do it because I believe I found an annoying bug. The problem is as follows. When you visit website with self-signed certificate FF provides you with "Untrusted Connection" error site, usually at the bottom there are two options that you can exp...