devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.37k stars 361 forks source link

devspace UI behind SSL proxy? #2407

Closed alexgorbatchev closed 1 year ago

alexgorbatchev commented 2 years ago

I'm running devspace UI behind SSL proxy, however functionality such as commands and terminal doesn't work due to Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS error. I tried to search the docs for an option/setting however didn't find anything.

Is it possible to run devspace UI behind SSL proxy?

lizardruss commented 2 years ago

Hello! Yes it looks like we assume this would be used locally without https / wss. Are you also loading the UI pages over https? If so, then this should be something we can detect and not require a configuration option.

alexgorbatchev commented 2 years ago

Yes, the UI is loaded via https as well.

lizardruss commented 2 years ago

OK thanks! We will release a fix for this soon.

alexgorbatchev commented 1 year ago

Thank you! <3