Https support
From ShiVa Wiki
Using SSL
- You have to set up SSL on the server side (with a SSL certificate, etc. there are a lot of tutorials on the web).
- On the client side, you will just have to use "https" instead of "http" for your web server calls.
Example
When using xml.send, you will be able to use "https://www.myserver.com/myscript.php" as second argument, instead of "http://www.myserver.com/myscript.php".