Mathias, I think as others have mentioned, to use https you need a SSL certificate.
If per chance you are using IIS, I use this letsencrypt tool for assigning certificates. Works great and automatically renews itself using the built in windows scheduler. Binaries available as part of the releases on this page -- https://github.com/win-acme/win-acme/releases For IIS on an x64 system, I used the zip marked win-acme....x64.pluggable.zip and then run the wacs.exe (make sure to Run as Administrator) to install the certs for the sites you need. > -----Original Message----- > From: postgis-users [mailto:[email protected]] On > Behalf Of Jeff McKenna > Sent: Monday, September 19, 2022 1:10 PM > To: [email protected] > Subject: Re: [postgis-users] How to connect to MapServer with an HTTPS > protocol > > Hi Mathias, > > Since you are serving the WFS service through Windows, you can follow the > detailed MS4W steps to serve through HTTPS on that Windows server : > https://ms4w.com/README_INSTALL.html#certificates-for-https > > Once your MS4W instance is serving HTTPS, then you can guide your users to > follow how to add your WFS HTTPS local layers through this guide: > https://mapserver.org/ogc/wxs_secure.html > > (note: as I maintain both guides, please let me know if there are any > additions needed) > > Thanks! > > > -- > > Thank-you for using MS4W. > "MS4W: open doors as well as windows" > > > -jeff > > > > > On 2022-09-19 4:13 a.m., mathias cunault wrote: > > Using Mapserver 7.4, I render a WFS that is accessible with some > > regular URL like "http://blabla.fr/cg-bin/mapserv.exe?MAP=.. > > <http://blabla.fr/cg-bin/mapserv.exe?MAP=..>." > > > > A user wants to use this WFS in another application web that needs a > > http*S* 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/ > > abonn//ez-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 > > > _______________________________________________ > postgis-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
