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

WebSocket TLS Encryption connection supported?& Notify Message supported? #314

Open
XYuhan8600 opened this issue Jul 16, 2024 · 0 comments

Comments

@XYuhan8600
Copy link

Hello again,

I noticed that the code(backend/services/mtp/ws-adapter/internal/config/config.go line 59) has prepared a port 8081 for WebSocket connections with TLS, but it seems not working in my case. I just want to make sure if oktopus supports WebSocket connections with TLS? If yes, do we need to change certain configurations to enable it?

wsTlsPort := flag.String("ws_tls_port", lookupEnvOrString("WS_TLS_PORT", ":8081"), "websocket tls server port")

Another question is that does oktopus support Notify message? When I connect a WebSocket obuspa to the controller and let the agent send Notify messages to oktopus with send_resp true, I can't see oktopus's NOTIFY_RESP to the agent, which leads to the agent continuously sending Notify messages to the controller. So I guess that oktopus doesn't support Notify yet?

Thank you very much for your precious time and your response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant