Re: [OSM-dev] HTTPS on Nominatim

2013-11-14 Thread Grant Slater
On 13 November 2013 17:56, François Lacombe
francois.laco...@telecom-bretagne.eu wrote:

 I was wondering if it's possible to send HTTPS requests to Nominatim service?
 https://nominatim.openstreetmap.org/search doesn't answer.


Currently HTTPS is not offered for nominatim.openstreetmap.org
Nominatim serves over 100 requests per second and we do not yet have
the hardware resources to offer HTTPS.

Technical:
While easy enough to enable, the server is already heavily CPU loaded.
The server uses Xeon 56xx CPUs with the AES instruction set but the
SSL connection setup / key-exchange is still expensive. The nature of
requests on nominatim is that most requests will start a new
connection setup. We are planning to get another server for nominatim
in the next few months. (redundancy / easier maintenance / spread
load)

Regards
 Grant
 Part of OSM sysadmin team.

___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


[OSM-dev] HTTPS on Nominatim

2013-11-13 Thread François Lacombe
Hi,

I was wondering if it's possible to send HTTPS requests to Nominatim
service ?
https://nominatim.openstreetmap.org/search doesn't answer.

I've got some issues to use it on a https webpage displaying Leaflet
GeoSearch plugin since all well known browsers are blocking http content on
https websites.

You can try it here and use the top bar search for adress :
https://www.infos-reseaux.com/apps/ADSLObs/carte-nra-nro/?domain_id=FT


Many thank for any tip.

Cheers.


*François Lacombe*

francois dot lacombe At telecom-bretagne dot eu
http://www.infos-reseaux.com
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] HTTPS on Nominatim

2013-11-13 Thread sly (sylvain letuffe)
Le mercredi 13 novembre 2013 18:56:53, François Lacombe a écrit :
 Hi,

Hi,
 
 I've got some issues to use it on a https webpage displaying Leaflet
 GeoSearch plugin since all well known browsers are blocking http content on
 https websites.

(...)

 Many thank for any tip.

You could set up a http proxy local to your hosting. 

-- 
sly (sylvain letuffe)
http://wiki.openstreetmap.org/wiki/User:Sletuffe

___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev