Compare commits

..

5 Commits

2 changed files with 2 additions and 3 deletions

View File

@ -391,8 +391,7 @@ Greenlock.create = function (gl) {
throw new Error("le-sni-auto is not properly configured. Missing agreeTos"); throw new Error("le-sni-auto is not properly configured. Missing agreeTos");
} }
if (!/[a-z]/i.test(lexOpts.domain)) { if (!/[a-z]/i.test(lexOpts.domain)) {
cb(new Error("le-sni-auto does not allow IP addresses in SNI")); throw new Error("le-sni-auto does not allow IP addresses by default");
return;
} }
if (!Array.isArray(gl.approvedDomains)) { if (!Array.isArray(gl.approvedDomains)) {

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock", "name": "greenlock",
"version": "2.6.7", "version": "2.6.6",
"description": "Let's Encrypt for node.js on npm", "description": "Let's Encrypt for node.js on npm",
"main": "index.js", "main": "index.js",
"files": [ "files": [