Im creating a client like this:
    
    
    let client = newHttpClient(sslContext=newContext(certFile="./cert.pem"))
    
    
    Run

But that seems to not be working, as i get the error
    
    
    Error: unhandled exception: error:1416F086:SSL 
routines:tls_process_server_certificate:certificate verify failed [SslError]
    
    
    Run

Reply via email to