cert-sync | Dynamic provision for istio ingressgateway certificates | TLS library
kandi X-RAY | cert-sync Summary
kandi X-RAY | cert-sync Summary
Dynamic provision for istio ingressgateway certificates.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- haveConcernedUpdate returns true if the two secrets have changed .
- Run starts the agent
- init is responsible for registering the command line flags
- ensureFileData checks if file exists and if it does not exist .
- validateCertificateDir validates a certificate dir .
- setupSignalHandler returns a stop signal handler .
- validateThreadiness validates threadiness
- ensureCertificateDir ensures the directory exists .
- initializeKubeClient initializes a Kubernetes client
- Main entry point .
cert-sync Key Features
cert-sync Examples and Code Snippets
Community Discussions
Trending Discussions on cert-sync
QUESTION
I have a C# api running on a aws S3 with ubuntu. This API is use by a website, a windows application and a xamarin app deployed on Samsung android devices.
Since today 16:00 (paris time), the android part is not working anymore, I have a "trust issue". Clearly it seems to be related with DST Root CA X3 Expiration (No release on my side and the timing is perfect).
But I don't understand why...
- SSL certificate
I checked my SSL certificate and regarding let'sencrypt forums, I have one of the path base on "ISRG Root X1". The second one is base on "DST Root CA X3" (expired). I renew them anyway to be sure, but still the same certificate path. (and no problem for chrome to contact them).
- Internet with https is working
I can reach internet with a webview inside the app (to my website in https)
- Can't connect using restsharp
When I use RestSharp to contact my server, I have the trust issue.
My android devices are all the same: Samsung A7 tab, half up to date, the other half was update in august, all of them with Android 11. So theorically they are "not concerned" with this certificate expiration.
Can the problem come from Xamarin or RestSharp ? Maybe my server certificate ?
EDIT Ok half resolved.... If I go to the "Trusted Root Certificates folder" in my android device (don't know the exact name), If I disable the "Digital Signature Trust Co. - DST Root CA X3", it's working again !
Not a "real solution" since I need to update something like 150 devices... 2 options in my mind
- Can I force RestSharp to use a certificate more than another ?
- Is it just because Android know the expiration date is 30/09 and still use it because we are still the 30/09 and everythin will work Tomorow ?
EDIT 2 resolved.
Thx to all of you, sorry I should have been able to validate this answer before some post, but stackoverflow was on readonly mode this night and I fall asleep after that.
What I did (not sure if all step are mandatory).
1/ I updated the certbot since mine was < 1 (check with certbot --version)
...ANSWER
Answered 2021-Sep-30 at 21:09We’ve had similar issues today, unfortunately we were using older Amazon Linux on elasticbeanstalks. Upgrading to the latest Ubuntu build in your case should fix your issues.
The issue we had was the Amazon Linux version trusted certificate service was always adding the expired root certificate.
The reason restsharp is having problems is probably because it’s trying to do something like a curl request behind the scenes and is doing a handshake to verify the validity of the ssl cert when sending a request. The way it does this is checks it against certs that are trusted on the server, which includes the expired certificate.
See here for Ubuntu builds that have the latest certs upgrade https://ubuntu.com/security/notices/USN-5089-1
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cert-sync
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page