Hello, I want to set the settings for SSLVPN with the API. I have also prepared them correctly, in my opinion. But when I import, I get the message: "Status Code=501 Configuration parameters validatian failed. Does anyone know what exactly the problem is?
I have attached the XML file.
<?xml version="1.0" encoding="UTF-8"?> <Request> <Login> <UserName>ddd</UserName> <Password>xxx</Password> </Login> <Set Operation="update"> <SSLTunnelAccessSettings transactionid=""> <Protocol>UDP</Protocol> <SSLServerCertificate>ApplianceCertificate</SSLServerCertificate> <OverrideHostName>1.2.3.4</OverrideHostName> <Port>1194</Port> <IPLeaseRange> <StartIP>10.81.234.5</StartIP> <EndIP>10.81.234.55</EndIP> </IPLeaseRange> <SubnetMask>255.255.255.0</SubnetMask> <IPv6Lease>2001:db8::1:0</IPv6Lease> <IPv6Prefix>64</IPv6Prefix> <LeaseMode>IPv4</LeaseMode> <PrimaryDNSIPv4>192.168.4.5</PrimaryDNSIPv4> <SecondaryDNSIPv4>1.1.1.1</SecondaryDNSIPv4> <PrimaryWINSIPv4/> <SecondaryWINSIPv4/> <DomainName>xxx.local</DomainName> <DisconnectDeadPeerAfter>180</DisconnectDeadPeerAfter> <DisconnectIdlePeerAfter>15</DisconnectIdlePeerAfter> <EncryptionAlgorithm>AES-256-CBC</EncryptionAlgorithm> <AuthenticationAlgorithm>SHA512</AuthenticationAlgorithm> <Keysize>2048bit</Keysize> <KeyLifetime>28800</KeyLifetime> <CompressSSLVPNTraffic>Disable</CompressSSLVPNTraffic> <DebugMode>Disable</DebugMode> </SSLTunnelAccessSettings> </Set> </Request>
This thread was automatically locked due to age.