Skip to content

Commit 12cb823

Browse files
committed
update the SSL access in default sample
1 parent fbf8fc2 commit 12cb823

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

kubernetes/samples/charts/apache/default-sample.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ $ helm install --name my-release apache-webtier
2424
```
2525

2626
## 4. Run the sample application
27-
Now you can send requests to different WLS domains with the unique entry point of Apache with different path. Alternatively, you can access the URLs in a web browser.
27+
Now you can send request to WebLogic domain with the unique entry point of Apache. Alternatively, you can access the URL in a web browser.
2828
```
2929
$ curl --silent http://${HOSTNAME}:30305/weblogic/testwebapp/
3030
```
31-
You can also access SSL URL `https://${HOSTNAME}:30443/weblogic/testwebapp/` in your web browser.
31+
You can also use SSL URL to send request to WebLogic domain. Access the SSL URL via the curl command or a web browser.
32+
```
33+
$ curl -k --silent https://${HOSTNAME}:30443/weblogic/testwebapp/
34+
```
3235

3336
## 5. Uninstall Apache Webtier
3437
```

0 commit comments

Comments
 (0)