radio-jaune / website

Code source du site internet https://radiojaune.com
2 stars 0 forks source link

saturation du service compteur de visites #5

Open Jean-Baptiste-Lasselle opened 2 years ago

Jean-Baptiste-Lasselle commented 2 years ago

Ok, donc le service visitor-badge, a bine évidmment uen limite,q ue j'ai vue atteinte plusieurs fois cette semaine, les détails du comportement dans ce cas d'erreur :

~$ curl -ivvv -L "https://visitor-badge.glitch.me/badge?page_id=http%3a%2f%2f127.0.0.1%3a33765%2f&left_color=rgba(255,%20255,%200,%20.7)&right_color=rgba(0,%20130,%200,%200.32)"
*   Trying 3.234.98.145:443...
* TCP_NODELAY set
* Connected to visitor-badge.glitch.me (3.234.98.145) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=glitch.com
*  start date: Feb  1 00:00:00 2022 GMT
*  expire date: Mar  2 23:59:59 2023 GMT
*  subjectAltName: host "visitor-badge.glitch.me" matched cert's "*.glitch.me"
*  issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x563a622e9700)
> GET /badge?page_id=http%3a%2f%2f127.0.0.1%3a33765%2f&left_color=rgba(255,%20255,%200,%20.7)&right_color=rgba(0,%20130,%200,%200.32) HTTP/2
> Host: visitor-badge.glitch.me
> user-agent: curl/7.68.0
> accept: */*
> 
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 429 
HTTP/2 429 
< date: Sun, 06 Feb 2022 23:06:55 GMT
date: Sun, 06 Feb 2022 23:06:55 GMT
< content-length: 68
content-length: 68
< retry-after: 9
retry-after: 9

< 
* Connection #0 to host visitor-badge.glitch.me left intact
This project has received too many requests, please try again later.