кто-нибудь уже победил проблему с проверкой HTTPS и просроченными сертификатами?
Вот это:
http://seleniumhq.wo...sl-certificate/
http://code.google.c.../detail?id=3373
У меня пока ситуация такая:
- на 2.15 сертификаты просрочены, тесты валятся из-за них.
- на 2.20 сертификаты свежие, но валится сам HTTPS прокси, с вот таким примерно выхлопом:
14:36:16.407 DEBUG [32] org.openqa.selenium.server.ProxyHandler - Could not proxy https://site-under-test.com:443/gwt/images/bftemplate/gswindowbl.png EOFException(EOFException(java.net.SocketException: Software caused connection abort: socket write error)) at org.openqa.jetty.http.BufferedOutputStream.flush(BufferedOutputStream.java:207) at org.openqa.jetty.http.HttpOutputStream.flush(HttpOutputStream.java:478) at org.openqa.jetty.http.HttpOutputStream.write(HttpOutputStream.java:425) at org.openqa.selenium.server.ModifiedIO.copy(ModifiedIO.java:61) at org.openqa.selenium.server.ModifiedIO.copy(ModifiedIO.java:17) at org.openqa.selenium.server.ProxyHandler.proxyPlainTextRequest(ProxyHandler.java:582) at org.openqa.selenium.server.ProxyHandler.handle(ProxyHandler.java:311)
Пока думаю, что надо попробовать сертификаты из 2.20 подсунуть в 2.15.