Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Nothing is return for a specific domain name #73

Closed
ThibautGery opened this issue Jul 29, 2016 · 1 comment
Closed

Nothing is return for a specific domain name #73

ThibautGery opened this issue Jul 29, 2016 · 1 comment

Comments

@ThibautGery
Copy link
Contributor

$ docker-compose run scan particulier.api.gouv.fr --scan=tls
Results written to CSV.

But the file results/tls.csv is empty

$ cat results/tls.csv 
Domain,Base Domain,Grade,Signature Algorithm,Key Type,Key Size,Forward Secrecy,OCSP Stapling,Fallback SCSV,RC4,SSLv3,TLSv1.2,SPDY,Requires SNI,HTTP/2

But 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 ?

@konklone
Copy link
Contributor

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.

Also, when I visit the SSL Labs interface, it doesn't work for me:

screen shot 2016-07-29 at 1 49 08 pm

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants