-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
axios: https request produce error with SSL #30
Comments
@VladislavAkulich are you sure assigning it to me? ) |
Have you tried to google smth before submiting issue? It works perfecly for EPAM production instance, my local setup and EPAM rp demo... So maybe issue in your server setup then? |
@BorisOsipov @DzmitryHumianiuk @VladislavAkulich Guys, if mentioned in issue's commit is the case, moving to axios is a big mistake and the change must be reverted. |
|
@VladislavAkulich resolved? |
Not resolved for me. I get this error when setting up an https url to Report Portal.
The funny thing is, Report Portal still gets the test results. The error makes me think it didn't work at all. |
@navisayslisten your problem aren't related to https. You ran into issue that has been fixed by b64e919 |
@BorisOsipov fix is not yet released, right? |
Don't know
…On Thu, May 30, 2019 at 7:23 PM Dzmitry Humianiuk ***@***.***> wrote:
@BorisOsipov <https://github.com/BorisOsipov> fix is not yet released,
right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=ABRWMZENIKHGVFABVFBXKBTPX75OTA5CNFSM4HBUVOSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWSZIWY#issuecomment-497390683>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABRWMZBYU6Y7Z4EVK22JFR3PX75OTANCNFSM4HBUVOSA>
.
--
--
Best regards,
Boris Osipov
|
Guys, please elevate the proxy parameter from the axios client to the reportportal client's configuration as it causes integration issues for those behind proxy servers. |
@BorisOsipov I'm seeing a similar issue. In my case, we have a certificate issued by our corporate CA. |
I am unable to use certificate in report portal |
I've got the error when I executed tests, which used this client on Jenkins environment.
Error: write EPROTO 140597680499200:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../../vendor/node/deps/openssl/openssl/ssl/s23_clnt.c:797:
It look like the following issues with axios package: axios/axios#1680
The text was updated successfully, but these errors were encountered: