object Form1: TForm1 Left = 221 Top = 298 Caption = 'Simple SSL Client https://www.overbyte.be - 28 Jan 2026' ClientHeight = 369 ClientWidth = 760 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 760 369) TextHeight = 13 object Label1: TLabel Left = 15 Top = 346 Width = 26 Height = 13 Caption = 'Host:' end object Label2: TLabel Left = 164 Top = 322 Width = 24 Height = 13 Caption = 'Port:' end object Label3: TLabel Left = 232 Top = 324 Width = 23 Height = 13 Caption = 'URL:' end object Label4: TLabel Left = 24 Top = 276 Width = 31 Height = 13 Caption = 'Label4' end object Memo1: TMemo Left = 92 Top = 0 Width = 660 Height = 339 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'Memo1') TabOrder = 0 WordWrap = False end object ButtonConnect: TButton Left = 6 Top = 58 Width = 75 Height = 25 Caption = 'Connect' TabOrder = 1 OnClick = ButtonConnectClick end object ButtonClose: TButton Left = 8 Top = 132 Width = 75 Height = 25 Caption = 'Close' Enabled = False TabOrder = 2 OnClick = ButtonCloseClick end object EditHost: TEdit Left = 54 Top = 343 Width = 208 Height = 21 TabOrder = 3 Text = 'localhost' end object EditPort: TEdit Left = 288 Top = 344 Width = 29 Height = 21 TabOrder = 4 Text = '443' end object EditUrl: TEdit Left = 423 Top = 343 Width = 259 Height = 21 TabOrder = 5 Text = '/index.html' end object ButtonURL: TButton Left = 6 Top = 94 Width = 75 Height = 25 Caption = 'Get URL' Enabled = False TabOrder = 6 OnClick = ButtonURLClick end object Sock: TSslWSocket LineEnd = #13#10 Port = '443' Proto = 'tcp' LocalAddr = '0.0.0.0' LocalAddr6 = '::' LocalPort = '0' SocksLevel = '5' ExclusiveAddr = False ComponentOptions = [] ListenBacklog = 15 ReqVerLow = 1 ReqVerHigh = 1 OnDebugDisplay = SockDebugDisplay WSDebugOptions = [] OnDataAvailable = SockDataAvailable OnSessionClosed = SockSessionClosed OnSessionConnected = SockSessionConnected SocketErrs = wsErrTech SslContext = SslContext1 SslEnable = False SslMode = sslModeClient SslSniType = SslSniHostNoIP SslCertVerMethod = CertVerNone SslAllowSelfSign = False OnSslHandshakeDone = SockSslHandshakeDone Left = 251 Top = 32 end object SslContext1: TSslContext SslVerifyPeer = False SslVerifyDepth = 9 SslVerifyFlags = [] SslVerifyFlagsValue = 0 SslCheckHostFlags = [] SslCheckHostFlagsValue = 0 SslSecLevel = sslSecLevel112bits SslOptions = [] SslOptions2 = [sslOpt2_ALLOW_UNSAFE_LEGACY_RENEGOTIATION, SslOpt2_LEGACY_SERVER_CONNECT] SslVerifyPeerModes = [SslVerifyMode_PEER] SslVerifyPeerModesValue = 1 SslSessionCacheModes = [] SslCipherList = 'ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH' SslCipherList13 = 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_' + 'GCM_SHA256' SslVersionMethod = sslV23 SslMinVersion = sslVerTLS1_2 SslMaxVersion = sslVerMax SslECDHMethod = sslECDHNone SslCryptoGroups = 'P-256:X25519:P-384:P-512' SslCliSecurity = sslCliSecIgnore SslOcspStatus = False UseSharedCAStore = True CliCertTypes = [] SrvCertTypes = [CertTypeX509] SslSessionTimeout = 0 SslSessionCacheSize = 20480 AutoEnableBuiltinEngines = False Left = 173 Top = 29 end end