We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest changes released in 3.9.3 seem to lead to a lot of issues e.g. SSL cert errors or even the problem I encountered in vercel/nft#402
3.9.3
I guess this is due to #2131 which lead to the cert-chain being a single big string instead of separate array elements.
It is possible to work around this for now by downgrading back to 3.9.2
3.9.2
The text was updated successfully, but these errors were encountered:
Separated each certificate into single array element
739d48f
- Fixes sidorares#2541
63f1055
No branches or pull requests
The latest changes released in
3.9.3
seem to lead to a lot of issues e.g. SSL cert errors or even the problem I encountered in vercel/nft#402I guess this is due to #2131 which lead to the cert-chain being a single big string instead of separate array elements.
It is possible to work around this for now by downgrading back to
3.9.2
The text was updated successfully, but these errors were encountered: