I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/platforms/install-on-docker .
I setup in my machine by run command: docker-compose up -d
my .env:
SQUIDEX_DOMAIN=localhost
SQUIDEX_ADMINEMAIL=changeme@squidex.io
SQUIDEX_ADMINPASSWORD=admin@123
SQUIDEX_GITHUBCLIENT=
SQUIDEX_GITHUBSECRET=
SQUIDEX_GOOGLECLIENT=
SQUIDEX_GOOGLESECRET=
SQUIDEX_MICROSOFTCLIENT=
SQUIDEX_MICROSOFTSECRET=
My appsetting:
{
"app": {
"url": "https://localhost",
"appName": "first-app",
"clientId": "first-app:default",
"clientSecret": "017byv57clkn4un8gh0wbpcgvcqor240yqfupt1xbfkx"
}
}
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Error when acccess backend url: https://localhost:5001
AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain
Expected behavior
Run example with out error.
Minimal reproduction of the problem
self-sgned SSL cert.
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 5.0.0
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [x] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
Is it possible to login despite corrupted cert? If yes, what i should to set in squidex?