You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
Ho fatto funzionare l'IdP sotto http. Da qualche giorno sto cercando di attivare https per dei test più approfonditi. Ma non riesco.
Dal log si vede che ascolta su https
INFO:werkzeug: * Running on https://0.0.0.0:443/ (Press CTRL+C to quit)
Il traffico https viene girato all'immagine con docker-proxy (tcpdump sull'host mostra il passaggio di pacchetti verso 172.17.0.2)
Se ritorno all'http, funziona tutto. Ma con https, un wget si ferma all'avvio dell'handshake SSL (la sessione inizia ma non termina)
# openssl s_client -connect <HOST>:443
CONNECTED(00000003)
# wget --debug "https://<HOST>:443"
DEBUG output created by Wget 1.14 on linux-gnu.
Connessione al server |<HOST>|:443... connesso.
Created socket 3.
Releasing 0x00000000016b70f0 (new refcount 1).
Initiating SSL handshake.
Ho fatto funzionare l'IdP sotto http. Da qualche giorno sto cercando di attivare https per dei test più approfonditi. Ma non riesco.
Dal log si vede che ascolta su https
INFO:werkzeug: * Running on https://0.0.0.0:443/ (Press CTRL+C to quit)
Il traffico https viene girato all'immagine con docker-proxy (tcpdump sull'host mostra il passaggio di pacchetti verso 172.17.0.2)
Se ritorno all'http, funziona tutto. Ma con https, un wget si ferma all'avvio dell'handshake SSL (la sessione inizia ma non termina)
EDIT:
Anche ssldump mostra il medesimo sintomo
e nessuna risposta.
Qualche idea o suggerimento?
Grazie
The text was updated successfully, but these errors were encountered: