Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm working with some medical related data, so obviously security is a top concern. Currently, we have our dashboard available on the Access Point which is hidden behind a VPN. However, some of our users can't the VPN due to their company's network policy. To use the VPN, they have to disconnect from their office LAN and then use a Verizon MiFi card to access the internet and can only use the VPN on the MiFi card. Of course, the MiFi card is too slow so users are rarely using the dashboard.
We would like to implement SSL instead of VPN for these users so that way they can use their faster ethernet connection to directly login. How can I use SSL with IIS on a Windows 2012 server? Is SSL secure enough that we can let users connect to the dashboard, and control their login with Windows/Qlikview?
Dear Colin,
Attached is steps to implement SSL. Now, Accesspoint is basically a webpage so adding SSL is a extra security layer, in other words, yes it is safe.
Transport Layer Security - Wikipedia, the free encyclopedia
Dear Colin,
Attached is steps to implement SSL. Now, Accesspoint is basically a webpage so adding SSL is a extra security layer, in other words, yes it is safe.
Transport Layer Security - Wikipedia, the free encyclopedia
Hi Colin,
SSL is secure and there are different levels of SSL. I would make sure the Provider of you SSL certificate has a reputation for security. VeriSign is a great one, but the cost can be very high.
The installation and setup using IIS is very easy and your IT team shouldn't have any issue doing it.
Bill
Thanks for the reply. I had thought that SSL was safe, but I had a user with concerns since SSL leaves an external IP instead of being hidden behind a VPN. This helps!
Hi,
Yes, port 443 is open to the outside world. However, it is just like your Bank Website. You secure it with a username and password. What SSL does is makes the data exchange secured.
Bill
SSL is commonly used to refer to the encryption protocol that secures communication over the internet. A digital certificate that verifies an organization's identity and permits encrypted connections is known as an SSL certificate. An SSL certificate should be purchased and installed by a trusted SSL provider such as ssl2buy.com in order to secure data transfer between the browser and the server.