Skip to content

Commit

Permalink
Change Debugging Domains
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 17, 2024
1 parent ca4387e commit 3fc054a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void createS3Client(){
logger.debug("Creating S3 Client with url: " + uri);
AmazonS3ClientBuilder s3ClientBuilder = AmazonS3ClientBuilder.standard();

if (uri.getHost().equals("n5.minikube.remote") || uri.getHost().equals("n5.minikube.island")){
if (uri.getHost().equals("minikube.remote") || uri.getHost().equals("minikube.island")){
SSLContext sslContext = null;
try {
sslContext = SSLContexts.custom().loadTrustMaterial(new TrustSelfSignedStrategy()).build();
Expand Down

0 comments on commit 3fc054a

Please sign in to comment.