Add support to HTTPS SOAP request

This commit is contained in:
vemax78
2013-08-06 22:15:19 +02:00
parent 9a57f2806d
commit 6b424c5406
6 changed files with 503 additions and 45 deletions

View File

@ -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 = ""; }; }
);
};