Re: Nginx SNI and Letsencrypt on FreeBSD; Wrong certificate?

2016-09-04 Thread NuLL3rr0r
Ops! Thank you so much Maxim. You are right! Reading your response again, I just figured it out. Adding the following block solved the issue: server { server_tokens off; listen 443 ssl http2; listen [::]:443 ssl http2; server_name learnmyway.net; # Har

Re: Nginx SNI and Letsencrypt on FreeBSD; Wrong certificate?

2016-09-04 Thread NuLL3rr0r
Tahnk you Maxim for the answer and sorry for my tardy response. I'm sure that's not the case since I have a server block with redirect to www. Here is the actual config: server { server_tokens off; listen 80; listen [::]:80; server_name learnmyway.net;

Nginx SNI and Letsencrypt on FreeBSD; Wrong certificate?

2016-08-29 Thread NuLL3rr0r
Hi there, I have a VPS with 14 domains and I setup letskencrypt to automatically retrieve a separate certificate for each domain with all sub-domains included. So, I have 14 certs. Obviously, putting all domains in one cert is not an option because soon I'll hit the maximum 100 domain/sub-domain p