Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
300 stars 116 forks source link

IIS configure HTTPs Error(OpenSSL) #83

Closed peterMaa closed 4 years ago

peterMaa commented 7 years ago

Hellow, Error happend when ran webgis-windows.json on Winserver 2012r2,Error info“No such file or directory - C:/projects/openssl/knap-build/var/knapsack/software/x86-windows/openssl/1.0.1p/ssl/openssl.cnf”,need install OpenSSL alone? ps output: {

pbobov commented 7 years ago

esri-iis and arcgis-enterprise cookbooks only support SSL certificates in PKCS12 format (*.pfx certificate files with private key).

Though this issue probably caused by a different problem. It looks like Chef is using OpenSSL from C:/projects/openssl instead of using the one embedded in Chef-Client.

peterMaa commented 7 years ago

Thx,my Chef-Client v12.5.1,i finished the webgis-windows installation by skipping all the ‘Configure HTTPS’。