-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[dotnet-sdk-9.0.100-preview.3.24160.1] The ServicePointManager does not support proxies with the https scheme will pop up when using PeachPied.WordPress.AspNetCore package. #99737
Comments
I wonder if #97537 could be involved. @MihaMarkic does this seem like something that should be in https://github.com/dotnet/runtime? |
Hey, could it be that you're addressing a wrong Miha? :-) I'd gladly answer if I knew the answer, though |
My bad, sorry @MihaMarkic! That should have been @MihaZupan. |
Verified it with dotnet-sdk-9.0.100-preview.4.24174.2, it has been fixed. |
@liveans Today we verified it on the latest Preview 3 build dotnet-sdk-9.0.100-preview.3.24175.24, this issue still repro. |
No, the fix will not be backported to Preview 3, the fix will be part of Preview 4. |
Is there an existing issue for this?
Describe the bug
Application Name: peachpie-wordpress
OS: Windows 10 21H2
CPU: X64
.NET Build Number: dotnet-sdk-9.0.100-preview.3.24160.1
App & Source Location, attachment checking at: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1992950
Github Link:
https://github.com/iolevel/peachpie-wordpress
Verify Scenarios:
1). Windows 10 21H2 AMD64 + dotnet-sdk-8.0.203: Pass
2). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.2.24129.7: Pass
3). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.3.24160.1: Fail
Description:
After we Install the PeachPied.WordPress.AspNetCore package and launch the project. The ServicePointManager does not support proxies with the https scheme pops up after clicking Continue button (page will jump to http://localhost:5004/wp-admin/) with the latest .NET 9 version,
Expected Behavior
Page displays successfully.
Steps To Reproduce
Minimal Repro steps (Demo attached WebApplication4.zip):
The machine has dotnet-sdk-9.0.100-preview.3.24160.1 installed.
5.Modify the main method.
6.Modify the appsettings.json to connect mysql.
7.Install MySQL on the machine and start the MySQL service.
8.Restore the SQL with db.sql in the project.
9. Build the project.
10. Change the WebApplication4.runtimeconfig.json
Expected Result:
Exceptions (if any)
Page redirection failed.
.NET Version
9.0.100-preview.3.24160.1
Anything else?
Dotnet Info:
@dotnet-actwx-bot @dotnet/compat
The text was updated successfully, but these errors were encountered: