Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
http.sys and ssl
#1
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?
Reply
#2
(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.
Reply
#3
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/o...d-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.
Reply
#4
Read this post: https://www.atozed.com/forums/showthread.php?tid=910
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)