Browse Source

Update server port to 80 (#128)

Signed-off-by: Li, Xun <xun.li@intel.com>
Li Xun 6 years ago
parent
commit
8032507348
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psw/ae/data/constants/linux/default_url_info.hh

+ 1 - 1
psw/ae/data/constants/linux/default_url_info.hh

@@ -30,7 +30,7 @@
  */
 #ifndef _DEFAULT_URL_HH_
 #define _DEFAULT_URL_HH_
-#define DEFAULT_URL                 "http://ps.sgx.trustedservices.intel.com:8080/" /*production backend server*/
+#define DEFAULT_URL                 "http://ps.sgx.trustedservices.intel.com/" /*production backend server*/
 #define DEFAULT_PSE_RL_URL          "https://trustedservices.intel.com/content/CRL/"
 #define DEFAULT_PSE_OCSP_URL        "http://trustedservices.intel.com/ocsp"
 #define DEFAULT_WHITE_LIST_URL      "http://whitelist.trustedservices.intel.com/SGX/LCWL/Linux/sgx_white_list_cert.bin"