Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
NH_Talend
Contributor
Contributor

400:Invalid SNI in Talend API tester

Hello everyone,

after i upgrated my stdudio with patch 2025-02, when i try to test my api  https://server_address:8040/xx/xxx/getx?xXx=0000 in talend api tester i get this error 

400:Invalid SNI in Talend API tester

however using this url http://server_address:8040/xx/xxx/getx?xXx=0000 it workos and it returs 200 OK

and this is the error i get when i test with postman 

Error: write EPROTO 1048896:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:..\..\..\..\src\third_party\boringssl\src\ssl\tls_record.cc:231:
 

how can i fix this bug please i think the difference is between https and http ????

Labels (2)
1 Reply
FBOUILLOT1
Contributor
Contributor

Bonjour je suis dans le même contexte après la même mise à jour,
La valeur du SNI est donc invalide car ne correspondant pas  pas à celle attendue et/ou configurée sur le serveur.
je n'ai pas de serveur proxy intermédiaire mais la aussi ce pourrait être un pb.
à observer donc

  • La configuration SSL/TLS de Talend Runtime
  • Le certificat SSL utilisé ne contient pas le bon SAN (Subject Alternative Name) ou CN correspondant au nom d'hôte utilisé par Talend Runtime.
  • Côté JAva jdk peut être aussi à savoir si il impose une vérification stricte du SNI,

    hélas je ne sais aller plus loin pour dépanner hormis trouver les pistes.
     à noter que le support talend ne m'a toujours pas répondu