Https with certificate

I would like to equip my amp server with https via certificate. Unfortunately, I can no longer connect after setup. I’m attaching my config and would ask you to take a look at it.
Webserver.CertificateSeria and Webserver.CertificateDomain are filled but not in this config
Many thanks in advance
(WindowsClient)

#AMP Configuration File
################################
#DO NOT EDIT WHILE AMP IS RUNNING
################################

################################

Security

################################
Security.ExecPath=Exec
Security.AllowConcurrentSessions=True
Security.LogAuthFailures=False
Security.AuthFailureLogPath=./AuthFailures.log
Security.LogSensitiveProcArgs=False
Security.EncIV=5Xiejq1UW0KKGcbfKnswvw==
Security.EnablePassthruAuth=True

Security.PassthruAuthLocalOnly - Only allows auth requests that come from 127.0.0.1 - careful when using a controller that is bound to a specific IP rather than 0.0.0.0!

Security.PassthruAuthLocalOnly=False
Security.AuthFailureTimeWindow=5
Security.AuthFailureAttemptsInWindow=5
Security.TwoFactorMode=Optional
Security.RequireSessionIPStickiness=True
Security.AllowAPIDiscoveryWithoutLogin=False
Security.AllowUserPasswords=False

################################

Webserver

################################

Webserver.Port - NEVER CHANGE THIS SETTING MANUALLY! Always use ampinstmgr rebind to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!

Webserver.Port=443

Webserver.IPBinding - NEVER CHANGE THIS SETTING MANUALLY! Always use ampinstmgr rebind to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!

Webserver.IPBinding=0.0.1.187
Webserver.SessionTimeout=5
Webserver.NoUI=False
Webserver.FilterEndpoints=False
Webserver.AllowedEndpointIPs=[“127.0.0.1”]
Webserver.CertificatePath=C:\Users\Server\Desktop\SSL-PFX\ServerSSL.pfx
Webserver.CertificateSerial=
Webserver.CertificateDomain=
Webserver.CertificatePassword=server
Webserver.EnableWebSockets=True
Webserver.EnablePluginWSStreams=False
Webserver.EnableFetchPostEndpoints=True
Webserver.APIRateLimit=1000
Webserver.AllowGETForAPIEndpoints=False
Webserver.UsingReverseProxy=False
Webserver.ReverseProxyHost=127.0.0.1
Webserver.ReverseProxyHosts=[“127.0.0.1”]
Webserver.CORSOrigin=
Webserver.DisableCompression=False

################################

Login

################################
Login.UseAuthServer=True

Login.AuthServerURL - The URL for the ADS instance providing authentication when using UseAuthServer

Login.AuthServerURL=https://myDomain.ddns.net/
Login.MetricsServerPort=12820
Login.UseLDAPLogins=False
Login.UseLDAP3=True
Login.AllowLocalUsersWithLDAP=False
Login.LDAPAuthDomain=
Login.LDAP3Host=localhost
Login.LDAP3FilterDN=CN=Users,DC=example,DC=org
Login.LDAP3UserDN=User@example.org
Login.LDAPGroupPrefix=AMP_
Login.LDAPUserDomain=
Login.LDAP3UsesSSL=False
Login.LDAPADPre2000=False
Login.LDAPStripDomainFromFilter=False
Login.LDAPQueryUsername=ampquery
Login.LDAPQueryPassword=

################################

Branding

################################
Branding.DisplayBranding=False
Branding.PageTitle=Provider Page Title Not Set
Branding.CompanyName=
Branding.WelcomeMessage=
Branding.BrandingMessage=
Branding.ShortBrandingMessage=PoweredByAMP
Branding.URL=
Branding.SupportURL=
Branding.SupportText=
Branding.SubmitTicketURL=
Branding.LogoURL=
Branding.BackgroundURL=
Branding.SplashFrameURL=
Branding.ForgotPasswordURL=

################################

AMP

################################
AMP.InstanceID=792b4a86-5482-48b1-90f9-77d10e6abba3
AMP.InstanceName=ADS01
AMP.FriendlyName=ADS
AMP.AppModule=ADSModule
AMP.LoadPlugins=[“FileManagerPlugin”,“EmailSenderPlugin”,“WebRequestPlugin”,“LocalFileBackupPlugin”,“CommonCorePlugin”]
AMP.ScheduleOffsetSeconds=0
AMP.AppStartupMode=DoNothing
AMP.FirstStart=True
AMP.ShutdownProperly=True
AMP.Suspended=False
AMP.SuspendReason=
AMP.PreviousVersion=
AMP.DatastoreConnectionString=./datastore.dat
AMP.MapAllPluginStores=True
AMP.Theme=Black
AMP.ShowHelpOnStatus=True
AMP.PrimaryEndpoint=
AMP.PrimaryEndpointUri=
AMP.DisplayBaseURI=

################################

Monitoring

################################
Monitoring.UseMulticoreCPUCalc=True
Monitoring.IgnoreSMTCores=True
Monitoring.ConsoleScrollback=10

Monitoring.TitleSuffix - Suffix to append to the terminal title

Monitoring.TitleSuffix=
Monitoring.KeepProvisionConfigs=False
Monitoring.LogLevel=Activity
Monitoring.EnableConsoleColoring=True
Monitoring.LogsDirectory=AMPLogs
Monitoring.ProduceStartupScripts=False
Monitoring.DeleteOldLogs=True
Monitoring.LogRetentionDays=28
Monitoring.AuditLogRetentionDays=14
Monitoring.FullMetricsGathering=False
Monitoring.ReportPhysicalMemoryAsTotal=True
Monitoring.MetricsPollInterval=1000
Monitoring.ShowDevInfo=False
Monitoring.ServerLocale=en
Monitoring.MonitorPorts=

################################

Privacy

################################
Privacy.PrivacySettingsSet=False
Privacy.AutoReportFatalExceptions=True
Privacy.AllowAnalytics=True
Privacy.EnhancedLicenceReporting=True

################################

Limits

################################
Limits.NumericValueNodeUpperLimits={}
Limits.NumericValueNodeLowerLimits={}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.