mandatoryprogrammer / xsshunter-express

An easy-to-setup version of XSS Hunter. Sets up in five minutes and requires no maintenance!
MIT License
1.64k stars 320 forks source link

Issue when try to up xsshunter docker #20

Open xElkomy opened 2 years ago

xElkomy commented 2 years ago

Does anyone know how to fix this?

image

xElkomy commented 2 years ago

AFTER DELETE THE DOCKER CONTINERS AND BUILD IT AGAIN THE ERRORS CHANGES, AND I FIX IT BY CHANGE SSLDATA/CONFIG.JS AND ADD THIS

"sites": [{
"subject": "mydoamin.com",
"altnames": [ "mydoamin.com", "www.mydoamin.com"]
}]
}

References https://git.rootprojects.org/root/greenlock-express.js/issues/21

xElkomy commented 2 years ago

Now it's worked perfectly

image