-
Notifications
You must be signed in to change notification settings - Fork 17
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
install.ps1 script is not accessible when using a self-signed certificate #49
Comments
Started to dig through this a bit more, after setting
Edit: Looks like .NET 4.6 already enables TLS 1.2, turns out to be an issue with self signed certificates, when testing against a trusted cert this works fine. @ferventcoder would you be open to having a config option that disables the SSL checks specifically for https://github.com/chocolatey/simple-server/blob/master/src/SimpleChocolateyServer/Controllers/InstallController.cs#L44 so that this can work with self signed certs or do you wish to make that a requirement? |
When trying to access
https://choco-server/install.ps1
I get the following XML data backAccessing the normal http site works fine but it would be nice if we could use https here as well.
The text was updated successfully, but these errors were encountered: