nginx - HSTS and Chrome -


error 102 (net::err_connection_refused): server refused connection. 

this chrome shows when go https://struct.tumblr.com/. cname subdomain blog.mysite.com , have hsts on in nginx config so:

add_header strict-transport-security "max-age=315360000; includesubdomains "; 

i use wildcard ssl cert multi-tennant site, , blog cnamed tumblr. think nginx automagically redirects https://blog.mysite.com , since throws chrome 102 error, can never see blog through cname in chrome.

can tell nginx somehow 'all subdomains blog'?

thanks


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -