-
Jboss ssl 证书部署报错解决方案
TIME:2023-10-26
正常情况来说在jboss里面部署SSL证书,只需要在standalone.xml里面找到 <connector name=”http” protocol=”HTTP/1.1″ scheme=”http” socket-binding=”http”/> 语句,在下面加入 <connector name=”https” protocol=”HTTP/1.1″ scheme=”https” socket-binding=”https” secure=”true” enabled=”true”> <ssl ...
MORE>>
