I hereby claim:
- I am andythorne on github.
- I am andythorne (https://keybase.io/andythorne) on keybase.
- I have a public key whose fingerprint is C163 872D 8DC5 7FAB 7817 872C 69A4 8E26 B94D EBB3
To claim this, I am signing this object:
# PROBLEM: You want to do .NET local development using WSL but you are struggling to get TLS to work using dotnet dev-certs. | |
# | |
# This was tested on Windows 10 using an Ubuntu 20.04 WSL distro. Both environments targeted .NET 6. | |
# I stiched this together from snippets of information found in the following resources: | |
# - https://code.luasoftware.com/tutorials/linux/upgrade-openssl-on-ubuntu-20/ | |
# - https://github.com/dotnet/aspnetcore/issues/27344 | |
# - https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-6.0&tabs=visual-studio | |
# | |
# STEP 0: Check your OpenSSL version | |
# RUN THIS FROM A TERMINAL ON WSL VM |
I hereby claim:
To claim this, I am signing this object:
<?php | |
namespace Drupal\s3filesystem\StreamWrapper\Body; | |
use GuzzleHttp\Psr7\CachingStream; | |
use GuzzleHttp\Psr7\Stream; | |
use Psr\Http\Message\StreamInterface; | |
/** | |
* Class SeekableCachingStream |