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

wsl에서 "TLS handshake timeout" (MTU) #30

Closed
raphaelIl opened this issue Dec 31, 2022 · 0 comments
Closed

wsl에서 "TLS handshake timeout" (MTU) #30

raphaelIl opened this issue Dec 31, 2022 · 0 comments
Assignees
Labels
TIL Today I Learned

Comments

@raphaelIl
Copy link
Owner

raphaelIl commented Dec 31, 2022

wsl 환경에서 다른 managed 서비스 호출시 tls error가 발생했고
이는 vpn 환경에서 wsl이 더 작은 mtu를 써야했다.

sudo ip link set eth0 mtu 1200
@raphaelIl raphaelIl added the TIL Today I Learned label Dec 31, 2022
@raphaelIl raphaelIl self-assigned this Dec 31, 2022
@raphaelIl raphaelIl changed the title wsl에서 "TLS handshake timeout" wsl에서 "TLS handshake timeout" (MTU) Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TIL Today I Learned
Projects
None yet
Development

No branches or pull requests

1 participant