> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/58.-cloud-foundry-support/58.2-cloud-foundry-self-signed-certificates.md).

# 58.2 Cloud Foundry自签名证书

默认地，对`/cloudfoundryapplication`端点的安全验证会使用SSL调用不同的Cloud Foundry服务。如果你的Cloud Foundry UAA或者Cloud Controller服务使用自签名证书，你将会需要设置如下属性：

**application.properties.**

```
management.cloudfoundry.skip-ssl-validation=true
```
