Do you have an exact message that could share to us?
You probably are hitting Failed Validation limit
There is a Failed Validation limit of 5 failures per account, per hostname, per hour. This limit is higher on our staging environment, so you can use that environment to debug connectivity problems.
Hi.
What should I exactly do?
I ran the command again and the error magically disappeared. Am I unblocked?
Now I just need an “ALPN Responder”. Could you help me?
Thanks a lot!
Hi.
I'm currently using his ALPN responder. But every time it gets a request, I get the following errors:
Exception happened during processing of request from ('64.78.149.164', 37368)
Traceback (most recent call last):
File "/usr/lib/python3.5/socketserver.py", line 625, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python3.5/socketserver.py", line 681, in init
self.handle()
File "alpn-responder.py", line 48, in handle
ssl_context = self.create_context(FALLBACK_CERTIFICATE, FALLBACK_KEY, True)
File "alpn-responder.py", line 26, in create_context
ssl_context.load_cert_chain(certfile=certfile, keyfile=keyfile)
FileNotFoundError: [Errno 2] No such file or directory
I found that I have neither /etc/ssl/certs/ssl-cert-snakeoil.pem nor /etc/ssl/private/ssl-cert-snakeoil.key. Is this the problem?
I think that's the problem. (Since the error simply states "No such file or directory")
You should edit that to match the fallback certificate you would use for your domain...