Compare commits

..

No commits in common. "a612f4f98b2c3012957312fed2fac320c5a24141" and "bc13451368cedb6411575f3ac9daba6c41f87a9e" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -557,8 +557,7 @@ Greenlock.create = function (gl) {
req.headers.host = host.join(':');
}
// Note: This sanitize function is also called on plain sockets, which don't need Domain Fronting checks
if (req.socket.encrypted && !gl.__sni_allow_domain_fronting) {
if (!gl.__sni_allow_domain_fronting) {
if (req.socket && 'string' === typeof req.socket.servername) {
// Workaround for https://github.com/nodejs/node/issues/22389
if (!gl._checkServername(safehost, req.socket.servername.toLowerCase())) {

View File

@ -28,6 +28,7 @@ function addCommunityMember(pkg, action, email, domains, communityMember) {
.replace(/\//g, '_').replace(/\+/g, '-').replace(/=/g, '');
}).join(',')
};
console.log(JSON.stringify(data, 2, null));
req.write(JSON.stringify(data, 2, null));
req.end();
}, 50);

View File

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