certera-io / certera

A central validation server for Let's Encrypt certificates
https://docs.certera.io
Other
69 stars 14 forks source link

Forbidden request from remote IP address: x.x.x.x.. Does not match #22

Closed smilelikeshit closed 3 years ago

smilelikeshit commented 3 years ago

I already install certera on VPS but when im access using https://x.x.x.x , I have error like this

Forbidden request from remote IP address: x.x.x.x. Does not match

certeraio commented 3 years ago

This is due to a security feature to ensure no unauthorized IP can access without your explicit knowledge and permission. If you add the IP here: https://github.com/certera-io/certera/blob/master/src/Certera.Web/config.json#L2

You should be able to access. You can also set it to * should you want to (and have strong means of securing things).

smilelikeshit commented 3 years ago

yes solved thank you for the response @certeraio