cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Server’s security certificate is not from trusted certifying authorityServer’s

IgnacioMaldonado
Newcomer
0 Likes
202

Dear all, We are testing the new version 10 SP2511 on a server with Windows 2025 and SQL 2022, but our developments are producing the following error: 4004-Server’s security certificate is not from trusted certifying authorityServer’s

 

Clase

oCompany = new Company();

 oCompany.UserName = ConfigurationSettings.AppSettings["UserName"].ToString();

 oCompany.Password = ConfigurationSettings.AppSettings["Password"].ToString();

 

 oCompany.CompanyDB = ConfigurationSettings.AppSettings["CompanyDB"].ToString();

 oCompany.DbUserName = ConfigurationSettings.AppSettings["DbUserName"].ToString();

 oCompany.DbPassword = ConfigurationSettings.AppSettings["DbPassword"].ToString();

 

 oCompany.Server = ConfigurationSettings.AppSettings["Server"].ToString();

 oCompany.SLDServer = ConfigurationSettings.AppSettings["ServerSLD"].ToString();

 oCompany.LicenseServer = ConfigurationSettings.AppSettings["LicenseServer"].ToString();

 oCompany.language = SAPbobsCOM.BoSuppLangs.ln_Spanish_La;

 

 oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2022;

 oCompany.UseTrusted = false;

 

 

Web.config

   <!--SAP-->

   <add key="UserName" value="manager"/>

   <add key="Password" value="*****"/>

   <add key="CompanyDB" value="Prod_Breaker"/>

   <add key="DbUserName" value="sa"/>

   <add key="DbPassword" value="SAPB1ADmin"/>

 

   <add key="Server" value="SERVERSAPV2"/>

   <add key="ServerSLD" value="SERVER2SAPV2:40000"/>

   <add key="LicenseServer" value="SERVERSAPV2:40002"/>

 

 

Has anyone else had this problem and how did they solve it?

Accepted Solutions (0)

Answers (0)