Closed GoogleCodeExporter closed 9 years ago
Actually this should be an enhancement - sorry
Original comment by mjenk...@idbs.com
on 29 Jun 2012 at 12:05
And you just execute this before you make a request with HTTP Client and it
should work?
Original comment by johan.ha...@gmail.com
on 14 Jul 2012 at 6:54
I just posted to the forum a HttpClient+Jetty sample that might help Johan
implement this. included in that post is a suggestion for how I think the API
should work. The forum post hasn't show up yet so I can't link it here. I
have however attached the sample.
Original comment by kmin...@gmail.com
on 22 Oct 2012 at 1:17
Attachments:
Also see https://github.com/jayway/rest-assured/pull/22
Original comment by webust...@gmail.com
on 6 Dec 2013 at 2:20
Great! I've now merged the pull request.
Original comment by johan.ha...@gmail.com
on 7 Dec 2013 at 5:42
I've actually modified the API (it's not backward compatible). You can now
specify the host name verification check using "CertificateAuthSettings" that
you may pass in to the "certificate" method. Please try this out and tell me if
it works and if you like the API. Depend on version 2.0.2-SNAPSHOT after having
added the following Maven repo:
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>
Original comment by johan.ha...@gmail.com
on 7 Dec 2013 at 7:03
Original issue reported on code.google.com by
mjenk...@idbs.com
on 29 Jun 2012 at 12:05