-
Notifications
You must be signed in to change notification settings - Fork 42
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
Is not support HTTPS? #30
Comments
@KimChungHo AWS에서 사용중인 ELB 종류가 websocket을 지원 하는지 확인해보셔야할 듯합니다. ELB종류에 따라 지원을 안하는 ELB가 존재합니다. |
@smallmiro 타임아웃 문제는 해결하였습니다. 세팅 미스였던 거 같은데 내용은 잘 기억 안 나고 다시 잘 세팅하니까 되더라고요. 문제는 https... ㅠㅠ |
@KimChungHo 감사합니다 |
@smallmiro 답변 감사합니다. 해당 코드는 이미 시험해본 바 socket.io => socket.io - wss://domain/ got an unknown error: System.Exception: Unknown Error 라는 에러가 뜹니다. Socket.io-Client로 테스트 했을 때에는 잘 되는 걸로 보아 서버 환경 문제는 아닐 거라 생각하는데, 확인 부탁드립니다. socket.io.SocketManager:m__2(Exception) (at xxx/SocketManager.cs:136) |
ArgumentException: Unsupported protocol: https
not support https??
https는 지원하지 않는 건가요?
그리고 이건 추가적인 질문인데, AWS의 로드 밸런서를 통과하게 되면 타임아웃 에러가 계속 납니다.
The text was updated successfully, but these errors were encountered: