CINXE.COM

Click & Pledge - Sorry but authenticate failed

<!DOCTYPE html> <html> <head> <title>Click & Pledge - Sorry but authenticate failed</title> <meta charset="UTF-8"> <style> body { padding: 0px; margin: 0px; color: #ffeae0; font-family: sans-serif; } .container_404 { background-color: #FF5000; margin: 10% auto 0 auto; text-align: center; padding: 50px; background-repeat: no-repeat; background-position-x: left; background-position-y: bottom; width: 55%; max-width: 695px; min-height: 250px; border: 2px dashed #fff; -webkit-box-shadow: 0px 0px 32px -6px rgba(138,138,138,1); -moz-box-shadow: 0px 0px 32px -6px rgba(138,138,138,1); box-shadow: 0px 0px 32px -6px rgba(138,138,138,1); } .container_404 a { color: #fff; } .container_404 a:hover { color: #0f324D; } .h1_404 { font-size: 3em; margin-top: 1rem; } .h2_404 { color: #fff; font-size: 1.3em; } hr { border-top: 1px; } @media only screen and (max-width: 56.25em) { .container_404 { width: auto; margin: 3%; padding: 50px; } } </style> </head> <body> <div class="container_404"> <div class="text_404"> <h1 class="h1_404">Oops!</h1> <h3 class="msg_404">Click & Pledge is unable to authenticate your connection. We cannot allow access to VPN users because we cannot verify your location. Please re-try without using a VPN. Your connection will be fully encrypted and safe. Contact <a href="mailto:support@clickandpledge.com">support@clickandpledge.com</a> for help. </h3> <hr> <p> Request blocked. We can't connect to the server at this time. Your connection has violated our Web Application Firewall (WAF) policies. The most likely violation is the use of a VPN. FinCEN and OFAC policies require that we verify your location before allowing monetary transactions. If you are using a VPN drop it and come back using a standard Internet connection. </p> <p><strong>Click & Pledge Security Team</strong></p> </div> </div> </body> </html>