Re: Listening to both HTTP and HTTPS - WeOnlyDo Discussion board

Re: Listening to both HTTP and HTTPS (General questions)

by woddrazen, Tuesday, June 12, 2012, 20:14 (4336 days ago) @ Marcus

Marcus,


You need to run two instances. One for HTTP and other for HTTPS. Of course you can do that inside same project.
[code]
Dim WithEvents web1 As wodWebServerCom
Dim WithEvents web2 As wodWebServerCom
[/code]
Drazen


Complete thread: