HTTP_ENCRYPT_REQUIRED
if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls)
else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls)
if (e == HTTP_ENCRYPT_ALWAYS || e == HTTP_ENCRYPT_REQUIRED)
else if (http->encryption == HTTP_ENCRYPT_REQUIRED)
httpEncryption(svc->connection, HTTP_ENCRYPT_REQUIRED);
return (HTTP_ENCRYPT_REQUIRED);