From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: AWS support for secure websockets Date: Tue, 25 Sep 2018 18:50:13 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <1e23d555-3184-4d6d-af43-058ceabe816d@googlegroups.com> NNTP-Posting-Host: IzvqdhUtDGKIMCldyDtZ+w.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.8.3 Xref: reader02.eternal-september.org comp.lang.ada:54421 Date: 2018-09-25T18:50:13+02:00 List-Id: On 2018-09-25 17:06, eschposito@gmail.com wrote: > I'm a total beginner at Ada programming (0 lines of code written), > but I'm considering migrating to Ada an embedded project with a > webserver running on Raspberry Pi. At present the webserver is written in > Go, serves a page over https which in turn uses AJAX for requesting data updates to the server. > I want to > switch to secure websockets instead of AJAX over https, and also I would like > to switch from Go to Ada. I've looked around AWS documentation, but I wasn't > able to find out if AWS supports websockets secure. I cannot tell for AWS, but since websockets work on top of a HTTP connection then if a server can both secure HTTP and websockets then it must also can secure websockets. BTW, you might find interesting this: http://gnoga.com Gnoga supports secure websockets. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de