Background
I've recently got involved in implementation of a web application. One of the vendor's recommendations is that the web site is secured using SSL, which is fair enough given the nature of the data that are to be entered or reported on using it.
In a meeting to discuss implementation I mentioned that we would need to buy an SSL certificate for the web server, and while for development and testing this wouldn't be necessary, it would be needed before we could go live with it.
My boss, a typical computer end user, and a member of our finance department who were also at the meeting started asking about this.
I explained that SSL certificates installed on the web server (and subsequent use of https instead of http) means:
* the communications between their PC and the web server are encrypted (ie not sent across the wires as plain text)
* your pc could guarantee that the web server on the end was what the server it said it was, rather than any machine trying to impersonate it.
* SSL is a widely used used in online banking and shopping sites for ordering and transfer of payment information.
* The only negative point is that there is a slight performance hit overall over non encrypted traffic.
The response was on the lines of "Um Ah OK" without a definite "This needs to be done" item on the to do list.
This isn't the first web application we have, but it is almost certainly the first that will need to be made accessible from outside my employer's organisation, and I know that the guys who run our firewalls etc won't let external traffic to it without SSL installed and working.
Questions
Going further than my own background information above, can anybody think of ways to persuade non IT professionals (managers, accountants, doctors, lawyers etc) to spend money on IT security infrastructure such as SSL certificates for web servers, code signing certificates for in house developed software etc?
John
I've recently got involved in implementation of a web application. One of the vendor's recommendations is that the web site is secured using SSL, which is fair enough given the nature of the data that are to be entered or reported on using it.
In a meeting to discuss implementation I mentioned that we would need to buy an SSL certificate for the web server, and while for development and testing this wouldn't be necessary, it would be needed before we could go live with it.
My boss, a typical computer end user, and a member of our finance department who were also at the meeting started asking about this.
I explained that SSL certificates installed on the web server (and subsequent use of https instead of http) means:
* the communications between their PC and the web server are encrypted (ie not sent across the wires as plain text)
* your pc could guarantee that the web server on the end was what the server it said it was, rather than any machine trying to impersonate it.
* SSL is a widely used used in online banking and shopping sites for ordering and transfer of payment information.
* The only negative point is that there is a slight performance hit overall over non encrypted traffic.
The response was on the lines of "Um Ah OK" without a definite "This needs to be done" item on the to do list.
This isn't the first web application we have, but it is almost certainly the first that will need to be made accessible from outside my employer's organisation, and I know that the guys who run our firewalls etc won't let external traffic to it without SSL installed and working.
Questions
Going further than my own background information above, can anybody think of ways to persuade non IT professionals (managers, accountants, doctors, lawyers etc) to spend money on IT security infrastructure such as SSL certificates for web servers, code signing certificates for in house developed software etc?
John