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

Error: Invalid protocol: https #10681

Closed
1 task done
okutbay opened this issue Feb 19, 2022 · 4 comments
Closed
1 task done

Error: Invalid protocol: https #10681

okutbay opened this issue Feb 19, 2022 · 4 comments
Assignees
Labels
protocol/grpc Issues related to the gRPC protocol experience in Postman

Comments

@okutbay
Copy link

okutbay commented Feb 19, 2022

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues

Describe the Issue

Not sure if this is a bug but after i imported the proto file i cannot send request and getting the same error for http and https. Any help would be appreciated. Thanks in advance.

Steps To Reproduce

  1. Add new gRPC request
  2. Set URL
  3. Add proto file
  4. Generate example message
  5. Hit invoke

Screenshots or Videos

image

Environment Information

- Operating System: Windows 10
- Platform Type: Native App
- Postman Version: Postman v9.14.1

Additional Context?

No response

@codenirvana codenirvana added the protocol/grpc Issues related to the gRPC protocol experience in Postman label Feb 21, 2022
@codenirvana codenirvana self-assigned this Feb 21, 2022
@codenirvana
Copy link
Member

@okutbay can you check if removing the protocol from the URL or replacing it with grpc:// fixes your issue?

@okutbay
Copy link
Author

okutbay commented Feb 21, 2022

thanks @codenirvana it fixed issue for http.

But when i changed the port to 5001 i got no result
How can i use secure one https->?

image

Thanks in advance.

@lukasvosyka
Copy link

Is SSL support still missing? Facing same issue. I receive a Status 13 INTERNAL.
When I try to use server side reflection over SSL I get this error:
13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error

Tried different URLs
xxxx.com:443
grpc://xxxx.com:443
https://xxxxx.com

@codenirvana
Copy link
Member

@lukasvosyka TLS is supported, you need to add client certificates in settings.

Screenshot 2022-04-01 at 9 09 34 AM

Screenshot 2022-04-01 at 9 11 50 AM

Just use the TLS port with grpc:// protocol (https:// won’t work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol/grpc Issues related to the gRPC protocol experience in Postman
Projects
None yet
Development

No branches or pull requests

4 participants