-
Notifications
You must be signed in to change notification settings - Fork 555
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
Issue: SSL Encryption Enabled Sites Result In Error On IIS #3635
Comments
@thabaum since almost every Oqtane site running in production is using IIS and SSL I would have to assume that this is a configuration issue in your environment. And since there is no way to reproduce your specific configuration, I believe this issue should be closed? |
@sbwalker I can't run IIS with SSL enabled. Issue should stay open shouldnt it? Or can I only test SSL with a signed-certificate? We cannot test via local SSL either with self-signed or IIS developer certificate. Since I have no way to test production currenlty I am not sure this should be closed. I can put up a production site tomorrow with SSL enabled properly. So if results are good I will let you know and decide if no need for testing using self-signed certificates this can be closed. I almost feel like this is my file upload issue testing possibly with CORS fixed now is uploading between HTTPS and HTTP and the authorization for the login maybe buggered up in the mix of the two. This may make that permission issue go away... maybe if I can get motivated in that direction I will put one up tonight in production. I have a couple sites I have been meaning to do this for to help with troubleshooting. I will let you know how this goes by tomorrow afternoon. |
I was able to get HTTPS going in my IDE running Oqtane.Server in VS. I have the CORS fixes added but not sure that is the reason I can now do it here. I am still trying to run IIS with an SSL however. And I need to keep this issue related to that focus. Plus side is i can now test the maui app in HTTPS connecting to HTTPS localhost address with SSL enabled. update... if i make the VS use SSL for Oqtane.Server the Oqtane.Maui app will not connect. I assume its a certificate error issue possibly. So I will like I said put up a production site next to test. This issue maybe needs to be noted as a known issue. I will try to take a production cert and use it with editing the HOST file to point that domain to localhost. Has to be some form of a workaround we can put along with the known issue at least. I am still investigating this because I want to be able to run tests without having to go into a more production environment setup to do so. |
@sbwalker I am heading this direction now, I am setting up an IIS Oqtane production site today with a signed SSL certificate to see if some of these last issues relating to IIS SSL and File Manager Uploads go away. We can note as a known issue in documentation anything we cannot or will not resolve. |
@sbwalker I was able to get an SSL enabled site running in production using a signed certificate no problem. I will close this issue as something to document. |
When I enable SSL on sites that are currently using IIS (Windows Server 2022 and Windows 11) IIS Developer Certificate or Self-Signed the site fails to load (white page) and I get an SSL error in the
Content\Logs\error.txt
file.The only way I could install the site and navigate it was to be sure no SSL Bindings in IIS and use HTTP requests instead of HTTPS to connect.
I was using the latest "Release" edition and I will try to test the dev branch next now workarounds that I know can get a site running for testing purposes.
I have not tested with signed certificates.
Here is the long error below:
I will report back anything I can find.
There may also be a relating issue to CORS and Oqtane.Maui I will investigate if still an issue that may relate. I will create another issue for that once I have a chance to investigate again shortly.
The text was updated successfully, but these errors were encountered: