krushik
krushik
Wildcard TLS cert covers only 1 level of subdomains, and your bucket name implicitly makes the second one. Workaround: don't use dots in bucket name or use --insecure option
It works like a charm (Python 2.7.13). Thank you, @jhoblitt!
I stumbled upon this issue too. The last working state is commit ad4b6868, so the problematic one is probably the next commit f1503874
Our workaround is to serve the actual traffic via https, but make healthchecks on http endpoint (using port=80 type=http parameters of check directive). Your application would need to provide both...
@vsfomin, there is no need to define location /healthCheck and the separate upstream pool for http. 'check' directive supports the parameter 'port=', overriding the original servers' port for making healthchecks....