11.01.2020, 15:37
Is the certificate from here: https://www.tbs-certificates.co.uk/FAQ/e...tigna.html ?
--
Christian
Christian
Tiles server in https only
|
11.01.2020, 15:37
Is the certificate from here: https://www.tbs-certificates.co.uk/FAQ/e...tigna.html ?
--
Christian (11.01.2020, 15:37)routeconverter Wrote: Is the certificate from here: https://www.tbs-certificates.co.uk/FAQ/e...tigna.html ? Hmmm... no, it seems it is not this one, not same signature... I used this very cool app to update the cacerts file : https://keystore-explorer.org (just discovered it to do that, very very useful app !) With it, I opened the cacerts file (standard password "changit"), and then : Top menu > examine > examine TLS connection Host TLS : wxs.ign.fr (443) > OK, kept the root CA (Certigna Services CA) : Import > OK That's all... Best regards PS : I promise, in my future life, I'll become a Java developer to help you... ![]()
20.01.2020, 13:23
I've just uploaded a new prerelease which on macOS contains a cacerts file where I've added the Certigna root certificate. And I've added the IGN map to the default maps.
Please test and report.
--
Christian
Hello
(20.01.2020, 13:23)routeconverter Wrote: I've just uploaded a new prerelease which on macOS contains a cacerts file where I've added the Certigna root certificate. Yes, it works fine ! Thank you ! (20.01.2020, 13:23)routeconverter Wrote: And I've added the IGN map to the default maps. Hmmm... I don't think it's a good idea... The used key (choisirgeoportail) is a test key, not secret, but normally, must be used only for test purpose (IGN said that in case of abuse with this key, they will suppress it...). For my own usage, I have a private key. I gave you the test key because my private one's can works only on my macbook. If somebody wants to access IGN maps for it's own usage, it must ask IGN for a private key (it is free till 2.000.000 tiles a year). So, not sure it's a good idea to give access to IGN topo maps in your standard distribution. Surely IGN will ask you to remove it one day... Best regards,
08.03.2020, 22:06
(23.01.2020, 12:33)tybern Wrote: The used key (choisirgeoportail) is a test key, not secret, but normally, must be used only for test purpose (IGN said that in case of abuse with this key, they will suppress it...). Deactivated it again
--
Christian
23.05.2023, 23:54
Gutten Abend
A small update here on the IGN services. I think since 2020 they change their access politics : It is now freely available. This page says it : https://geoservices.ign.fr/services-web-essentiels (only in French I'm afraid) Quote: Avec les URL prêtes à l'emploi ou avec la clé essentiels, accédez à nos principaux services web, de façon gratuite et sans inscription, dans votre site web ou dans l'application de votre choix.In English : Quote:With the ready-to-use URL or with the essentiels key, access our main web services, freely, without subscribtion, in your web site or application of yours. Check the "geoservices" page above for technical details. If you need help for translation, I can do that at least (but no java coding, I'm a GIS user). Thanks Charly
Gutten Tag
I was testing some https tile servers configurations, watching the protocols with fiddler software. Fiddler is not perfect since it cannot decode the https transaction (this is why https is implemented ![]() I was surprise to see that all requests are using HTTP protocol, although on port 443 and using SSL, when other apps (such as ITNconv) are using HTTPS instead. I also realize that some of the https tile servers configured are not functioning in RC. The following servers fail to display tiles in RC :
My recipe to install the certificate :
Code: echo 'changeit' | keytool -list -v -keystore /etc/ssl/certs/java/cacerts | grep 'Owner:' I have : Owner: CN=Certigna, O=Dhimyotis, C=FR Owner: CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR But still no success on both Linux and Windows. I also add this certificates in the OS keystores... but to no avail. There must be something else. Is there a DEBUG MODE for RC ? In order to have verbose log file and the like ? Vielen Grüssen Charly PS : I'll be off for the next 4 days, be back on monday evening...
25.05.2023, 18:26
Additional note : the "basic" (no Root CA) Certigna certificate is already in the Java cacerts.
|
« Next Oldest | Next Newest »
|