Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 459 Bytes

SSL.md

File metadata and controls

14 lines (10 loc) · 459 Bytes

Running localhost in SSL mode

In order to properly test the APM flow end-to-end, we need to run localhost in SSL mode.

Follow the directionshereto create a new keystore and configure it in application.properties as below:

server.ssl.key-store: keystore.p12
server.ssl.key-store-password: password
server.ssl.keyStoreType: PKCS12
server.ssl.keyAlias: tomcat

After restarting, you should be able to access https://localhost:5000/apm.