- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.1k
 
Closed
Labels
Description
If already have a valid keypair, could I connect to an SSL swarm and download the metadata?
Looking at the code, it appears that an ssl cert can't be set until m_ssl_ctx has been initialized; which currently requires valid metadata.
Is there any reason we couldn't initialize the ssl context earlier, maybe add ssl_cert to add_torrent_params?