|
| Iniciado por guest, 12,dic. 2014 10:24 - 3 respuestas |
| |
| | | |
|
| |
| Publicado el 12,diciembre 2014 - 10:24 |
I can not find the needed information to build a site with SSL.
In fact the site is already build without SSL. It is a simple dynamic site. I know I have to buy a certificate. But a lot of things are not clear.
There is a big of difference in prices. Going from zero dollars to more then $1000 per year.
I am workin with WebDev 18.
Can I test my certicicate on a test server and deploy it later on the real server. Is it as simple as "add a function at the start" to activate ssl. Is there an working example
Thanks
Willy Hermans |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,diciembre 2014 - 17:26 |
If you want to change to HTTPS it's easy, just use the SSLActive(True) function.
Check this post it may help you. http://27130.foren.mysnip.de/read.php…
Regarding the certficates for test purpose you can generate one self-signed certificate and install it on your web server, Just follow this help page: <a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/?1000019454">http://doc.windev.com/en-US/…</a>
With self-signed certificates you will get one warning message from the browser but it's ok for the test environment.
Regarding the CA authority it dependes on your needs, if your app is for in house use self-signed certificates can be managed without major problems and are free, if it's for online sales or other customer access try to use one of the most commum certificates like verisign or so. It's mainly a problem of recognition by the browser, key length and a matter of confidence from your customer |
| |
| |
| | | |
|
| | |
| |
| Publicado el 14,diciembre 2014 - 11:33 |
Thanks,
Very simple in the code but a huge job reconfiguring the server.
It seems that it does not work without active directory.
All the YouTube samples i've seen looks a little different as my server.
So I know what to do the coming weeks.
Thanks again. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 15,diciembre 2014 - 10:30 |
Hi Willy,
Can you clarify what is your problem with the AD?
Usually you can configure the IIS to use one certificate in minutes. |
| |
| |
| | | |
|
| | | | |
| | |
|