Recurring issue "unable to connect to Blynk" Connecting to blynk-cloud.com:80

excuse me I use “translate” because I am French. I can’t connect to blink. I searched, some have solved their problem with DNS, but I don’t know how to do it.
For now I just have a test program:

type #define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>

char auth[] = "Fg7Z5AN8Maz???????????NilQBFQaQxkbb";

char ssid[] = "Livebox-???????";  //Enter your WIFI Name
char pass[] = "?????????????";  //Enter your WIFI Password

void setup()
{
  Serial.begin(115200);
  Blynk.begin(auth, ssid, pass );
 }

void loop()
{
  Blynk.run();
}

@roro Please edit your post, using the pencil icon at the bottom, and add triple backticks at the beginning and end of your code so that it displays correctly.
Triple backticks look like this:
```

Copy and paste these if you can’t find the correct symbol on your keyboard.

Please also state which version of the Blynk C++ library you have installed.

Pete.

bonjour et merci de votre réponse, j’ai la bibliothèque blynk version 0.6.1 qui comprend blynksimpleesp8266.h

j’ai essayé avec un fichier blynksimpleesp8266 plus recent c’est pareil !
le fichier plus récent comporte :
@ copyright de 2015
@date jan 2016

That’s your problem.
You need to be using version 1.3.2

Your outdated library is trying to connect to a server that no longer exists.

Pete.

BRAVO ! ! ! YES !! ! ! ! !
Cela fonctionne ! ! !
en fait, j’avais une ancienne version sur un programme blynk qui fonctionnait, mais je voulais juste modifier une variable, et je ne pouvais me connecter (d’où mon ancienne version).
Je m’étais renseigné, et pour certain le problème venait du DNS, d’ou ma question.
Encore, mille mercis !
Je ne suis pas sûr, que j’allais chercher de ce côté, car mes anciennes cartes avec mes anciens programmes fonctionnent avec blynk.

It works! ! !
actually, I had an old version of a blynk program that worked, but I just wanted to modify a variable, and I couldn’t connect (hence my old version).
I inquired, and for certain the problem came from the DNS, hence my question.
Again, many thanks!
I’m not sure I was going to look in this direction, because my old cards with my old programs work with blynk.

Question : comment fermer le topic ? et noté : résolue ?

Question: how to close the topic? and noted: resolved?