Skip to content

sh script not running #367

@ankit01122

Description

@ankit01122

ℹ️ Please note that the best way to get support for Real Python courses & articles is to join one of our weekly Office Hours calls or in the RP Community Slack.

You can report issues and problems here, but we typically won't be able to provide 1:1 support outside the channels listed above.

Describe the bug
$ ./build_and_run.sh
Generating a RSA private key
................................................................................
..........................................++++
................................................................................
.................++++
writing new private key to 'ca.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/O=me'
problems making Certificate Request
Generating a RSA private key
....................................................................++++
................................................................................
..........++++
writing new private key to 'client.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/CN=marketplace'
problems making Certificate Request
Generating a RSA private key
..........................................................++++
................................................................................
..............................................++++
writing new private key to 'server.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/CN=recommendations'
problems making Certificate Request
Can't open client.csr for reading, No such file or directory
19404:error:02001002:system library:fopen:No such file or directory:../openssl-1.1.1s/crypto/bio/bss_file.c:69:fopen('client.csr','r')
19404:error:2006D080:BIO routines:BIO_new_file:no such file:../openssl-1.1.1s/crypto/bio/bss_file.c:76:
Can't open server.csr for reading, No such file or directory
19660:error:02001002:system library:fopen:No such file or directory:../openssl-1.1.1s/crypto/bio/bss_file.c:69:fopen('server.csr','r')
19660:error:2006D080:BIO routines:BIO_new_file:no such file:../openssl-1.1.1s/crypto/bio/bss_file.c:76:

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions