M
Matt Baker
Guest
Just a guess, but it looks like you're trying to use a v2 or v3 hello message with amazon....which I doubt is allowing a v2 hello or an ssl v3 hello since they are both deprecated. Have you tried using TLSv1.2 instead of trying to force TLSv1? Do you know that amazon allows AES128-SHA? Maybe try removing that and let the server decide via standard negotiation instead of trying to force it. For your sslc test, trying using the -tls1 switch to force tls instead of the defaults. OpenEdge 11.7 Documentation mattB
Continue reading...
Continue reading...