ok
Do you have TrustServerCertificate=True
in your connection string?
hi
The migration error logs:
[ERR] A connection was successfully established with the server, but then an error occurred during the login process.
(provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
System.ComponentModel.Win32Exception (0x80090325): The certificate chain was issued by an authority that is not trusted.
ok
liming.ma@volosoft.com
ok, the Correlation failed
should be the cookies problem. https://github.com/dotnet/aspnetcore/blob/release/9.0-rc1/src/Security/Authentication/Core/src/RemoteAuthenticationHandler.cs#L248-L280
Please check the browser network/console panel to see the warning.
If you can share a online URL. I can check it.
hi
Can you share some screenshots and exception logs with https?
What I mean is you should not change https, maybe there are other solutions.
Thanks.