Telegraph icon indicating copy to clipboard operation
Telegraph copied to clipboard

Secure Web Server for iOS, tvOS and macOS

Results 36 Telegraph issues
Sort by recently updated
recently updated
newest added

1. We are trying to serve a production build of our React app using serveDirectory() mentioned in Telegraph docs 2. We are trying to overcome the Origin Request Header being...

I am unable to load the p12 certificate after adding new certificate , it is returning nil on at this line : identity = CertificateIdentity(p12URL: identityURL!, passphrase: "") Code snippet...

server.route supports downloading mp4 videos, but cannot be played online

**Description:** When using the Telegraph WebSocket server with a browser client, we observe that the server sends a close frame (opcode: connectionClose, payload: close 1001) which is being delivered through...

I am currently using the Telegraph library and have successfully set up an HTTPS server on iOS, providing HTTPS services with self-signed certificates and a CA. My goal now is...