Atozed Forums
http.sys and ssl - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: http.sys and ssl (/thread-958.html)



http.sys and ssl - joelcc - 02-25-2019

with if I wanted to use http.sys does the ssl encryption come from openssl or from windows?

How do I handle the ssl certificates?


RE: http.sys and ssl - ioan - 02-25-2019

(02-25-2019, 06:40 PM)joelcc Wrote: with if I wanted to use http.sys does the ssl encryption come from openssl or from windows?

How do I handle the ssl certificates?

I don't know if this is the only way, but, to use ssl with http.sys, I installed the certificates in IIS, but kept the IIS server stopped.


RE: http.sys and ssl - TonyNZ - 02-25-2019

You install your certificates in Windows (it then handles things) and as ioan noted you can use IIS to do this but not necessarily use IIS as your server. Alternatively you can install them directly as per this article (http://blog.boxofbolts.com/ssl/windows/owin/guide/2015/06/29/https-self-hosted-windows/). Which is what I did.

If your certificates are in the OpenSSL format then you will need OpenSSL to convert them into IIS (.pfx) format. After that you don't need OpenSSL.


RE: http.sys and ssl - Jose Nilton Pace - 02-25-2019

Read this post: https://www.atozed.com/forums/showthread.php?tid=910