scala.xml.Xml load self-signed https

renzobm

New Member
I want to "load" a xml source from a self-signed https server.\[code\]scala.xml.XML.load("https://....")\[/code\]returns some exception ("untrusted certificate" etc.)How can I get around that?Even worse, I need to authenticate with username and password ...(it's a subversion server ...)TIA, Sebastian.
 
Back
Top