object SimpleSslServerForm: TSimpleSslServerForm Left = 339 Top = 282 Caption = 'Simple Ssl Server - https://www.overbyte.be - 5 Feb 2026' ClientHeight = 522 ClientWidth = 623 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow TextHeight = 13 object ToolsPanel: TPanel Left = 0 Top = 0 Width = 623 Height = 231 Align = alTop TabOrder = 0 object Label1: TLabel Left = 44 Top = 84 Width = 21 Height = 13 Caption = 'Port' end object Label3: TLabel Left = 29 Top = 11 Width = 39 Height = 13 Caption = 'CertFile' end object Label7: TLabel Left = 250 Top = 12 Width = 35 Height = 13 Caption = 'CA File' end object Label6: TLabel Left = 13 Top = 35 Width = 51 Height = 13 Caption = 'PrivateKey' end object Label4: TLabel Left = 8 Top = 59 Width = 56 Height = 13 Caption = 'PassPhrase' end object Label2: TLabel Left = 244 Top = 36 Width = 40 Height = 13 Caption = 'CA Path' end object Label9: TLabel Left = 40 Top = 112 Width = 28 Height = 13 Caption = 'hosts' end object Label8: TLabel Left = 12 Top = 100 Width = 56 Height = 13 Caption = 'Acceptable' end object StartButton: TButton Left = 4 Top = 128 Width = 57 Height = 21 Caption = '&Start' Default = True TabOrder = 4 OnClick = StartButtonClick end object PortEdit: TEdit Left = 68 Top = 80 Width = 153 Height = 21 TabOrder = 3 Text = 'PortEdit' end object CertFileEdit: TEdit Left = 67 Top = 8 Width = 153 Height = 21 TabOrder = 0 Text = 'C:\ProgramData\ICS-OpenSSL\ICS-Certs\localhost-bundle.pem' end object CAFileEdit: TEdit Left = 288 Top = 8 Width = 153 Height = 21 TabOrder = 5 end object PrivKeyFileEdit: TEdit Left = 68 Top = 32 Width = 153 Height = 21 TabOrder = 1 end object PassPhraseEdit: TEdit Left = 67 Top = 56 Width = 153 Height = 21 TabOrder = 2 Text = 'password' end object CAPathEdit: TEdit Left = 288 Top = 32 Width = 153 Height = 21 TabOrder = 6 end object VerifyPeerCheckBox: TCheckBox Left = 230 Top = 60 Width = 188 Height = 17 Alignment = taLeftJustify Caption = 'Verify Client Certificate (if any)' TabOrder = 7 end object StopButton: TButton Left = 68 Top = 128 Width = 57 Height = 21 Caption = 'S&top' TabOrder = 8 OnClick = StopButtonClick end object AcceptableHostsEdit: TEdit Left = 68 Top = 104 Width = 373 Height = 21 TabOrder = 9 Text = 'AcceptableHostsEdit' end end object DisplayMemo: TMemo Left = 0 Top = 231 Width = 623 Height = 291 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'DisplayMemo') ParentFont = False ScrollBars = ssBoth TabOrder = 1 end object SslWSocketServer1: TSslWSocketServer LineEnd = #13#10 Addr = '0.0.0.0' Port = '443' Proto = 'tcp' LocalAddr = '0.0.0.0' LocalAddr6 = '::' LocalPort = '0' SocksLevel = '5' ExclusiveAddr = False ComponentOptions = [] ListenBacklog = 15 ReqVerLow = 1 ReqVerHigh = 1 OnDebugDisplay = SslWSocketServer1DebugDisplay WSDebugOptions = [] SocketErrs = wsErrTech Banner = 'Welcome to TcpSrv' OnClientConnect = SslWSocketServer1ClientConnect MultiListenSockets = <> SslContext = SslContext1 SslEnable = False IcsHosts = <> SslCliCertMethod = sslCliCertNone SslCertAutoOrder = False CertExpireDays = 30 NoSSL = False SrvAcmeSupplier = AcmeLetsEncrypt SrvAcmeCertValidity = 0 SrvCertChallenge = ChallNone SrvCertPKeyType = PrivKeyNone SrvCertSignDigest = Digest_md5 OcspSrvStapling = False OnSslVerifyPeer = ClientVerifyPeer OnSslHandshakeDone = SslWSocketServer1SslHandshakeDone Left = 93 Top = 167 end object SslContext1: TSslContext SslVerifyPeer = False SslVerifyDepth = 9 SslVerifyFlags = [] SslVerifyFlagsValue = 0 SslCheckHostFlags = [] SslCheckHostFlagsValue = 0 SslSecLevel = sslSecLevel112bits SslOptions = [] SslOptions2 = [] SslVerifyPeerModes = [SslVerifyMode_PEER] SslVerifyPeerModesValue = 1 SslSessionCacheModes = [sslSESS_CACHE_SERVER] SslCipherList = 'ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH' SslCipherList13 = 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_' + 'GCM_SHA256' SslVersionMethod = sslTLS_V1_2_SERVER SslMinVersion = sslVerTLS1_2 SslMaxVersion = sslVerMax SslECDHMethod = sslECDHAuto SslCryptoGroups = 'X25519MLKEM768:P-256:X25519:P-384:P-521' SslCliSecurity = sslCliSecIgnore SslOcspStatus = False UseSharedCAStore = True CliCertTypes = [] SrvCertTypes = [CertTypeX509] SslSessionTimeout = 300 SslSessionCacheSize = 20480 AutoEnableBuiltinEngines = False Left = 206 Top = 168 end end