docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

feat(microservice): add TLS over TCP support

Open Flusinerd opened this issue 3 years ago • 3 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md

PR Type

What kind of change does this PR introduce?

  • [ ] Bugfix
  • [x] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [x] Docs
  • [ ] Other... Please describe:

What is the current behavior?

No docs for TLS over TCP support.

Issue Number: 6745 Pull Request: 7516

What is the new behavior?

Added TLS support section to Basics page in Microservice section.

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

Flusinerd avatar Jul 12 '21 10:07 Flusinerd

Is this going to get committed?

elucidsoft avatar Jan 13 '22 23:01 elucidsoft

@elucidsoft it's still wip. I don't have time atm to work on this. Check https://github.com/nestjs/nest/pull/7516

Flusinerd avatar Jan 14 '22 09:01 Flusinerd

I've just pointed out a few small things to change, but otherwise it looks like a good addition to the documentation. 👍

Tony133 avatar Mar 17 '22 12:03 Tony133