CaioMeloSilva / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Accept Self Signed certificates #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. POST to a server that has self-signed certificates

What is the expected output? What do you see instead?
POST should go through and response should be displayed
Instead, I see an error that states that certificate is self signed. No
response is displayed.
What version of the product are you using? On what operating system?
2.0

Please provide any additional information below.
A lot of times, developers start off using self-signed certificates. It is
rather helpful if Poster can work with self signed certs.
A previous version used to work, if I recall right because I have used it
in the past.

Original issue reported on code.google.com by Ayush.a....@gmail.com on 17 Feb 2010 at 6:14

GoogleCodeExporter commented 8 years ago
The solution to this is the same as any website.  You need to configure the 
self-signed certificate in the 
preferences for Firefox in exactly the same way.  Then Poster will be able to 
complete the HTTP request.

Original comment by alexmilo...@gmail.com on 17 Feb 2010 at 7:41