treviettreviet / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Getting " 0 NO RESPONSE" for "https" requests #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sending a "https" get/POST request to server
2.
3.

What is the expected output? What do you see instead?

Expected response is "200 OK", I see "0 NO response"

What version of the product are you using? On what operating system?

Version : 1_0_9 OS: Windows XP

Please provide any additional information below.

Sending a “HTTP” POST request works fine and the expected response is 
received from the server (200 OK).
However, sending “HTTPS” POST request  results in a “NO RESPONSE” error.

I tried sending the same HTTPS POST request from a Linux client through wget 
tool with the “--no-check-certificate” option and it worked fine, yielding 
the expected response(200 OK).

I am not sure if not enabling some option equivalent to 
“--no-check-certificate” in the Windows REST client is causing the issue. 
If you have an idea that would resolve the “NO RESPONSE” issue in case of 
HTTPS request from Windows REST client, please let me know. It would be of 
great help.

Original issue reported on code.google.com by raajesh...@gmail.com on 6 Aug 2012 at 1:33

GoogleCodeExporter commented 9 years ago
Invalid certificate in javascript calls rises exception. It's by design. You 
might want to try this solution 
https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-exten
sions/adA6Asn1QC4%5B1-25%5D - installing certificate in browser.
Anyway it's not an issue with application.

Original comment by jarro...@gmail.com on 15 Aug 2012 at 11:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It should work by simply importing the certificate to your chrome browser (By 
simply choosing the "Proceed Anyway" option when browsing to the URL that uses 
HTTPs)

Original comment by M.Soueid...@gmail.com on 24 Oct 2013 at 1:11