milaq / YCast

Self hosted vTuner internet radio service emulation
Other
243 stars 93 forks source link

AVR cannot utilize SNI #28

Open llagendijk opened 4 years ago

llagendijk commented 4 years ago

In my attempts to get ycast running, I ran into a small isse:

I solved this by adding the IP-address to the server_name in my NGINX ycast.conf: server_name *.vtuner.com 192.168.150.39;

milaq commented 4 years ago

Thanks for reporting :+1:

Other users also reported that some AVRs don't use any server names like yours. The workaround you used is fine. It should also work if you set the default_server directive in your nginx config like so: listen 80 default_server;

We may need to find out some time whether a server behavior causes this issue or if the AVRs themselves are just designed that way.

milaq commented 4 years ago

Keeping open for visibility