Hi Mathias, since this a question about MapServer (and HTTP/https protocols on a Server)
the MapServer user list <mailto:[email protected]> [email protected] is a slightly better place for it (and not this PostGIS list ). Here some hints for you though: The HTTP and HTTPS protocols are what a web server (server computer plus HTTP Server software) enables - see <https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol> https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol It seems from your example URL that you are using Windows as an operating system - what Web Server software are you using (MS IIS e.g. or Apache) ? Overall you will need to configure whatever software you are using to serve HTTP. In case of HTTPS (secure protocol https://fr.wikipedia.org/wiki/HyperText_Transfer_Protocol_Secure ) you will also need to obtain and use a SSL certificate. One good option for a free one is Let's Encrypt see https://letsencrypt.org/ I hope this helps you to get started Cheers Karsten -------------- From: postgis-users [mailto:[email protected]] On Behalf Of mathias cunault Sent: Monday, September 19, 2022 00:14 To: PostGIS Users Discussion Subject: [postgis-users] HOw to connect to Mapserver with an https protocol Using Mapserver 7.4, I render a WFS that is accessible with some regular URL like "http://blabla.fr/cg-bin/mapserv.exe?MAP=..." A user wants to use this WFS in another application web that needs a httpS protocol. I am not familiar with internet protocols so I don't know where to start : is it a Mapserver configuration or a server (windows server R12) configuration to setup ? Thanks ---------- Mathias Cunault référent SIG / Admin Caviar Inrap Tours - 148 av. Maginot 37000 TOURS 06 32 05 98 96 abonnez-vous à la lettre d'information de l'Inrap : http://ww <http://www.inrap.fr/newsletter.php> w.inrap.fr/newsletter.php <http://www.inrap.fr/newsletter.php>
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
