amazon web services - Does Kinesis support HTTP (not HTTPS)? -
now try out kinesis rest api https , it's work fine. want build http, not https. kinesis support http without ssl?
no, doesn't. according regions , endpoints documentation kinesis endpoints support https.
http://docs.aws.amazon.com/general/latest/gr/rande.html#ak_region
if in situation need communicate api supports https are, significant reason, constrained http only, might find use proxy can accept unencrypted connections , originate encrypted connections final endpoint. on of legacy systems, have accomplished haproxy 1.5 or higher (previous versions not have built-in openssl integration)... or stunnel4, used before haproxy 1.5 released. apparently there stunnel "5."
of course, viable if network between legacy system , ssl client offloading trusted.
Comments
Post a Comment