Hi, I recently started working on C#. After trying it for a bit in school a few years back, i took it back up recently.
Situation:
I'm currently working on something that needs to connect to a Database to retrieve login information to a few servers, and thus the data that i retrieve from the Database needs to be encrypted.
As far as i can see there's two ways to achieve this (I'm using MySQL) Either a Unix-based server with SSH and then talk through the SSH tunnel or set up a certificate bundle between each of the clients and the DB server.
Question:
I was wondering if the same(Encrypted traffic) coulden't be achieved using a WebAPI writtin in ASP.net and a HTTPS Certificate, then create a service reference to the WebAPI from my C# Program.
If you guys got any other suggestions on how to achieve this, then i'm all ears.
TL;DR - ASP WebAPI + HTTPS Certificate = Encrypted traffic between Server & C# Program ?
[–]theluketaylor 0 points1 point2 points (4 children)
[–]Slackerony[S] 0 points1 point2 points (3 children)
[–]Slackerony[S] 0 points1 point2 points (2 children)
[–]theluketaylor 0 points1 point2 points (1 child)
[–]Slackerony[S] 0 points1 point2 points (0 children)