=htc #18641 request must be made to the right port
This commit is contained in:
parent
eee21ac618
commit
ca4a4fe273
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class TlsEndpointVerificationSpec extends AkkaSpec("""
|
|||
"accept certificates signed by known CA" in {
|
||||
val pipe = pipeline(ExampleHttpContexts.exampleClientContext, hostname = "akka.example.org") // example context does include custom CA
|
||||
|
||||
whenReady(pipe(HttpRequest(uri = "https://akka.example.org/")), timeout) { response ⇒
|
||||
whenReady(pipe(HttpRequest(uri = "https://akka.example.org:8080/")), timeout) { response ⇒
|
||||
response.status shouldEqual StatusCodes.OK
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue