Moving to a new PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SystematicBettingDotCom
    Junior Member
    • Jul 2013
    • 11

    #1

    Moving to a new PC

    Looking to move all API programs to a new laptop. On the current laptop I have a folder with the following files in it

    client-2048.csr
    client-2048.pem
    client-2048.key
    client-2048

    Copied these files to the new laptop along with my bots but a basic login function fails with CERT_AUTH_REQUIRED

    To save me some time has anyone switched to a new laptop and if so what am I missing.

    Many thanks
  • LetsGo
    Senior Member
    • Oct 2018
    • 112

    #2
    go to the command prompt and type path.
    Are your files somewhere on there?
    or check your PYTHONPATH environment variables from your old pc and your new pc.

    Comment

    • SystematicBettingDotCom
      Junior Member
      • Jul 2013
      • 11

      #3
      Python is working fine on the new laptop and I reckon its finding the crt and key files because if I change the name on one in my Python program it blows up saying file cannot be found whereas with the correct name it does not but just gives me the CERT_AUTH_REQUIRED error. I know you have migrated to a new PC can you confirm that simply copying these files over was all you needed ie you did not have to re run openssl and recreate any files

      Comment

      Working...
      X