[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Fallo en el Secure Socket Layer (SSL) Unknown SSL error (9318)

  • Thread starter Thread starter dilesc
  • Start date Start date
Status
Not open for further replies.
D

dilesc

Guest
Hello! Thanks for you answer, I found the solution to the problem. In Progress 11.7, in the socket connect there is a new parameter: "-servername". In this put the server url and achievement connection. Example: cSocketString = "-H " + cHost + " -S " + cPort + " -ssl -servername " + cHost. Thanks you all for your help --Spanish Versión-- Encontré la solución al problema. En la versión 11.7 de Porgress, en la sentencia Connect del Socket, existe un nuevo parámetro "servername" en el cual colocando el dominio del servidor destino permite la conexión. Gracias a todos por su ayuda

Continue reading...
 
Status
Not open for further replies.
Back
Top