腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Nginx+Tomcat+Docker组合
SSL
、
、
、
、
我有运行在Nginx上
的
angular客户机
应用程序
和
Spring
boot
应用程序
,作为运行在tomcat上
的
angular客户机
的
rest服务。我通过docker compose运行这两个
应用程序
。 我只有一个DNS portal.example.com。如何将
SSL
应用于具有单个(相同) DNS
的
客户端(运行在Nginx上)和服务(运行在Tomcat上)
应用程序
?
浏览 10
提问于2020-12-02
得票数 0
1
回答
为什么
SSL
不适
用
于我
的
Spring
Boot
应用程序
?
、
、
我正在尝试让
SSL
正常工作。我已经生成了我
的
SSL
文件.p12,现在我已经在我
的
application.yml中写入了配置。 仍然使用端口8080。
为什么
?port(s): 8080 (http) with context path '' 因此,我仍然只能连接http://localhost:8080,而不能连接https://localhost:8443
为什么
我也在使用
Spring
Security。(&q
浏览 16
提问于2020-04-06
得票数 0
回答已采纳
1
回答
在docker上运行
的
https
spring
应用程序
、
、
、
、
在过去
的
几天里,我
的
问题是,我正在努力加密我正在做
的
一些项目。因为对我来说,Docker是一个很好
的
解决方案(如果它在本地运行,它将远程运行),据我所知,我有3层可以实现我
的
ssl
证书。第二层是Docker守护进程(充当所有正在运行
的
容器
的
服务器或管理器),最后一层是在jdk-高寒环境(可能是tomcat服务器.)上运行
的
spring
引导
应用程序
或服务。为了加密
应用程序
并通过我<e
浏览 1
提问于2018-06-28
得票数 0
1
回答
Web服务在部署后停止工作
、
、
、
但是静态资源是可以
的
。响应是404。
浏览 0
提问于2015-08-17
得票数 0
2
回答
重写Maven弹簧引导插件
的
jvmArguments
、
、
、
我在我
的
头上有一个插件配置: <plugin> <configuration>
浏览 0
提问于2018-11-28
得票数 1
1
回答
Org.SpringFrawork.
boot
.
Spring
-
boot
POM
的
目的是什么?
、
、
、
这个在Sprint
Boot
org.springframework.
boot
.
spring
-
boot
中
的
目的是什么?它包括org.springframework.
spring
-contextorg.springframework.
spring
-webmvcorg.springframework.
boot
.
spring<
浏览 3
提问于2020-09-02
得票数 1
回答已采纳
2
回答
Spring
Boot
作为
ssl
的
依赖项需要
spring
-
boot
-starter安全性。
、
我继承了
Spring
应用程序
(版本1.5.8)。>但是,从它
的
pom.xml文件中,我不认为
spring
-
boot
-starter-security是一个依赖项。我
的
假设是这是可以
的
。虽然作为新手,当我学习关于
ssl
的
Spring
的
简单教程时,它有前面提到
的
库作为依赖
浏览 1
提问于2021-09-15
得票数 0
回答已采纳
2
回答
Spring
boot
admin显示网关服务器关闭状态
、
、
、
、
我开发
的
一个微服务environment.It是
用
spring
cloud开发
的
。@Configuration @
浏览 36
提问于2019-12-10
得票数 0
1
回答
将tomcat配置为使用Java 9本机OCSP装订和OCSP检查
、
、
如何通过Java 9中提供
的
OCSP实现将Apache Tomcat配置为使用OCSP装订和证书吊销检查? 在Java9上使用以下属性运行tomcat9就足够了吗?
浏览 45
提问于2019-06-10
得票数 1
回答已采纳
1
回答
如何分别处理来自HTTP和HTTPS
的
请求
Spring
Boot
2在两个不同
的
端口上运行Tomcat?
、
、
、
我正在添加已打开非安全端口
的
安全端口。我希望将两个控制器之间
的
流量分开,并转发到不同
的
Spring
boot
2控制器。想知道我如何才能做到这一点吗?
浏览 1
提问于2020-10-29
得票数 0
1
回答
Spring
Boot
http2如何同时处理不支持http2
的
浏览器请求?
、
、
、
、
Spring
Boot
现在可以支持http/2,但是如果浏览器不支持http/2,浏览器请求服务器是否可以使用具有相同http端口
的
http1.x+
ssl
?这是
Spring
Boot
的
问题,还是servlet容器
的
问题(tomcat,jetty,Undertow)?我
用
一个带有http/2
的
Spring
Boot
应用程序
尝试了本地,支
浏览 0
提问于2018-10-12
得票数 2
1
回答
Spring
Boot
自定义
SSL
密钥存储加载逻辑
、
、
、
我使用
的
是
Spring
boot
2.x,我需要在它上面配置
SSL
。要启用
SSL
很简单:只需填充以下属性:server.
ssl
.keyStoreType=PKCS12server.
ssl
.key-store-password=mypassword security.require-
ssl
浏览 2
提问于2021-10-03
得票数 0
1
回答
Gettig CertificateException:在Playframework
应用程序
中“找不到匹配本地主机
的
名称”
、
、
、
、
我有两个
应用程序
,一个是在
Spring
Boot
,另一个是在Playframework。我试图在REST
应用程序
中使用
Spring
Boot
应用程序
的
Spring
Boot
端点。我正在使用我获得
的
证书访问REST端点。在我
的
play
应用程序
中,我已经禁用了主机名验证,但是仍然会收到这个错误。引导
应用程序
配置 application.propert
浏览 0
提问于2020-02-04
得票数 1
回答已采纳
1
回答
Spring
Boot
+
SSL
: CPU消耗过多
、
、
我
用
Spring
Boot
+
SSL
等特性测试了Java
Spring
框架
的
性能,以开发REST API。我通过发送当前
的
20个HTTP请求/秒或100个请求/秒来测试REST
应用程序
进行了压力测试,该
应用程序
将始终消耗
浏览 16
提问于2016-09-08
得票数 7
1
回答
在部署
的
Spring
Boot
应用程序
中,http请求是如何工作
的
?
、
、
、
有人能解释一下托管是如何工作
的
吗?在我
的
spring
boot
应用程序
中嵌入了tomcat服务器。据我所知,
spring
应用程序
与tomcat一起运行,tomcat使用某个端口,例如8080,并侦听到达该端口
的
请求(至少在本地部署时) localhost:8080。如果我将我
的
应用程序
部署到一些托管服务上,比如Google cloud,那么
spring
应用程序
还能在tomcat上运
浏览 9
提问于2020-05-17
得票数 0
回答已采纳
1
回答
通过Tomcat Websocket使用
Spring
Boot
的
ConnectionLostException
、
、
我有一个使用
Spring
Boot
1.3.0-BUILD-SNAPSHOT
的
Java Stomp Websocket客户端
应用程序
。这是我
的
pom.xml <groupId>org.springframework.
boot
</groupId> <artifactId>
spring
-
boot
-starter-parent</groupId>
浏览 7
提问于2015-05-27
得票数 1
1
回答
spring
boot
使用来自权威机构
的
证书启用
SSL
、
、
我有一个关于在
spring
boot
应用程序
中启用
SSL
的
快速问题。我有一个从系统团队那里得到
的
SSL
证书。经过认证
的
证书是通过第三方证书颁发机构创建
的
。我们当前
的
应用程序
只是基于
spring
-
boot
,它监听端口80。我正在尝试在
spring
引导
应用程序
中启用
SSL
,但是所有的教程/示例都是关于使用
浏览 24
提问于2019-11-20
得票数 0
回答已采纳
2
回答
Spring
boot
将sleuth与jms集成
、
、
在我
的
spring
boot
应用程序
中,
spring
sleuth只适用
于我
的
rest服务,而
不适
用于@JmsListener。互联网上所有的答案都可以追溯到2016-17年。它们是
Spring
Cloud Sleuth检测所有@JmsListener注释方法以传播跟踪信息
的
一种方式吗?
浏览 2
提问于2018-05-26
得票数 2
1
回答
如何使用
Spring
引导配置受信任
的
SSL
密钥存储库?
、
、
、
、
希望将HTTPS协议(可信证书)引入我
的
Spring
(1.3.2.RELEASE)
应用程序
。(TomcatEmbeddedServletContainerFactory.java:323) ~[
spring
-
boot
-1.3.2.RELEASE.jar:1.3.2.RELEASE]server.
ssl
.key-store=classpath:key.jks server.
ssl
.k
浏览 4
提问于2017-07-06
得票数 0
回答已采纳
1
回答
Heroku Postgres +
Spring
Boot
配置org.postgresql.util.PSQLException: ResultSet关闭
、
、
我想把Heroku Postgres和
Spring
Boot
App连接起来。属性: datasource: url: jdbc:postgresql://ec2-54
ssl
=true&sslfactory=org.postgresql.
ssl
.NonValidatingFactory password:
浏览 1
提问于2018-10-17
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券