Skip to content

Validator - FATAL error, SSL connection #1833

Discussion options

You must be logged in to vote

Hi @mtomorowicz,

I tried to reproduce your validation error with the following unit test:

        public void Issue_1833()
        {
            var provenanceBundleXml = File.ReadAllText(Path.Combine("TestData", "validation", "provenanceBundle.xml"));

            var provenanceBundle = new FhirXmlParser().Parse<Bundle>(provenanceBundleXml);
            Assert.NotNull(provenanceBundle);

            var settings = new ValidationSettings()
            {
                ResourceResolver = ZipSource.CreateValidationSource(),
                GenerateSnapshot = true,
                EnableXsdValidation = true,
                ResolveExternalReferences = true
            };
            var val…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@marcovisserFurore
Comment options

@mtomorowicz
Comment options

@marcovisserFurore
Comment options

@mtomorowicz
Comment options

@ewoutkramer
Comment options

Answer selected by marcovisserFurore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants