Do not set sslPort if HTTPS not configured (#458)

Addresses #457
This commit is contained in:
Jass Bagga 2018-04-10 12:02:10 -07:00 committed by GitHub
parent a56110bfab
commit da32f45f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 40 additions and 0 deletions

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(RequiresHttps)
"sslPort": 44300
//#else
"sslPort": 0
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(RequiresHttps)
"sslPort": 44300
//#else
"sslPort": 0
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(RequiresHttps)
"sslPort": 44300
//#else
"sslPort": 0
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {

View File

@ -4,7 +4,11 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8080",
//#if(NoHttps)
"sslPort": 0
//#else
"sslPort": 44300
//#endif
}
},
"profiles": {