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>
相关推荐
2501_916008891 天前
HTTPS 请求抓包,从原理到落地排查的工程化指南(Charles / tcpdump / Wireshark / Sniffmaster)
ios·小程序·https·uni-app·wireshark·iphone·tcpdump
尽兴-1 天前
macOS 系统下 Chrome 浏览器安装 HTTPS 证书完整指南
chrome·macos·https·证书·ssl·pem·crt
2501_915909061 天前
WebView 调试工具全解析,解决“看不见的移动端问题”
android·ios·小程序·https·uni-app·iphone·webview
2501_915921432 天前
iOS 抓不到包怎么办?工程化排查与替代抓包方案(抓包/HTTPS/Charles代理/tcpdump)
android·ios·小程序·https·uni-app·iphone·tcpdump
Jerry2505092 天前
怎么才能实现网站HTTPS访问?
网络协议·http·网络安全·https·ssl
2501_915918412 天前
Fiddler抓包工具详解,HTTP/HTTPS抓包、代理设置与调试技巧一站式教程(含实战案例)
http·ios·小程序·https·fiddler·uni-app·webview
null_null9992 天前
宝塔nginx http转https代理
nginx·http·https
南♡黎(・ิϖ・ิ)っ2 天前
JavaEE初阶,网络原理HTTP报头篇
网络·https·java-ee
ozawacai3 天前
详细了解TLS、HTTPS、SSL原理
计算机网络·https·ssl
2501_915918413 天前
HTTP抓包工具推荐,Fiddler使用教程、代理设置与调试技巧详解(含HTTPS配置与实战案例)
http·ios·小程序·https·fiddler·uni-app·webview