Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTPS with Intraweb
#10
Hi. I would like to ask you to try to use http.sys as it is version 15. I reinforce that it does NOT need IIS and you use the certificate installed on windows. Much simpler to use and much more control. To convert the certificate to PFX (you can get free certificates from let's encrypt):
Code:
openssl pkcs12 -export -out certificate_out.pfx -inkey private.key -in certificate.crt
To convert you project, open dpr and change:
Code:
IWStart -> IWStartHSys
and
TIWStart.Execute( True ); -> TIWStartHSys.Execute( True );
In your ServerController, verify:
Code:
SSLOptions->NonSSLRequest := nsRedirect
SSLOptions->Port := 443
And i suggest you use URLBase, something like this: /gerencial/

To use Http.sys application with SSL without IIS, see this post.
Reply


Messages In This Thread
HTTPS with Intraweb - by Orpair - 05-23-2019, 10:27 AM
RE: HTTPS with Intraweb - by Jose Nilton Pace - 05-23-2019, 11:33 AM
RE: HTTPS with Intraweb - by Orpair - 05-23-2019, 11:42 AM
RE: HTTPS with Intraweb - by kudzu - 05-23-2019, 01:51 PM
RE: HTTPS with Intraweb - by Orpair - 10-04-2019, 03:01 PM
RE: HTTPS with Intraweb - by kudzu - 10-04-2019, 03:40 PM
RE: HTTPS with Intraweb - by Orpair - 10-04-2019, 05:59 PM
RE: HTTPS with Intraweb - by Alexandre Machado - 10-07-2019, 09:37 AM
RE: HTTPS with Intraweb - by Orpair - 10-07-2019, 09:58 AM
RE: HTTPS with Intraweb - by Jose Nilton Pace - 10-07-2019, 11:31 AM
RE: HTTPS with Intraweb - by Orpair - 10-08-2019, 11:35 AM
RE: HTTPS with Intraweb - by kudzu - 10-08-2019, 03:03 PM
RE: HTTPS with Intraweb - by Orpair - 10-08-2019, 06:11 PM
RE: HTTPS with Intraweb - by kudzu - 10-08-2019, 09:53 PM
RE: HTTPS with Intraweb - by Orpair - 10-09-2019, 07:04 AM
RE: HTTPS with Intraweb - by Jose Nilton Pace - 10-09-2019, 11:18 AM
RE: HTTPS with Intraweb - by Orpair - 10-09-2019, 11:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)