Hi, > I tried to not fail the nginx server if ssl cert is not available. You do that by checking the config first (nginx -t), if successful, then you reload. This is the proper way to do it. > Also i do not believe its proper to fail the entire server if one > server block fails. It is.