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>
相关推荐
杨凯凡2 天前
【002】HTTPS 粗解:证书、TLS 握手与对后端配置的影响
网络协议·http·https
AI_Claude_code2 天前
ZLibrary访问困境方案二:DNS-over-HTTPS/TLS配置与隐私保护实践
爬虫·python·网络协议·http·网络安全·https·网络爬虫
邓霖涛2 天前
nginx使用openSSL自签生成https相关证书
服务器·nginx·https
洒家肉山大魔王2 天前
PKI/CA X.509证书的基础应用与解读
服务器·https·密码学·数字证书
前端 贾公子3 天前
Vite 开发环境配置 HTTPS
网络协议·http·https
懒大王95273 天前
http和https的异同点和优缺点
网络协议·http·https
snow@li4 天前
协议:应用层开发都会涉及哪些协议 / 详细整理 / http、ws、https、wss
网络协议·http·https
952364 天前
网络原理 - HTTP / HTTPS
网络·http·https
hzxpaipai5 天前
英语+越南语网站架构设计:派迪科技多语言建站实践解析
网络·科技·物联网·网络安全·https
2501_915921435 天前
uni-app一键生成iOS安装包并上传TestFlight全流程
android·ios·小程序·https·uni-app·iphone·webview