[docs] troubleshooting for AWS Access SSM sessions#34074
Merged
Conversation
Contributor
|
🤖 Vercel preview here: https://docs-71w7onr5h-goteleport.vercel.app/docs/ver/preview |
Tener
approved these changes
Oct 31, 2023
Contributor
Tener
left a comment
There was a problem hiding this comment.
I think the links are useful are are likely to remain live for quite some time.
Contributor
|
🤖 Vercel preview here: https://docs-dcqdimrjf-goteleport.vercel.app/docs/ver/preview |
ptgott
approved these changes
Oct 31, 2023
| ### `remote error: tls: bad certificate` error during SSM sessions | ||
|
|
||
| You may encounter the `remote error: tls: bad certificate` error when starting | ||
| System Session Manager (SSM) sessions using `tsh aws ssm start-session` or `tsh |
Contributor
There was a problem hiding this comment.
Suggested change
| System Session Manager (SSM) sessions using `tsh aws ssm start-session` or `tsh | |
| System Session Manager (SSM) sessions using the `tsh aws ssm start-session` or `tsh |
Comment on lines
+387
to
+390
| implemented for [`tsh aws ssm | ||
| start-session`](https://github.com/gravitational/teleport/pull/30510) and [`tsh | ||
| aws ecs | ||
| execute-command`](https://github.com/gravitational/teleport/pull/33705). |
Contributor
There was a problem hiding this comment.
I would make it more explicit that the links are to PRs. Otherwise, a user could think they link to another docs page and ignore them. I would remove the links here and add the following at the end of this H3 section:
For more information on the `tsh` workarounds, see the
pull requests that introduced them:
- [https://github.com/gravitational/teleport/pull/30510](https://github.com/gravitational/teleport/pull/30510)
- [https://github.com/gravitational/teleport/pull/30510](https://github.com/gravitational/teleport/pull/33705)
Contributor
|
🤖 Vercel preview here: https://docs-jf8jv8axv-goteleport.vercel.app/docs/ver/preview |
This was referenced Nov 1, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related:
tsh aws ssm start-session#30510tsh aws ecs execute-commandalways fails #33705Add this troubleshooting section as this problem appears in both Zendesk and github issues.
Note that the above changes only fix
tsh aws xxx. Fortsh proxy aws, user still needs the workaround usingNO_PROXY.Not sure if it's a good idea link github issues though.