SSL Error When Running RNM Command #511
Replies: 4 comments 7 replies
-
Hi @grahamturk, have you tried following the resolution for "CERTIFICATE HAS EXPIRED" in the release notes and known issues page here: https://docs.urbanopt.net/developer_resources/known_issues.html? Let me know if that doesn't fix the error and we can investigate further. |
Beta Was this translation helpful? Give feedback.
-
@kflemin unfortunately that didn't fix the problem. I am actually not using ReOpt for this workflow, just RNM. The error message comes right after the log message: |
Beta Was this translation helpful? Give feedback.
-
@grahamturk, I know you are using the RNM workflow, but either tool could return the SSL connect error you are receiving, that is why I suggested rerunning certified-update. I just reran the example RNM project successfully on my machine, and the RNM server is up and running...
|
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for all of this information! First of all, I forgot that we got rid of the certified gem in URBANopt version 1.0 and above (Ruby 3 handles that functionality now, sorry about that). We think this error is most likely related to your vpn/network. Here is a ruby script for you to run to help diagnose the issue. Run the script first and note what CA issuer is printed out. If it is not
the script:
Another thing that you can check if by any chance the CA Issuers does look correct, is to comment out the http.verify_mode = OpenSSL::SSL::VERIFY_NONE line out of the script and rerun. Let us know if that succeeds or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I followed the instructions to run the RNM workflow. When I ran the
uo rnm
command (with the--opendss
flag), I got the following error:Is there anywhere in the project I can update the certificates? Or is it possible that URL is no longer valid?
Beta Was this translation helpful? Give feedback.
All reactions