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 Dec 17, 2021. It is now read-only.
Can you try running it with the --debug flag to see if that spits anything out?
I get this when I run the command (directly, not through docker-compose):
2016/07/29 15:28:20 [DEBUG] Response #6 status: HTTP/1.1 200 OK
2016/07/29 15:28:20 [DEBUG] Server set current assessments to 0
2016/07/29 15:28:20 [DEBUG] Server set maximum assessments to 24
2016/07/29 15:28:21 [INFO] Assessment complete: particulier.api.gouv.fr (1 host in 15 seconds)
188.165.32.249: Err: Unable to connect to the server
2016/07/29 15:28:21 [DEBUG] Active assessments: 0 (more: false)
2016/07/29 15:28:21 [INFO] All assessments complete; shutting down
Results written to CSV.
Note the 188.165.32.249: Err: Unable to connect to the server line. I believe that's from the SSL Labs API, talking about the domain you're testing it against.
So I think there is an issue with the server of some sort, but I'm not sure what error that is. When I try to connect with curl and openssl s_client, I can connect just fine.
But the file
results/tls.csv
is emptyBut i works well in the interface
This command
docker-compose run scan geo.api.gouv.fr --scan=tls
works.Nothing is printed on
stderr
. Do you know where is the problem ?The text was updated successfully, but these errors were encountered: