Corrected self signed certificate

This commit is contained in:
2026-04-12 12:42:31 +02:00
parent 06d53d1538
commit 6566b04606
3 changed files with 32 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
simple-ini/class
racket/string
net/url
simple-log
)
(provide
@@ -306,6 +307,9 @@
)
(webview-set-loglevel 'debug)
(define log-file (build-path (find-system-path 'temp-dir) "example1.log"))
(displayln (format "logging to ~a" log-file))
(sl-log-to-file log-file)
(define (run-example)
(let* ((ini (new ini% [file 'web-racket-example1]))