Skip to content

Commit

Permalink
feat: add SSL protocols and ciphers to server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Sep 26, 2024
1 parent cf3a1d7 commit 6f31d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Server Configurations
server.port=8080
server.ssl.enabled-protocols=TLSv1.2,TLSv1.3
server.ssl.ciphers=TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-RSA-AES256-GCM-SHA384

# CORS Configurations
cors.allowedOrigins=http://localhost:3000,http://165.232.122.236:3000
Expand Down

0 comments on commit 6f31d60

Please sign in to comment.