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>
相关推荐
00后程序员张18 小时前
iOS混淆与IPA文件加固全流程实战 防止苹果应用被反编译的工程级方案
android·ios·小程序·https·uni-app·iphone·webview
2501_9151063220 小时前
iOS 应用加固与苹果软件混淆指南,如何防止 IPA 被反编译与二次打包?
android·ios·小程序·https·uni-app·iphone·webview
卓码软件测评2 天前
第三方媒体流压力测试:k6插件xk6-webrtc的使用来测试媒体流的性能
网络协议·测试工具·http·https·webrtc·ssl·媒体
00后程序员张2 天前
Swoole HTTPS 实战,在生产环境部署、性能权衡与排查流程
后端·ios·小程序·https·uni-app·iphone·swoole
AirDroid_cn2 天前
Win11 远程桌面:连接公司电脑时,提示 “证书错误” 如何解决?
windows·网络协议·https·ssl·电脑技巧
2501_915909062 天前
iOS App 上架全流程详解:证书配置、打包上传、审核技巧与跨平台上架工具 开心上架 实践
android·ios·小程序·https·uni-app·iphone·webview
2501_915918412 天前
开发 iOS 应用全流程指南,环境搭建、证书配置与跨平台使用 开心上架 上架AppStore
android·ios·小程序·https·uni-app·iphone·webview
2501_915106323 天前
Comodo HTTPS 在工程中的部署与排查实战(证书链、兼容性与真机抓包策略)
网络协议·http·ios·小程序·https·uni-app·iphone
2501_915909063 天前
苹果软件混淆与 iOS 代码加固趋势,IPA 加密、应用防反编译与无源码保护的工程化演进
android·ios·小程序·https·uni-app·iphone·webview
2501_916007473 天前
苹果软件混淆与 iOS 应用加固实录,从被逆向到 IPA 文件防反编译与无源码混淆解决方案
android·ios·小程序·https·uni-app·iphone·webview