Open GoogleCodeExporter opened 8 years ago
Are you installing certificates via preferences? Poster uses the xpcom version
of
xmlhttprequest and so doesn't have access to much beyond what you can do via that
Interface. There are a few more feature when you run inside an extension
but I don't know about certificate support.
Original comment by alexmilo...@gmail.com
on 13 Aug 2009 at 4:09
I am installing PKCS#12 certificate using Firefox -> Edit -> Preferences menu.
Site
to which I am sending request using POSTER requires a client certificate and
when I
send the request from Firefox, it works because Firefox will send the cert.
Original comment by arunkuma...@gmail.com
on 14 Aug 2009 at 4:11
Interesting. This feels like a bug in Firefox as that kind thing should be
handled automatically. Where exactly
are you adding the certificate?
Original comment by alexmilo...@gmail.com
on 14 Aug 2009 at 12:59
Edit > Preferences > Advanced > Encryption > View Certificates > Your
Certificates >
Import
Original comment by arunkuma...@gmail.com
on 14 Aug 2009 at 2:04
This is probably not working because Poster exists outside the site. As such,
it correctly doesn't sent the
certificate. I'm not sure what to do about this right now.
Original comment by alexmilo...@gmail.com
on 16 Feb 2010 at 5:30
Just like in Fiddler, why don;t we put the client certificates somewhere on
local disk
and use them when sending request from POSTER?
Original comment by arunkuma...@gmail.com
on 16 Feb 2010 at 6:19
What is Fiddler? I'm not sure how to configure an XMLHttpRequest object to use
a local certificate and any
example is welcome.
This is probably a new feature rather than a defect.
Original comment by alexmilo...@gmail.com
on 16 Feb 2010 at 8:57
Take a look at the tool http://www.fiddlertool.com/
This is also a HTTP request monitor kind of app, supports sending requests just
like as
in POSTER.
Original comment by arunkuma...@gmail.com
on 17 Feb 2010 at 6:06
For what it's worth, we use poster with client certs with no problem across all
platforms.
This is Firefox 16.0.2 and Poster 3.2, but I've not had a problem with this in
2-3 years.
Original comment by ashley.h...@gmail.com
on 27 Nov 2012 at 5:51
Original issue reported on code.google.com by
arunkuma...@gmail.com
on 13 Aug 2009 at 9:54