Hello!
I want to use https to communicate between my server and the clients. I have made my own certificate and i had configured the server. If i post a file over the browser, the server redirects the http:// to https:// and everything runs fine. Now, i want to post and download files fom my clients over https with poststring, postfile, download and download2. What do i need to use these functions in my client? I have read everything about ssl, which i could found here, but this isn't clear for me. How has to be the code to initialize an https://-query? The same i want to do with the ios-client.. Is it possible?
Thanks for help....
I want to use https to communicate between my server and the clients. I have made my own certificate and i had configured the server. If i post a file over the browser, the server redirects the http:// to https:// and everything runs fine. Now, i want to post and download files fom my clients over https with poststring, postfile, download and download2. What do i need to use these functions in my client? I have read everything about ssl, which i could found here, but this isn't clear for me. How has to be the code to initialize an https://-query? The same i want to do with the ios-client.. Is it possible?
Thanks for help....