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
Hi,
is there a way to use self-signed certificates? I get the following error message:
× Uncaught exception Environment: win32, node 18.19.0, framework 3.38.0 (local), plugin 7.2.0, SDK 4.5.1 Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues Error: Error: self-signed certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1659:34) at TLSSocket.emit (node:events:517:28) at TLSSocket.emit (node:domain:489:12) at TLSSocket._finishInit (node:_tls_wrap:1070:8) at ssl.onhandshakedone (node:_tls_wrap:856:12)
With this configuration:
s3: host: 0.0.0.0 directory: ./tmp-bucket cors: ./cors.xml allowMismatchedSignatures: true httpsProtocol: cert
Thank you, Stefan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
is there a way to use self-signed certificates? I get the following error message:
With this configuration:
Thank you,
Stefan
The text was updated successfully, but these errors were encountered: