skip to Main Content

How to build a secure (wss://…) websocket server using Kotlin's ktor? – Nginx

I've found documentation for an insecure ktor websocket server (ws://...): https://ktor.io/docs/creating-web-socket-chat.html#creating-the-chat-client I've found documentation for a secure ktor http server (https://...) https://github.com/ktorio/ktor-documentation/tree/main/codeSnippets/snippets/ssl-embedded-server But I can't seem to find or figure out how to serve a secure ktor websocket server (wss://...)…

VIEW QUESTION

Browser Cache Private S3 Resources – Nginx

Stack is: Angular Laravel S3 nginx I'm using S3 to store confidential resources of my users. Bucket access is set to private which means I can access files either by creating temporary (signed, dynamic) links or by using Storage::disk('s3')->get('path/to/resource') method…

VIEW QUESTION
Back To Top
Search