by jollyjerry on 3/8/24, 7:51 AM with 3 comments
$ curl https://www.google.com -vvv # snip <p><b>403.</b> <ins>That’s an error.</ins> <p>Your client does not have permission to get URL <code>/</code> from this server. <ins>That’s all we know.</ins> * Connection #0 to host www.google.com left intact
Creating another VM in Virginia region running the same commands work:
$ curl https://www.google.com -vvv <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>302 Moved</TITLE></HEAD><BODY> <H1>302 Moved</H1> The document has moved <A HREF="https://www.google.com/sorry/index?continue=https://www.google.com/&q=EhAqAQT_APCPKwAAAAAAAAABGMaDq68GIjC2bqBnnF_Ayy8Wat70eMWXugq1W1Tmj1nrlx-STddRNpyR4pXlau8FWkxxnUPpK_AyAXJaAUM">here</A>. </BODY></HTML>
by Hetzner_OL on 3/8/24, 8:48 AM
by jmspring on 3/9/24, 3:35 AM