Skip to content
New issue

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

Can Algernon be configured to run over SSL but with a self-signed cert #123

Open
esumerfd opened this issue Sep 12, 2022 · 0 comments
Open
Assignees
Labels
question One or more questions

Comments

@esumerfd
Copy link

I am experimenting with Algernon to use it as an Auth0 simulator for running in CI. For this I need it to run over SSL to avoid cors problems but also receive connections over http3 from the dotnet core identity framework.

So, running with these args but the cert validation always results in mismatch name on the self signed cert.

algernon \
  --verbose \
  --nobanner \
  --nodb \
  --nocache \
  --server \
  -u \
  --servername=auth0.local.net \
  --cert=$rootDir/app/sim/cert.pem \
  --key=$rootDir/app/sim/key.pem \
  --log=$rootDir/log/auth0sim.log \
  --accesslog=$rootDir/log/auth0sim.access.log \
  --internal=$rootDir/log/auth0sim.internal.log \
  $rootDir/app/sim :443
@xyproto xyproto added the question One or more questions label Sep 15, 2022
@xyproto xyproto self-assigned this Aug 16, 2023
@xyproto xyproto changed the title question: can Algernon be configured to run over SSL but with a self-signed cert Can Algernon be configured to run over SSL but with a self-signed cert Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question One or more questions
Projects
None yet
Development

No branches or pull requests

2 participants