nginxinc / nginx-amplify-agent

NGINX Amplify Agent
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Wildcard cert by letsencrypt and SNI errors #40

Open pleaz opened 6 years ago

pleaz commented 6 years ago

When using wildcard certificate by Let's Encrypt, Amplify will showing warning: "Names in the certificate do not match the server_name configuration." And another problems is with warning "SNI Name-based virtual hosts with SSL require SNI. Although all major browsers support SNI, it's worth checking the compatibility matrix here." when using more than one ssl server on the same IP.

kn007 commented 6 years ago

Same question

pleaz commented 6 years ago

it's looks like SNI error fixed, when I added ipv6 for sites

Invader444 commented 5 years ago

I am having the same issues as well. My servers do not have IPv6 addresses allocated, so I cannot try pleaz's fix for the SNI portion of the issue.