Phantomjs codeception幻影JS sslv3

Phantomjs codeception幻影JS sslv3,phantomjs,sslv3,Phantomjs,Sslv3,我在php项目中使用phantomjs进行验收测试。但当我重定向到另一个页面时,phantomjs返回空白页面。Response的输出为 my acceptance.suite.yml的配置为 类别名称:验收测试仪 模块: enabled: - \Helper\Acceptance - WebDriver config: WebDriver: browser: phantomjs acceptSslCerts: true

我在php项目中使用phantomjs进行验收测试。但当我重定向到另一个页面时,phantomjs返回空白页面。Response的输出为

my acceptance.suite.yml的配置为

类别名称:验收测试仪 模块:

enabled:
    - \Helper\Acceptance
    - WebDriver
config:
    WebDriver:
        browser: phantomjs
        acceptSslCerts: true
        url: http://mysite.dev
        host: 127.0.0.1
        port: 4444
        wait: 5
        window_size: 1400x1000
        capabilities:
            unexpectedAlertbehavior: "accept"
            sslProtocal: "any"
            ignoreSslErrors: "true"
            webSecurity: "false"