Comment on Multiple Kubernetes Services Using Same Port Without SNI
just_another_person@lemmy.world 4 months ago
Yes, it’s possible to host whatever you want.
If you don’t use SSL, then your client is probably complaining silently. Get logs.
Comment on Multiple Kubernetes Services Using Same Port Without SNI
just_another_person@lemmy.world 4 months ago
Yes, it’s possible to host whatever you want.
If you don’t use SSL, then your client is probably complaining silently. Get logs.
wireless_purposely832@lemmy.world 4 months ago
Thanks - I appreciate the response. However, for the services I’m asking about (eg: SSH, SFTP, etc.) do not support SSL/TLS and forcing SSL/TLS with a wrapper would likely cause incompatibility with clients.
I agree though - for other the services connecting via HTTP/HTTPS, there would likely either be some incompatibility or at least warning messages about not using SSL/TLS.
just_another_person@lemmy.world 4 months ago
Then your config is wrong. Mind showing it?
wireless_purposely832@lemmy.world 4 months ago
It likely is a config issue, but likely not a config issue relating to SSH not using SSL/TLS (and therefor not using SNI). There is a lot of information out there about this exact issue, but very little about how to properly handle this issue.