From knatesa at cap.org Thu Nov 16 03:21:58 2017
From: knatesa at cap.org (Kalaisri Natesan (ns))
Date: Thu Nov 16 05:31:08 2017
Subject: [xsstl-users] No trusted certificate found -
http://www.codesynthesis.com/xmlns/xsstl
Message-ID: <15570A9BE746F048AA504AD4AF6A47CA4E6FE835@PAPPMBX01.cap.org>
Hi Support Team,
We are using the "us-state-code" and "iso3166-country-code" XSDs in our application. When building these components, we create a JAR for these files and utilize them wherever required.
Since the last couple of weeks, we have been facing issue when building this component. We are getting below error during the build.
IO Error javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
error: src-resolve: type 'USStateTerritoryCode@http://www.codesynthesis.com/xmlns/xsstl' not found.
error: src-resolve: type 'ISO3166CountyCode@http://www.codesynthesis.com/xmlns/xsstl' not found.
The Line where this error is thrown is as below:
The build was working fine before and the last successful build was done on Oct 25th. When we tried to build recently, starting of Nov, we are getting this error.
We have not done any changes from our end to cause this issue. Could you please give us some pointers on this and help us in getting this resolved?
Thanks,
Kalaisri Natesan.
CAP Web Apps Support
knatesa@cap.org | +91 - 9626235894
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://codesynthesis.com/pipermail/xsstl-users/attachments/20171116/a38d2333/attachment.html
From boris at codesynthesis.com Thu Nov 16 07:57:13 2017
From: boris at codesynthesis.com (Boris Kolpackov)
Date: Thu Nov 16 07:57:25 2017
Subject: [xsstl-users] No trusted certificate found -
http://www.codesynthesis.com/xmlns/xsstl
In-Reply-To: <15570A9BE746F048AA504AD4AF6A47CA4E6FE835@PAPPMBX01.cap.org>
References: <15570A9BE746F048AA504AD4AF6A47CA4E6FE835@PAPPMBX01.cap.org>
Message-ID:
Kalaisri Natesan (ns) writes:
> The Line where this error is thrown is as below:
>
>
We have recently switch to HTTPS and all http://www.codesynthesis.com
requests are redirected to https://www.codesynthesis.com (so you may
want to update your imports).
I am not sure why you are getting certificate errors. We are using
letsencrypt and we haven't had any issues with any of the clients
(all the major web browsers, etc).
A workaround would be to download the schemas manually and change
your imports to use local files.
Boris