Skip to content

Commit

Permalink
Set certificateFolder property to enable SSL in _startWebServer.4dm
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicktrinh committed Apr 17, 2024
1 parent 11a9f27 commit 6c31251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project/Sources/Methods/_startWebServer.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ If (Not($webServer.isRunning))
$settings.HTTPSEnabled:=$bIsSSL
If ($bIsSSL)
$settings.HTTPSPort:=$port
$settings.certificateFolder:=Folder("/PACKAGE/";*)
Else
$settings.HTTPPort:=$port
End if
Expand Down

0 comments on commit 6c31251

Please sign in to comment.