Using ASP.NET Core 6 having issue to connect to Oracle database using TCPS protocol

Anonymous
2023-12-01T15:39:06+00:00

After upgraded my application from .NET Framework to ASP.NET Core 6, I am having issues connecting to an Oracle database using TCPS protocol, while existing application is working fine.

I get this error: Network Transport : SSL failure in parsing wallet location.

I have already setup the required setting and wallet location as given below...

var _walletLocation= "c:\oracle\wallet"

OracleConfiguration.SqlNetWalletOverride = True

OracleConfiguration.SSLVersion = "1.2 or 1.1"

OracleConfiguration.SqlNetAuthenticationServices = "(tcps)"

OracleConfiguration.WalletLocation = "SOURCE =(METHOD = file)(METHOD_DATA = (DIRECTORY = " & _walletLocation & "))"

Windows Server Windows cloud

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-04T01:45:16+00:00

    Hello Fareed Alam,

    Thank you for posting in Microsoft Community forum.

    From the description above, I understand your question is related to ASP.NET.

    Since there are no engineers dedicated to ASP.NET in this forum. in order to be able to get a quick and effective handling of your issue, I recommend that you repost your question in the Q&A forum, where there will be a dedicated engineer to give you a professional and effective reply.

    Here is the link for Q&A forum.
    Questions - Microsoft Q&A

    Click the "Ask a Question" button in the upper right corner to post your question and select "ASP.NET" tag.

    I hope the information above is helpful.

    If you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    0 comments No comments