SI
SI
CDCloudflare Developers
Created by SI on 10/7/2024 in #general-help
ZT & Github access
Hi everyone, I’d appreciate your help regarding a recurring issue we’re experiencing in the organization when accessing GitHub. Brief Description: Our Windows users occasionally encounter problems accessing GitHub. Restarting the agent or the computer sometimes resolves the issue. This problem only occurs on Windows agents using Cloudflare ZTNA in WARP mode. Thank you for your assistance!
2 replies
CDCloudflare Developers
Created by SI on 10/7/2024 in #general-help
Cookies & security
Hi everyone, I have a new security requirement for our organization and would appreciate any insights on how to define it in Cloudflare: 1.Prevent access to cookies via JavaScript. 2.Enable CSRF protection based on the SameSite cookie attribute, with the option to use either the "Strict" or "Lax" value. More information can be found here: OWASP. Thank you in advance for your help!
3 replies
CDCloudflare Developers
Created by SI on 7/22/2024 in #general-help
Issue to change plan
No description
2 replies
CDCloudflare Developers
Created by SI on 7/15/2024 in #general-help
SSL\TLS
Hi All, I would like to know if it is possible to configure in cloudflare that according to the port of the user's visit to the website he will receive a different certificate. For example : A user accesses my site on port 80 so he will get SSL Certificate 1 If a user accesses my site on port 443 then he will get SSL Certificate 2 Thanks!!
2 replies
CDCloudflare Developers
Created by SI on 7/10/2024 in #workers-help
Add Workers Admin User
No description
3 replies
CDCloudflare Developers
Created by SI on 7/9/2024 in #general-help
Hi, everyone,I would be happy to receive help with the problem I have with R2 (ticket number 323188
Hi, everyone, I would be happy to receive help with the problem I have with R2 (ticket number 3231889) Description of the fault: Recently, we have been uploading encoded video files to R2 storage using the S3 API, and some of them are corrupted. This is causing a certain percentage of our new VODs not to stream! Are you aware of any issues? What do you suggest we do to ensure the files are uploaded safely? Picture of couple of bad video objects without meta data attached, next to them others that are good, also same objects of AWS S3 are good. We are using the PutObject command from the @aws-sdk library to upload files. Here's the code snippet: const command = new PutObjectCommand({ Bucket: bucket, Key: s3ObjectKey, Body: stream, ContentType: contentType, ContentMD5: contentMD5, }); const result = await client.send(command); The customer added the Content-MD5 to detect and reupload corrupted uploads. They have observed that sometimes the MD5 hash is different, indicating issues during the transfer. Below are some of the errors they have encountered: 2024-05-17T20:33:20.048Z ee39cf6c-a8e4-405e-a432-f44ddba817ca ERROR Error uploading files to cloudflare. file: 1705242326_raketa_1_480p.mp4 error message: UnknownError 2024-05-20T08:39:08.849Z 499da2bb-d8b1-4352-b418-d243f2e70ec3 ERROR Error uploading files to cloudflare. file: 2005241137_commando_480p.mp4 error message: UnknownError #r2
8 replies