-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken works with certificates #263
Comments
@maxtar nice catch, I will prepare a hot fix tomorrow, sorry for the inconvenience. |
@Huachao thanx, this is critical for us. :) |
Before that, you may have to download the previous versions on https://github.com/Huachao/vscode-restclient/releases page. |
@Huachao Thank you! |
@Huachao FYI, This may be the same problem. I'm not using any certificates file and I can't make any request as I get an error "certificate expired". |
Should be same root cause. @dakaraphi is the website you test a public one or a private one? If public, could you share me the request URL? |
@maxtar @dakaraphi you can try the latest version 0.20.1 to verify. Thanks |
@Huachao it is fixed for me. thx! |
@Huachao me too. Thank you. |
Steps to Reproduce:
Hostname/IP doesn't match certificate's altnames: "IP: 10.0.0.3 is not in the cert's list: "
If instead of IP in
rest-client.certificates
set hostname, after execute appearing the following error message:unable to get local issuer certificate
.Before upgrading to 0.20.0 (2018/10/8) version all have working ok,
The text was updated successfully, but these errors were encountered: