Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A arachni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arachni - Web Application Security Scanner Framework
  • arachni
  • Issues
  • #966
Closed
Open
Issue created Apr 11, 2018 by Administrator@rootContributor

Can't connect to Arachni Proxy on EC2 AWS instance

Created by: AmandaBSobrinho

I'm running arachni with the proxy plugin on an Amazon EC2 instance. This is the command I run:

arachni https://example.com --plugin=proxy:port=8080,bind_address=machine_IP

On machine_IP, I put the IP that I get when running ifconfig on the Amazon Machine. The proxy starts running OK on the Amazon Machine.

I want to use my local machine's Firefox browser to access the website I'd like to test, so I configure it to use the Amazon Instance's Arachni proxy by goig to Connection preferences, and setting the Proxy HTTP to the AWS machine global IP address, the one I obtain when running a dig command using the machine FQDN. I set the port to 8080 and that's it with Firefox proxy configuration.

Then, I try accessing https://example.com, but I get the "MOZILLA_PKIX_ERROR_NOT_YET_VALID_CERTIFICATE " error on Firefox. I tried setting my local timezone to UTC (the same in which the Amazon Instance is), but the error keeps happening. I already have imported the Arachni certificate to Firefox, so it has nothing to do with that.

What am I doing wrong?

Assignee
Assign to
Time tracking