thanks!  that seemed to work,

So the idea is to use an object store on an isolated network and push and get objects out of it using https.

Encryption in https/apache is handled by mod_ssl. does that means, since there are NULL ciphers I can just use them in apache/mod_ssl by just changing a setting like:

SSLCipherSuite eNULL

in httpd.conf?

do I need a different certificate/key?


Ron

On 12/02/2015 10:37 AM, Salz, Rich wrote:
but if I do a: openssl ciphers -v "ALL:eNULL" | grep eNULL

Look for NULL, not eNULL.  Or "Enc=None"


_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to