Hello,
I a building a storage system, using HTTP/HTTPS for ingesting data.
I would like to use the authentication over HTTPS, while after that I want no encryption on the data because of peformance.
I think using null ciphers, like eNULL would work, but how do I change the configurations is httpd.conf/ssl.conf ?
The NULL cipher keys are in openssl, I just want to use them.