Server Error in '/' Application.

[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.

Source Error:


Line 84:         sqladapter = New OleDbDataAdapter(sql_string, conn)
Line 85:         sqladapter.SelectCommand.Parameters.AddWithValue("@P1", Request("COL"))
Line 86:         sqladapter.Fill(sql_dataset)
Line 87:         Return sql_dataset
Line 88:     End Function

Source File: D:\XVRT\fcede.es\Sandbox\Html\site\es2017\descargas\catalogoAdultos.aspx.vb    Line: 86

Stack Trace:


[OleDbException (0x80004005): [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +967637
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4927900
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
   System.Data.OleDb.OleDbConnection.Open() +40
   System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +112
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +94
   site_es2017_descargas_catalogoAdultos.genera_paginacion(Int32 pagina, Boolean consulta_total) in D:\XVRT\fcede.es\Sandbox\Html\site\es2017\descargas\catalogoAdultos.aspx.vb:86
   site_es2017_descargas_catalogoAdultos.Page_load(Object sender, EventArgs e) in D:\XVRT\fcede.es\Sandbox\Html\site\es2017\descargas\catalogoAdultos.aspx.vb:13
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Page.OnLoadComplete(EventArgs e) +8804642
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +735


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974