Hello all,

I am trying to force SSLv3 on a ListenHTTP.

I've changed that on my StandardSSLContextService but when I test it fails
when I specify sslv3 and works when I specify tlsv1 **** curl example.

Similar thing if NIFI * postHTTP inside same canvas to myself.  Works fine
if StandardSSLContextServiceis set to TLS ( both listen and post are using
same SSLContextService ) it fails if I change it to SSLv3

I've also looked to make sure the macro JAVA java.security is not blocking
me but that does not have any "SSL"  on ~JAVA_INSTALL/security/java.security

jdk.tls.disabledAlgorithms=RC4, MD5withRSA, DH keySize < 768

Any suggestions?

My test is using curl:

Command that works:

curl -H "filename:test.txt" -H "some.attribute:nifiTest" -k --cert
myServerCert --key MyServer.key -d @some/file --location-trusted
--location  https://someServer:5555/contentListener --tlsv1 -vvv

Command that does not:

curl -H "filename:test.txt" -H "some.attribute:nifiTest" -k --cert
myServerCert --key MyServer.key -d @some/file --location-trusted
--location  https://someServer:5555/contentListener --sslv3 -vvv

Reply via email to