Re: [twsocket] OpenSSL and TLS 1.3

2017-01-23 Thread chmichael
Dear Angus, Well yes for now ... but in a "couple" years most Hosting services will upgrade their apache/ngix to support HTTP/2. (Also IIS) (I've upgraded my Server PC to Server 2016 Essentials) Google, Microsoft and major companies etc are already serving with HTTP/2. Which it will

Re: [twsocket] OpenSSL and TLS 1.3

2017-01-19 Thread chmichael
Dear Angus,   How about HTTP/2 Λήψη του Outlook για Android On Thu, Jan 19, 2017 at 8:03 PM +0200, "Angus Robertson - Magenta Systems Ltd" wrote: Akamai just committed to funding implementation of TLS 1.3 in OpenSSL by 5th April 2017, so we will

[twsocket] Check Remote Port

2016-07-21 Thread chmichael
Hello, Is there any easier way to check if a port is open on a remote server at runtime ? var SocketError: Integer; procedure TForm1.SessionConnected(Sender: TObject; ErrCode: Word); begin SocketError := ErrCode; end; procedure TForm1.Button1Click(Sender: TObject); var WSocket: