UA 配置Https域名

1.在iis中把https域名的证书导进来,配置一下433端口号

1.1 导入https的域名证书

1.2 选择证书

2.将域名加到白名单中

打开目录C:\Program Files\Siemens\UserManagement\BIN 执行命令cmd

umconf -c -w -d "https://aps.piotech.cn/sit-auth/signin-Umc"

umconf -c -w -d "https://aps.piotech.cn/UMC/slwapi/service"

查看白名单 umconf -l -w

3.打开Opcenter EX FN Configuration配置窗口

在Web Endpoints选项卡中,所所有的全配置上https:及域名。

4.打开 Windows PowerShell ISE执行以下命令

输入环境账号和密码:

."$env:SITUnifiedSystemRoot\bin\Preconf\Fragments\umc\UMCHelp.ps1" ; Change-UmcConfiguration。

5.打开 Windows PowerShell IS依次E执行以下命令

net stop UMCService /yes

net start UMCService

iisreset

net stop SUAFoundation

net start SUAFoundation

6.访问域名直接跳转到UA客户端

在默认页面添加<meta HTTP-EQUIV=REFRESH CONTENT="0; URL=https://****.cn/sit-ui/MES/U4DM.Piotech_APS/#/screen/home.homeCard">

html 复制代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta HTTP-EQUIV=REFRESH CONTENT="0; URL=https://****.cn/sit-ui/MES/U4DM.Piotech_APS/#/screen/home.homeCard">
<title>IIS Windows Server</title>
<style type="text/css">
<!--
body {
	color:#000000;
	background-color:#0072C6;
	margin:0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

a img {
	border:none;
}

-->
</style>
</head>
<body>
<div id="container">
<a href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><img src="iisstart.png" alt="IIS" width="960" height="600" /></a>
</div>
</body>
</html>
相关推荐
心之伊始1 天前
HTTP 与 HTTPS 协议深度剖析:从基础原理到现代演进与实践
网络协议·http·https
游戏开发爱好者81 天前
如何使用 AppUploader 提交上传 iOS 应用
android·ios·小程序·https·uni-app·iphone·webview
智慧的牛2 天前
局域网内实现HTTPS
网络协议·https
三两肉2 天前
深入理解 HTTPS RSA 握手:从原理到流程的完整解析
网络协议·http·https·rsa·tls四次握手
00后程序员张2 天前
在 iPhone 上进行 iOS 网络抓包的实践经验
android·ios·小程序·https·uni-app·iphone·webview
安生生申3 天前
HTTP与HTTPS的区别
网络协议·http·https
大佐不会说日语~3 天前
使用 Cloudflare平台 + Docker + Nginx 完成网站 HTTPS 部署实战记录
nginx·docker·https·部署·cloudflare
Knight_AL3 天前
使用 Nginx 为内网 Java 服务实现 HTTPS
java·nginx·https
风清扬_jd3 天前
libcurl 开启https一键编译指南【MT方式】
c++·https·curl
三两肉3 天前
从明文到加密:HTTP与HTTPS核心知识全解析
网络协议·http·https