Add support to HTTPS SOAP request
This commit is contained in:
13
conf/ac.conf
13
conf/ac.conf
@ -19,7 +19,7 @@ application: {
|
||||
presharedkey = false;
|
||||
x509 = false;
|
||||
};
|
||||
|
||||
|
||||
rmacfiled: {
|
||||
supported = false;
|
||||
};
|
||||
@ -53,16 +53,16 @@ application: {
|
||||
|
||||
presharedkey: {
|
||||
hint = "esempio";
|
||||
identity = "prova";
|
||||
pskkey = "123456";
|
||||
identity = "prova";
|
||||
pskkey = "123456";
|
||||
};
|
||||
|
||||
|
||||
x509: {
|
||||
calist = "/etc/capwap/ca.crt";
|
||||
certificate = "/etc/capwap/ac.crt";
|
||||
privatekey = "/etc/capwap/ac.key";
|
||||
privatekeypassword = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
network: {
|
||||
@ -78,7 +78,8 @@ application: {
|
||||
|
||||
backend: {
|
||||
server: (
|
||||
{ url = "http://localhost/csoap.php"; }
|
||||
{ url = "http://localhost/csoap.php"; },
|
||||
{ url = "https://localhost/csoap.php"; x509: { calist = "/etc/capwap/ca.crt"; certificate = "/etc/capwap/ac.crt"; privatekey = "/etc/capwap/ac.key"; privatekeypassword = ""; }; }
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user