}
/* if it fails there is nothing we can do,
- let's hope OpenSSL will fallback to the existing,
+ let's hope OpenSSL will fall back to the existing,
default certificate*/
SSL_set_SSL_CTX(ssl, mapIt->second.get());
return SSL_TLSEXT_ERR_OK;
self.assertTrue(receivedResponse)
self.assertEqual(response, receivedResponse)
- # check SNI for an unkown name, we should get the first certificate
+ # check SNI for an unknown name, we should get the first certificate
name = 'unknown.sni.tests.powerdns.com.'
query = dns.message.make_query(name, 'A', 'IN', use_edns=False)
response = dns.message.make_response(query)