User74717037 posted
Happy New Year everyone!
I installed an SSL certificate on my server and created a web forms application that included a web service. When using https in the URL, the browsers (IE, Chrome, Safari) are showing the padlock so I believe it is working as needed.
I have a console application running on a standalone PC that consumes the web service within the web application. In the service reference on the console application I used https in the url and it does return the expected data without error.
My questions are: Have I set everything up properly? Do I need to do anything else to ensure the console application and web service are exchanging data that is encrypted?
Thanks in advance for your help/suggestions!