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 60:         da = New OleDbDataAdapter
Line 61:         ds = New DataSet
Line 62:         conn.Open()
Line 63: 
Line 64:         comm.CommandText = "SELECT Autores.IDAutor, Autores.Nombre, Autores.Apellido, Autores.Biografia, Libros.IDColeccion, Libros.FechaPub, Libros.Titulo, Libros.Subtitulo, Libros.Disponibilidad, Libros.Precio, Libros.PrecioVP, Libros.Comentario, Libros.Tapa, Libros.ISBN, Libros.PrimeraEdicion, Libros.UltimaEdicion, Libros.Medidas, Libros.Paginas, Libros.Indice, Libros.Oferta, Libros.Novedad, Libros.Proximo, Libros.Reimpresion FROM (Autores INNER JOIN Libros ON Autores.IDAutor = Libros.IDAutor) WHERE Libros.IDLibro = " & id_libro

Source File: D:\XVRT\fcede.es\Sandbox\Html\site\es2017\libros\detalles.aspx    Line: 62

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
   ASP.site_es2017_libros_detalles_aspx.Page_Load(Object sender, EventArgs e) in D:\XVRT\fcede.es\Sandbox\Html\site\es2017\libros\detalles.aspx:62
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


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