I've been in this industry for decades, I have a massive chip on my shoulder, and I lack the energy to care about anything anymore.
Oh, and I'm your next interview candidate. You will Rememberยฎ this interview. I will *NOT* be the most uncomfortable person here. Let's begin.
@AWS anything you can point me to?
The example in the docs does not work, nor does the code work from an alpine based Docker image
Oddly, if I use the Node.js driver, I can connect
I am very stumped trying to get @MongoDB#dotnetcore client to work when connecting to a Document Db instance with TLS enabled
Both windows and wsl throw with "remote certificate is invalid according to the validation procedure"
Any tips out there?
I am very stumped trying to get @MongoDB#dotnetcore client to work when connecting to a Document Db instance with TLS enabled
Both windows and wsl throw with "remote certificate is invalid according to the validation procedure"
Any tips out there?
Working on closing out my first migration to @aspnet Core (3.1, I know, I know)
Running localhost, trying to get node gql server to make a request, fails with "unable to verify first certificate"/UNABLE_TO_VERIFY_LEAF_SIGNATURE
My Google-fu is not helping much, ideas anyone?
Working on closing out my first migration to @aspnet Core (3.1, I know, I know)
Running localhost, trying to get node gql server to make a request, fails with "unable to verify first certificate"/UNABLE_TO_VERIFY_LEAF_SIGNATURE
My Google-fu is not helping much, ideas anyone?
@andrewlocknet As it does to me, I'll have to check if they have enough of the data points we are used to.
(and get sign off from higher ups โบ)
Thank you for the pointers
@andrewlocknet working on porting on main app to #aspnetcore
Working on exception handling and have three steps I want to do
- narrow down error code
- log to sentry
- email devs
Am I going down a dark path by having it all happen in UseExceptionHandler?
@andrewlocknet Currently for sentry I have a filter, but nervous I'll miss errors
Sentry has integrations to email from the app code, or are you referring to sentry integrations from the sure direct to slack, gh, ect?