Skip to content
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

API Request to an application using a self-signed certificate will not work #20

Closed
vaio2005 opened this issue May 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@vaio2005
Copy link

vaio2005 commented May 6, 2023

Describe the bug

Applications using a self-signed certificate not running on a standard port won't work

Steps to reproduce

  1. Have an application expose an API to a non-standard port with a self-signed certificate
  2. Execute a request to that API
  3. Allow the self-signed certificate
  4. Observe the error Error: Certificate for IP> doesn't match any of the subject alternative names: []

Expected behavior

The request should go through, and retrieve the response of the API request.

Environment information:

  • OS: Windows 10 22H2 19045.2846
  • IDE version: IDEA 2023.1.1 Ultimate Edition #IU-231.8770.65
  • plugin version: 2023.1.9-231
@vaio2005 vaio2005 added the bug Something isn't working label May 6, 2023
@AntonShuvaev
Copy link
Collaborator

Thanks for reporting the issue. Will look into it.

@AntonShuvaev
Copy link
Collaborator

I've added an option to disable certificate hostname verification Settings > Tools > JetClient > Host name verification. Please update to version 2023.1.10 and disable this option to resolve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants