You are viewing limited content. For full access, please sign in.

Question

Question

Error: No connection could be made to the Laserfiche repository. Self-Hosted Laserfiche API

asked on September 29

Buen día a todos, tengo el siguiente problema para conectarme por swagger con Self-Hosted Laserfiche API

ingrese la credenciales y parámetros indicados y tengo el siguiente error que no puede encontrar el repositorio.

Muchas gracias por su apoyo.

 

{
    "Logging":  {
                    "LogLevel":  {
                                     "Default":  "Trace"
                                 }
                },
    "AllowedHosts":  "*",
    "AccessTokenExpirationLimit":  "00:15",
    "EnableApiLimit":  "false",
    "EnableGetRepositoryListApi":  false,
    "EnableLaserficheServerSSL":  true,
    "KeyedConcurrentLicense":  "",
    "LaserficheServerName":  "localhost",
    "LaserficheWebClientHostUrl":  "localhost",
    "UploadFileSizeLimitMb":  100
}
 

 

 

0 0

Answer

APPROVED ANSWER
replied on September 29

One thing that jumps out at me is that the options "EnableLaserficheServerSSL: true" and "LaserficheServerName: localhost" are generally not compatible. If you want to use ssl, you have to connect using a hostname that is in the certificate.

1 0

Replies

replied on September 29

Muchas gracias llegue a configurarlo.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.