Skip to content
  • Stavros Sachtouris's avatar
    Add config settings for handling SSL connections · d0233189
    Stavros Sachtouris authored
    The following settings can be used at cloud level i.e., each cloud
    configuration can have its own SSL settings:
    
    ignore_ssl = on | off
    ca_certs = /path/to/certificates
    
    Both settings are passed to a agkyra.syncer.SetupSyncer instance
    while setting up a session.
    d0233189